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:Catalyst/Infobox event: Difference between revisions

From Heroes Wiki
Jump to navigation Jump to search
imported>Catalyst
New page: <includeonly>{{DEFAULTSORT:{{{sort|{{SUBPAGENAME}}}}}}}{{#if: {{{image|}}}| |{{noimage}}}}</includeonly> {| class="infobox" style="width: 270px; text-align: left; font-size: 90%; backgroun...
 
imported>Catalyst
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{DEFAULTSORT:{{{sort|{{SUBPAGENAME}}}}}}}{{#if: {{{image|}}}| |{{noimage}}}}</includeonly>
<includeonly>{{DEFAULTSORT:{{{sort|{{SUBPAGENAME}}}}}}}{{#if: {{{image|}}}| |{{noimage}}}}</includeonly>
{| class="infobox" style="width: 270px; text-align: left; font-size: 90%; background-color: #111111; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid lime; padding: 2px; -moz-border-radius:10px;" cellspacing="2"
{| class="infobox" style="width: 270px; text-align: left; font-size: 90%; background-color: black; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid black; padding: 2px; -moz-border-radius:10px;" cellspacing="2"
|-
|-
! style="background: #111111; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%; border: 1px solid lime; padding: 2px; -moz-border-radius:10px; text-align: center; font-size: 120%;" align="center" colspan="2" | <font color=white>{{SUBPAGENAME}}
! style="background: #000F87; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 120%; border: 1px solid dodgerblue; padding: 2px; -moz-border-radius:10px; text-align: center; font-size: 120%;" align="center" colspan="2" | <font color=white>{{SUBPAGENAME}}
|-
|-
{{#if: {{{image|}}} | <tr> <td align="center" colspan="2">[[Image:{{{image}}}|250px]] {{#if: <font color=white>{{{caption|}}} | <br>{{{caption}}}}}</td> </tr>}}
{{#if: {{{image|}}} | <tr> <td align="center" colspan="2">[[Image:{{{image}}}|250px]] <font color=white>{{#if: <font color=white>{{{caption|}}} | <br><font color=white>{{{caption}}}}}</td> </tr>}}
| colspan="2" | <hr style="background-color:lime;">
| colspan="2" | <hr style="background-color: dodgerblue;">
|-
|-
{{#if: {{{first|}}} | <tr> <th><font color=white>First mentioned:</th> <td>''{{#ifexist: {{{first}}} | [[{{{first}}}]] | {{{first}}} }}''</td> </tr>}}<!--
{{#if: {{{first|}}} | <tr> <th><font color=white>First mentioned:</th> <td><font color=white>''{{#ifexist: {{{first}}} | [[{{{first}}}]] | <font color=white>{{{first}}} }}''</td> </tr>}}<!--
-->{{#if: {{{date|}}} | <tr> <th><font color=white>Date of event:</th> <td> <!-- [[Timeline#{{{date}}}|{{{date}}}]] -->{{{date}}}</td> </tr>}}
-->{{#if: {{{date|}}} | <tr> <th><font color=white>Date of event:</th> <td> <font color=white><!-- [[Timeline#{{{date}}}|{{{date}}}]] --><font color=white>{{{date}}}</td> </tr>}}
{{#if: {{{location|}}}| <tr> <th><font color=white>Location:</th> <td>{{#ifexist: {{{location}}} | [[{{{location}}}]] | {{{location}}} }}</td> </tr>}}
{{#if: {{{location|}}}| <tr> <th><font color=white>Location:</th> <td><font color=white>{{#ifexist: {{{location}}} | [[{{{location}}}]] | <font color=white>{{{location}}} }}</td> </tr>}}
|}<noinclude>
|}<noinclude>


Line 24: Line 24:
}}
}}
</pre>
</pre>
</noinclude>

Latest revision as of 01:15, 17 August 2009

Infobox event

Usage

Produces a right-floated infobox for Catalyst's fan Events. Will auto-add {{noimage}} if image= is left blank.

{{User:Catalyst/Infobox event
| image = <!--Image link-->
| sort= <!-- OPTIONAL default cat sort -->
| caption = <!-- OPTIONAL Caption for image -->
| first = <!-- OPTIONAL Episode in which item first appeared; title only, e.g. Genesis-->
| date = <!-- OPTIONAL Date of the event -->
| location = <!-- OPTIONAL Location or Place where event takes place -->
}}