Template:Iotm: Difference between revisions
From A KoL Wiki
imported>JRSiebz m conditionals for no before and/or after |
imported>Flargen m cat sort |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" style="margin: 0.5em auto; clear: both; font-size:95%; background-color: whitesmoke; border: 1px solid gray; line-height: 150%;" | <includeonly>{| class="wikitable" style="margin: 0.5em auto; clear: both; font-size:95%; background-color: whitesmoke; border: 1px solid gray; line-height: 150%;" | ||
|- style="text-align: center;" | |- style="text-align: center;" | ||
| width="30%" align="center" | Preceded by:<br/>'''{{#if:{{{before|}}}|[[{{before}}]]|None}}''' | | width="30%" align="center" | Preceded by:<br/>'''{{#if:{{{before|}}}|[[{{{before}}}]]|None}}''' | ||
| width="40%" style="text-align: center;" | '''[[{{{item}}}]]'''<br/>'''{{{duration}}}''' | | width="40%" style="text-align: center;" | '''[[{{{item}}}]]'''<br/>'''{{{duration}}}''' | ||
| width="30%" align="center" | Succeeded by:<br />'''{{#if:{{{after|}}}|[[{{after}}]]|Current}}''' | | width="30%" align="center" | Succeeded by:<br />'''{{#if:{{{after|}}}|[[{{{after}}}]]|None (Current)}}''' | ||
|}</includeonly><noinclude>{{Code2}} | |}</includeonly><noinclude>{{Code2}} | ||
Line 14: | Line 14: | ||
{{iotm|item=Travoltan trousers|duration=September 2006}} | {{iotm|item=Travoltan trousers|duration=September 2006}} | ||
[[Category:Footer Templates]]</noinclude> | [[Category:Footer Templates|{{PAGENAME}}]]</noinclude> |
Latest revision as of 11:34, 6 December 2008
[edit]
{{Iotm}}
{| class="wikitable" style="margin: 0.5em auto; clear: both; font-size:95%; background-color: whitesmoke; border: 1px solid gray; line-height: 150%;"
|- style="text-align: center;" | width="30%" align="center" | Preceded by:<br/>'''{{#if:{{{before|}}}|[[{{{before}}}]]|None}}''' | width="40%" style="text-align: center;" | '''[[{{{item}}}]]'''<br/>'''{{{duration}}}''' | width="30%" align="center" | Succeeded by:<br />'''{{#if:{{{after|}}}|[[{{{after}}}]]|None (Current)}}'''
|}Examples
{{iotm|item=Cheshire Bitten|duration=Oct. 6, 2005 - Oct. 6, 2006|before=Cheshire Bitten|after=nervous tick egg}}
:
Preceded by: Cheshire Bitten |
Cheshire Bitten Oct. 6, 2005 - Oct. 6, 2006 |
Succeeded by: nervous tick egg |
{{iotm|item=Travoltan trousers|duration=September 2006|before=Comma Chameleon egg|after=plastic pumpkin bucket}}
:
Preceded by: Comma Chameleon egg |
Travoltan trousers September 2006 |
Succeeded by: plastic pumpkin bucket |
{{iotm|item=Travoltan trousers|duration=September 2006}}
:
Preceded by: None |
Travoltan trousers September 2006 |
Succeeded by: None (Current) |