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
imported>Hardvice
No edit summary
imported>Ryangibsonstewart
(increase size to 150)
 
(41 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center><div align="center" style=" border-style:solid; border-width: 1px; border-color: grey; padding: 5px; margin: 5px; width: 130px ">
{{#ifeq: {{{size|}}} | small | {{Portalnavcell|image={{{image}}}|link={{{link}}}|text={{#if: {{{smalltext|}}} | {{{smalltext}}} | {{#if: {{{text|}}} | {{{text}}} | {{{link}}}}}}}}} | <center><div align="center" style=" border-style:solid; border-width: 1px; border-color: grey; padding: 5px; margin: 5px; width: 150px ">
<div style="position: relative; height: 100px; overflow: hidden;">
<div style="position: relative; height: 118px; overflow: hidden;">
<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: 130px; overflow: hidden; line-height: 118px; z-index: 3; link-hover: none; width: 150px; height: 118px; 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|{{{link}}}]]</div>
<div style="position: absolute; top: 0px; left: 0px; z-index: 2; height: 100px;">[[Image:{{{image}}}|150px|{{{text|{{{link}}}}}}]]</div>
</div>[[{{{link}}}]]{{#if:{{{nonlinktext|}}}|{{{nonlinktext}}}}}<br>({{{character}}})<br>{{#if:{{{examples|}}} | [[Examples of {{{examples}}}|examples]] | <br>&nbsp;}}</div></center><noinclude>
</div>[[{{{link}}}|{{#if: {{{text|}}} | {{{text}}} | {{{override|{{{link}}}}}}}}]]{{#if:{{{nonlinktext|}}}|{{{nonlinktext}}}}}{{#if:
 
{{{lines|}}} | {{#ifexpr: {{#len: {{#if: {{{text|}}} | {{{text}}} | {{{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>
==Usage==
==Usage==
For use on [[Portal:Powers]]
For use on [[Portal:Abilities]]


For character, use full links (e.g. <tt><nowiki>[[Peter Petrelli]]</nowiki></tt>, not <tt>Peter Petrelli</tt>). This will alow for multiple characters or no character to be entered while creating appropriate links.
Use <tt>nonlinktext</tt> to add whitespace to short entries by adding <tt>&lt;br>&amp;nbsp;</tt> for each needed line.


Use <tt>nonlinktext</tt> to add whitespace to short entries by adding <tt>&lt;br>&amp;nbsp;</tt> for each needed line.
If an examples article exists at "Examples of (name of power)", it will automatically be linked.


<pre>
<pre>
Line 16: Line 17:
|image=<!-- Filename of image -->
|image=<!-- Filename of image -->
|link=<!-- Article title for Power -->
|link=<!-- Article title for Power -->
|character=<!-- Possessor.  Use full links. -->
|text=<!-- OPTIONAL override for name of power; "override=" always works -->
|nonlinktext<!-- (OPTIONAL) Add "<br>&amp;nbsp;" to add an extra line for formating -->
|nonlinktext=<!-- (OPTIONAL) Add "<br>&amp;nbsp;" to add an extra line for formatting -->
|examples=<!-- Lower-case article title for example link -->
|lines=<!-- (OPTIONAL) Add "auto" or character# to automate adding an extra line for formatting -->
|size=<!-- (OPTIONAL) Add "small" to use Template:Portalnavcell instead -->
}}
}}
</pre>
</pre>
Note: size="small" option allows for "smalltext" but does not use "nonlinktext".


[[Category:Templates]]
[[Category:Portal Elements]]
[[Category:Portal Elements]]
[[Category: Portal Cells]]
</noinclude>
</noinclude>

Latest revision as of 15:29, 16 April 2008

[[{{{link}}}|      ]]
[[Image:{{{image}}}|150px|{{{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".