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

From Heroes Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>Ryangibsonstewart
optional removal of link from names so links don't point back to the same page they're linked from (remove self links)
imported>Ryangibsonstewart
fix other side of ifeq
Line 9: Line 9:
| {{#if: {{{letter|}}} | <span id="{{{letter}}}"></span><div style="display:none;">
| {{#if: {{{letter|}}} | <span id="{{{letter}}}"></span><div style="display:none;">
==={{{letter}}}===
==={{{letter}}}===
</div>}}<span id="{{#replace:{{{name|}}}|"|}}"></span>{{#switch: {{{deceased|}}} | true = ''| Sylar = '' |}}{{#ifeq: {{{namelink|}}} | no | {{#ifexist: {{{name}}} | [[{{{name}}}|{{{sortname|{{{name|}}}}}}]] | {{{sortname|{{{name|}}}}}}}}}} {{#switch: {{{deceased|}}} | true = (deceased)'' | Sylar = ([[Sylar's victims|deceased]])'' |}}
</div>}}<span id="{{#replace:{{{name|}}}|"|}}"></span>{{#switch: {{{deceased|}}} | true = ''| Sylar = '' |}}{{#ifeq: {{{namelink|}}} | no | {{#ifexist: {{{name}}} | [[{{{name}}}|{{{sortname|{{{name|}}}}}}]] | {{{sortname|{{{name|}}}}}}}} | {{{sortname|{{{name|}}}}}} }} {{#switch: {{{deceased|}}} | true = (deceased)'' | Sylar = ([[Sylar's victims|deceased]])'' |}}
| {{#if: {{{power|}}} | {{#ifexist: {{{power}}} | [[{{{power}}}]] | {{{power}}}}} | Unknown}}
| {{#if: {{{power|}}} | {{#ifexist: {{{power}}} | [[{{{power}}}]] | {{{power}}}}} | Unknown}}
| {{#if: {{{location|}}} | {{#ifexist: {{{location}}} | [[{{{location}}}]] | {{{location}}}}} | Unknown}}
| {{#if: {{{location|}}} | {{#ifexist: {{{location}}} | [[{{{location}}}]] | {{{location}}}}} | Unknown}}

Revision as of 05:30, 13 August 2008

Name Power Location Sources
Unknown Unknown {{{source}}}

Usage

Produces a formatted row on the evolved humans table.

{{evolved
| name = <!--Character's name.  Will autolink to existing articles -->
| namelink = <!-- enter "no" if name should remain unlinked -->
| sortname = <!-- Name to display/sort by, e.g. Bennet, Claire-->}}
| power = <!-- OPTIONAL Character's power. Will autolink to existing articles; defaults to "Unknown" -->
| location = <!-- OPTIONAL Character's location. Will autolink to existing articles; defaults to "Unknown" -->
| source= <!-- source(s) for character's evolved status.-->
| deceased = <!--OPTIONAL "true" marks character as deceased; "Sylar" marks character as deceased and links to [[Sylar's victims]] -->
| letter = <!--OPTIONAL If the character is the first listed alphabetically for a letter, set to that later. -->
|}

Inline for cut-and-paste:

 {{evolved|name= |sortname= |power= | location= |source= |deceased= }}