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

From Heroes Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>MiamiVolts
m Usage: update link ref
imported>MiamiVolts
make linechar# variable
Line 3: Line 3:
<div style="position: absolute; top: 0px; left: 0px; font-size: 105px; overflow: hidden; line-height: 100px; z-index: 3; link-hover: none; width: 130px; height: 100px; text-align: center;">[[{{{link}}}|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]</div>
<div style="position: absolute; top: 0px; left: 0px; font-size: 105px; overflow: hidden; line-height: 100px; z-index: 3; link-hover: none; width: 130px; height: 100px; text-align: center;">[[{{{link}}}|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]</div>
<div style="position: absolute; top: 0px; left: 0px; z-index: 2; height: 100px;">[[Image:{{{image}}}|130px|{{{text|{{{link}}}}}}]]</div>
<div style="position: absolute; top: 0px; left: 0px; z-index: 2; height: 100px;">[[Image:{{{image}}}|130px|{{{text|{{{link}}}}}}]]</div>
</div>[[{{{link}}}|{{#if: {{{text|}}} | {{{text}}} | {{{override|{{{link}}}}}}}}]]{{#if:{{{nonlinktext|}}}|{{{nonlinktext}}}}}{{#ifeq:
</div>[[{{{link}}}|{{#if: {{{text|}}} | {{{text}}} | {{{override|{{{link}}}}}}}}]]{{#if:{{{nonlinktext|}}}|{{{nonlinktext}}}}}{{#if:
{{{lines|}}} | auto | {{#ifexpr: {{#len: {{{link|}}}}} < 22 | <br>&nbsp;|}}}}{{#ifexist: Examples of {{lcfirst:{{{link|}}}}} | <br>''[[Examples of {{lcfirst:{{{link}}}}}|examples]]'' | {{#ifexist: Examples of {{{link|}}} | <br>''[[Examples of {{{link}}}|examples]]'' | <br>&nbsp;}}}}</div></center>}}
{{{lines|}}} | {{#ifexpr: {{#len: {{{link|}}}}} < {{#ifeq: {{{lines|}}} | auto | 22 | {{{lines}}}}} | <br>&nbsp;|}}}}{{#ifexist: Examples of {{lcfirst:{{{link|}}}}} | <br>''[[Examples of {{lcfirst:{{{link}}}}}|examples]]'' | {{#ifexist: Examples of {{{link|}}} | <br>''[[Examples of {{{link}}}|examples]]'' | <br>&nbsp;}}}}</div></center>}}
<noinclude>
<noinclude>
==Usage==
==Usage==
Line 19: Line 19:
|text=<!-- OPTIONAL override for name of power; "override=" always works -->
|text=<!-- OPTIONAL override for name of power; "override=" always works -->
|nonlinktext=<!-- (OPTIONAL) Add "<br>&amp;nbsp;" to add an extra line for formatting -->
|nonlinktext=<!-- (OPTIONAL) Add "<br>&amp;nbsp;" to add an extra line for formatting -->
|lines=<!-- (OPTIONAL) Add "auto" to automate adding an extra line for formatting -->
|lines=<!-- (OPTIONAL) Add "auto" or character# to automate adding an extra line for formatting -->
|size=<!-- (OPTIONAL) Add "small" to use Template:Portalnavcell instead -->
|size=<!-- (OPTIONAL) Add "small" to use Template:Portalnavcell instead -->
}}
}}

Revision as of 06:33, 18 December 2007

[[{{{link}}}|      ]]
[[Image:{{{image}}}|130px|{{{link}}}]]
[[{{{link}}}|{{{link}}}]]
 

Usage

For use on Portal:Abilities

Use nonlinktext to add whitespace to short entries by adding <br>&nbsp; for each needed line.

If an examples article exists at "Examples of (name of power)", it will automatically be linked.

{{PortalPowers
|image=<!-- Filename of image -->
|link=<!-- Article title for Power -->
|text=<!-- OPTIONAL override for name of power; "override=" always works -->
|nonlinktext=<!-- (OPTIONAL) Add "<br>&nbsp;" to add an extra line for formatting -->
|lines=<!-- (OPTIONAL) Add "auto" or character# to automate adding an extra line for formatting -->
|size=<!-- (OPTIONAL) Add "small" to use Template:Portalnavcell instead -->
}}

Note: size="small" option allows for "smalltext" but does not use "nonlinktext".