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:Powers: Difference between revisions

From Heroes Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>Orne
130px images were wider than the Table column width of 100px
imported>Hardvice
rem type for now
Line 1: Line 1:
<includeonly>
<includeonly>
|rowspan="2" id="{{{power}}}" <a name="{{{power}}}"></a>| {{#if: {{{image|}}} | [[Image:{{{image}}}|100px]] | &nbsp;}} || '''{{{power}}}''' || {{{user}}} ||align="center"| {{{type}}}
|rowspan="2" id="{{{power}}}" | {{#if: {{{image|}}} | [[Image:{{{image}}}|100px]] | &nbsp;}} || '''{{{power}}}''' || {{{user}}} <!-- ||align="center"| {{{type}}} -->
|-
|-
|colspan="3"| {{{description}}}
|colspan="2"| {{{description}}}
|-
|-
|colspan="5" Style="background-color:#EEEEEE; height: 2em;"| <!-- Putting in a space -->
|colspan="4" Style="background-color:#EEEEEE; height: 2em;"| <!-- Putting in a space -->
|-</includeonly><noinclude>
|-</includeonly><noinclude>
{| class="wikitable"
{| class="wikitable"
|rowspan="2" <a name="{{{power}}}">| [[Image:{{{image}}}|100px]] || '''{{{power}}}''' || {{{user}}} ||align="center"| {{{type}}}
|rowspan="2" <a name="{{{power}}}">| [[Image:{{{image}}}|100px]] || '''{{{power}}}''' || {{{user}}} <!-- ||align="center"| {{{type}}} -->
|-
|-
|colspan="3"| {{{description}}}
|colspan="2"| {{{description}}}
|-
|-
|colspan="5" Style="background-color:#EEEEEE; height: 2em;"| <!-- Putting in a space -->
|colspan="4" Style="background-color:#EEEEEE; height: 2em;"| <!-- Putting in a space -->
|-
|-
|}
|}
Line 23: Line 23:
| image = <!--Filename of image -->
| image = <!--Filename of image -->
| user = <!-- Name(s) of power's user(s). Be sure to format as link(s) -->
| user = <!-- Name(s) of power's user(s). Be sure to format as link(s) -->
| type = <!-- Type of power (controlled, uncontrolled, induced, emotional, automatic) -->
| description = <!-- Description of power -->
| description = <!-- Description of power -->
}}
}}
Line 30: Line 29:
Inline for cut and paste:
Inline for cut and paste:
<pre>
<pre>
{{powers| power = | image = | user = | type = | description = }}
{{powers| power = | image = | user = | description = }}
</pre>
</pre>



Revision as of 05:02, 4 December 2006

[[Image:{{{image}}}|100px]] {{{power}}} {{{user}}}
{{{description}}}

Usage

Produces a table entry for a power for use on the Powers article. Adds an anchor link for the power name for direct linking to individual power.

{{powers
| power = <!-- Name of Power -->
| image = <!--Filename of image -->
| user = <!-- Name(s) of power's user(s).  Be sure to format as link(s) -->
| description = <!-- Description of power -->
}}

Inline for cut and paste:

{{powers| power = | image = | user = | description = }}