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
m (missing paren)
imported>Hardvice
(rvt (grrrrr....))
Line 1: Line 1:
<includeonly>
<includeonly>
|rowspan="2" | [[Anchor({{{anchor}}})]]{{#if: {{{image|}}} | [[Image:{{{image}}}|130px|left]] | &nbsp;}} || '''{{{power}}}''' || {{{user}}} ||align="center"| {{{type}}}
|rowspan="2" <a name="{{{power}}}"></a>| {{#if: {{{image|}}} | [[Image:{{{image}}}|130px|left]] | &nbsp;}} || '''{{{power}}}''' || {{{user}}} ||align="center"| {{{type}}}
|-
|-
|colspan="3"| {{{description}}}
|colspan="3"| {{{description}}}
Line 20: Line 20:
<pre>
<pre>
{{powers
{{powers
| anchor = <!-- Anchor name. Should be power name with underscores instead of spaces -->
| power = <!-- Name of Power -->
| power = <!-- Name of Power -->
| image = <!--Filename of image -->
| image = <!--Filename of image -->
Line 31: Line 30:
Inline for cut and paste:
Inline for cut and paste:
<pre>
<pre>
{{powers| anchor= | power = | image = | user = | type = | description = }}
{{powers| power = | image = | user = | type = | description = }}
</pre>
</pre>


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

Revision as of 23:52, 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 = }}