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

From Heroes Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>Ryangibsonstewart
remove silly code...trying something else soon
imported>Ryangibsonstewart
remove extra brackets
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{| class="infobox" style="width: 270px; text-align: left; font-size: 90%; background-color: #111111; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid #000000; padding: 2px; -moz-border-radius:10px;" cellspacing="2"
{| class="infobox" style="width: 270px; text-align: left; font-size: 90%; background-color: #111111; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid #000000; padding: 2px; -moz-border-radius:10px;" cellspacing="2"
|-
|-
! style="background: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%; border: 1px solid #000000; padding: 2px; -moz-border-radius:10px; text-align: center; font-size: 120%;" align="center" colspan="2" | <font color="white">{{PAGENAME}}</font>
! style="background: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%; border: 1px solid #000000; padding: 2px; -moz-border-radius:10px; text-align: center; font-size: 120%;" align="center" colspan="2" | <font color="white">{{SUBPAGENAME}}</font>
|-
|-
{{#if: {{{image|}}} | <tr> <td align="center" colspan="2">[[Image:{{{image}}}|250px]] {{#if: {{{caption|}}} | <br> <font color="white">{{{caption}}} }}</font> </td> </tr>}}
{{#if: {{{image|}}} | <tr> <td align="center" colspan="2">[[Image:{{{image}}}|250px]] {{#if: {{{caption|}}} | <br> <font color="white">{{{caption}}} }}</font> </td> </tr>}}
| colspan="2" | <hr style="background-color:#666666;">
| colspan="2" | <hr style="background-color:#666666;">
|-
|-
{{#if: {{{first|}}} | <tr> <th> <font color="white"> First occurrence:</font> </th> <td> ''[[{{{first}}}|<font color="dodgerblue">{{{first}}}</font>]]'' </td> </tr>}}
{{#if: {{{first|}}} | <tr> <th> <font color="white"> First occurrence:</font> </th> <td> ''{{#if: {{#pos:{{{first}}}|pisode:}} |<font color="dodgerblue">{{{first}}}</font>|{{#ifexist: {{{first}}} | <font color="dodgerblue">{{{first}}}</font> | <font color="dodgerblue">{{{first}}}</font> }}}}''</td> </tr>}}
|}<noinclude>
|}<noinclude>


==Usage==
==Usage==
This template produces a right-floated infobox for [[Portal:Lists of Victims|victims]]. The template will auto-add <nowiki>{{noimage}}</nowiki> if <tt>image=</tt> is left blank.
This template produces a right-floated infobox for [[Portal:Lists of Victims|victims]]. The template will auto-add <nowiki>{{noimage}}</nowiki> if <tt>image=</tt> is left blank. Links within the box should be made using [[template:vl|the victims link]] template: <code><nowiki>{{vl|LINK}}</nowiki></code>.


<pre>{{Infobox victims
<pre>{{Infobox victims
| image = <!--Image link-->
| image = <!--Image link-->
| caption = <!-- OPTIONAL Caption for image: be sure to make any links color="dodgerblue"-->
| caption = <!-- OPTIONAL Caption for image: be sure to use {{vl|LINK}} for any links -->
| first = <!-- OPTIONAL Episode in which the crime first appeared; title only, e.g. Genesis-->
| first = <!-- OPTIONAL Episode in which the crime first appeared; title only, e.g. Genesis -->
}}
}}
</pre>
</pre>

Latest revision as of 14:45, 21 May 2011

Infobox victims

Usage

This template produces a right-floated infobox for victims. The template will auto-add {{noimage}} if image= is left blank. Links within the box should be made using the victims link template: {{vl|LINK}}.

{{Infobox victims
| image = <!--Image link-->
| caption = <!-- OPTIONAL Caption for image: be sure to use {{vl|LINK}} for any links -->
| first = <!-- OPTIONAL Episode in which the crime first appeared; title only, e.g. Genesis -->
}}