Template:Iotm: Difference between revisions
From A KoL Wiki
imported>Dehstil |
imported>Flargen m cat sort |
||
(5 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/>'''[[{{{before}}}]]''' | | 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 />'''[[{{{after}}}]]''' | | width="30%" align="center" | Succeeded by:<br />'''{{#if:{{{after|}}}|[[{{{after}}}]]|None (Current)}}''' | ||
|}</includeonly><noinclude>{{Code2}} | |}</includeonly><noinclude>{{Code2}} | ||
Line 11: | Line 11: | ||
*<code><nowiki>{{iotm|item=Travoltan trousers|duration=September 2006|before=Comma Chameleon egg|after=plastic pumpkin bucket}}</nowiki></code>: | *<code><nowiki>{{iotm|item=Travoltan trousers|duration=September 2006|before=Comma Chameleon egg|after=plastic pumpkin bucket}}</nowiki></code>: | ||
{{iotm|item=Travoltan trousers|duration=September 2006|before=Comma Chameleon egg|after=plastic pumpkin bucket}} | {{iotm|item=Travoltan trousers|duration=September 2006|before=Comma Chameleon egg|after=plastic pumpkin bucket}} | ||
*<code><nowiki>{{iotm|item=Travoltan trousers|duration=September 2006}}</nowiki></code>: | |||
{{iotm|item=Travoltan trousers|duration=September 2006}} | |||
[[Category: | [[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) |