This wiki is a XML full dump clone of "Heroes Wiki", the main wiki about the Heroes saga that has been shut down permanently since June 1, 2020. The purpose of this wiki is to keep online an exhaustive and accurate database about the franchise.

Template:Infobox group: Difference between revisions

From Heroes Wiki
Jump to navigation Jump to search
imported>AdminBot
m Removing Category:Templates from templates which already belong to other categories
imported>Piemanmoo
this should make it look nicer on user subpages
 
Line 2: Line 2:
{| class="infobox" style="width: 270px; text-align: left; font-size: 70%; background-color: #{{#ifeq:{{{spoiler|}}}|true|F4D5CC|CCD5F4}}; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid #{{#ifeq:{{{spoiler|}}}|true|E18F77|778FE1}}; padding: 2px; -moz-border-radius:10px;" cellspacing="2"
{| class="infobox" style="width: 270px; text-align: left; font-size: 70%; background-color: #{{#ifeq:{{{spoiler|}}}|true|F4D5CC|CCD5F4}}; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid #{{#ifeq:{{{spoiler|}}}|true|E18F77|778FE1}}; padding: 2px; -moz-border-radius:10px;" cellspacing="2"
|-
|-
! style="background: #{{#ifeq:{{{spoiler|}}}|true|8B0000|cedff2}}; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; border: 1px solid #{{#ifeq:{{{spoiler|}}}|true|E18F77|778FE1}}; padding: 2px; -moz-border-radius:10px; text-align: center; font-size: 120%;" align="center" colspan="2" | {{#if: {{{name|}}} | {{#ifeq:{{{spoiler|}}}|true|<font color="white">{{{name}}}</font>|{{{name}}} }} | {{#ifeq:{{{spoiler|}}}|true|<font color="white">{{PAGENAME}}</font>|{{PAGENAME}} }} }}
! style="background: #{{#ifeq:{{{spoiler|}}}|true|8B0000|cedff2}}; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; border: 1px solid #{{#ifeq:{{{spoiler|}}}|true|E18F77|778FE1}}; padding: 2px; -moz-border-radius:10px; text-align: center; font-size: 120%;" align="center" colspan="2" | {{#if: {{{name|}}} | {{#ifeq:{{{spoiler|}}}|true|<font color="white">{{{name}}}</font>|{{{name}}} }} | {{#ifeq:{{{spoiler|}}}|true|<font color="white">{{SUBPAGENAME}}</font>|{{SUBPAGENAME}} }} }}
|-
|-
{{#if: {{{image|}}} | <tr> <td align="center" colspan="2">{{#if: {{#pos:{{lc:{{{image}}}}}|image:}} |{{{image}}}|[[Image:{{{image}}}|250px]]}} | <tr> <td align="center" colspan="2">[[Image:blank.jpg|250px]] }}<!--
{{#if: {{{image|}}} | <tr> <td align="center" colspan="2">{{#if: {{#pos:{{lc:{{{image}}}}}|image:}} |{{{image}}}|[[Image:{{{image}}}|250px]]}} | <tr> <td align="center" colspan="2">[[Image:blank.jpg|250px]] }}<!--

Latest revision as of 05:37, 6 January 2009

Infobox group



Usage

Produces a right-floated infobox for articles referring to groups in the Heroes series.

Behavior

  • If the image value is left blank, the template will auto-add the {{noimage}} template to the top of the page.
  • If the box name is set by the Article title, and the text will automatically be converted into a reference. If not, the value will display as normal (non-linked) text. The group article is expected to belong to Category:Named Groups or Category:Unnamed Groups.
{{Infobox group
| image = <!--Image link-->
| caption = <!-- Caption for image -->
| location = <!-- Location where the group is based -->
| purpose = <!-- Purpose of the group -->
| debut = <!-- Where group first appeared -->
| mention = <!-- Where group was first mentioned.  Use for groups which have not debuted. -->
| leaders = <!-- links to group's leader(s) -->
| members = <!-- links to group's members -->
| sites = <!-- links to group's sites -->
| gear = <!--links to group's equipment -->
| spoiler = <!-- "true" for spoiler warning and colors -->
}}