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
imported>Hardvice
No edit summary
 
imported>Hardvice
(-thumb, -caption)
Line 1: Line 1:
<includeonly>
<includeonly>
|rowspan="2" <a name="{{{power}}}">| {{#if: {{{image|}}} | [[Image:{{{image}}}|thumb|130px|left|{{{caption}}}]] | &nbsp;}} || '''{{{power}}}''' || {{{user}}} ||align="center"| {{{type}}}
|rowspan="2" <a name="{{{power}}}">| {{#if: {{{image|}}} | [[Image:{{{image}}}|130px|left]] | &nbsp;}} || '''{{{power}}}''' || {{{user}}} ||align="center"| {{{type}}}
|-
|-
|colspan="3"| {{{description}}}
|colspan="3"| {{{description}}}
Line 7: Line 7:
|-</includeonly><noinclude>
|-</includeonly><noinclude>
{| class="wikitable"
{| class="wikitable"
|rowspan="2" <a name="{{{power}}}">| [[Image:{{{image}}}|thumb|130px|left|{{{caption}}}]] || '''{{{power}}}''' || {{{user}}} ||align="center"| {{{type}}}
|rowspan="2" <a name="{{{power}}}">| [[Image:{{{image}}}|130px|left]] || '''{{{power}}}''' || {{{user}}} ||align="center"| {{{type}}}
|-
|-
|colspan="3"| {{{description}}}
|colspan="3"| {{{description}}}
Line 22: Line 22:
| power = <!-- Name of Power -->
| power = <!-- Name of Power -->
| image = <!--Filename of image -->
| image = <!--Filename of image -->
| caption = <!-- Caption for 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) -->
| type = <!-- Type of power (controlled, uncontrolled, induced, emotional, automatic) -->
Line 31: Line 30:
Inline for cut and paste:
Inline for cut and paste:
<pre>
<pre>
{{powers| power = | image = | caption = | user = | type = | description = }}
{{powers| power = | image = | user = | type = | description = }}
</pre>
</pre>


[[Category: Templates]]</noinclude>
[[Category: Templates]]</noinclude>

Revision as of 22:58, 2 December 2006

[[Image:{{{image}}}|130px|left]] {{{power}}} {{{user}}} {{{type}}}
{{{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) -->
| type = <!-- Type of power (controlled, uncontrolled, induced, emotional, automatic) -->
| description = <!-- Description of power -->
}}

Inline for cut and paste:

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