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.

User:Piemanmoo/Powers: Difference between revisions

From Heroes Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>Piemanmoo
mNo edit summary
imported>MiamiVolts
making some changes (trying to help per request), not finished yet (saving work)
Line 1: Line 1:
{{NAMESPACE}}
{{
<includeonly>
|rowspan="3" id="{{{power}}}" | {{{image}}}|height=101|width=130}}| &nbsp;}}
|rowspan="3" id="{{{power}}}" | {{#if: {{{image|}}} | {{imagelink|image={{{image}}}|height=101|width=130|link={{{power}}}}}| &nbsp;}}
|-
|-
|'''{{{power}}}''' || {{{user}}} || {{{absorbed|}}}
|'''{{#ifeq:{{NAMESPACE}}|User|{{#ifexists:{{{power|}}}|[[{{{power}}}]]|{{{power}}}}}|[[{{{power}}}]]}}''' || {{{user}}} || {{{absorbed|}}}
|-
|-
|colspan="3"| {{{description}}}
|colspan="3"| {{{description}}}
|-
|-
|colspan="4" Style="background-color:#EEEEEE; height: 2em;"| <!-- Putting in a space -->
|colspan="4" Style="background-color:#EEEEEE; height: 2em;"| <!-- Putting in a space -->
|-</includeonly><noinclude>
|-

<noinclude>
{| class="wikitable"
{| class="wikitable"
|rowspan="3" <a name="{{{power}}}">| {{imagelink|image={{{image}}}|height=101|width=130|link={{{power}}}}}
|rowspan="3" <a name="{{{power}}}">| {{imagelink|image={{{image}}}|height=101|width=130|link={{{power}}}}}
Line 20: Line 19:
|-
|-
|}
|}

==Usage==
Works the same as Template:Powers except it doesn't automatically make the power's name into a link if it is userspace. This allows user-created powers to be used without creating redlinks. Usernames will be trimmed automatically from the power's path for display, but not from the link.

<pre>
{{User:Piemanmoo/Powers
| power = <!-- Name of Power -->
| image = <!--Filename of image -->
| user = <!-- Name(s) of power's user(s). Be sure to format as link(s) -->
| absorbed = <!-- Name of users who have mimicked or stolen this ability -->
| description = <!-- Description of power -->
}}
</pre>

Inline for cut and paste:
<pre>
{{User:Piemanmoo/Powers| power = | image = | user = | description = }}
</pre>
[[Category: Page Elements]]
</noinclude>
</noinclude>

Revision as of 06:34, 7 April 2009

User

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

Usage

Works the same as Template:Powers except it doesn't automatically make the power's name into a link if it is userspace. This allows user-created powers to be used without creating redlinks. Usernames will be trimmed automatically from the power's path for display, but not from the link.

{{User:Piemanmoo/Powers
| power = <!-- Name of Power -->
| image = <!--Filename of image -->
| user = <!-- Name(s) of power's user(s).  Be sure to format as link(s) -->
| absorbed = <!-- Name of users who have mimicked or stolen this ability -->
| description = <!-- Description of power -->
}}

Inline for cut and paste:

{{User:Piemanmoo/Powers| power = | image = | user = | description = }}