Template:Iotm: Difference between revisions
From A KoL Wiki
imported>JRSiebz m conditionals for no before and/or after |
imported>JRSiebz m oops, not enough {'s |
||
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}}}]]|Current}}''' | ||
|}</includeonly><noinclude>{{Code2}} | |}</includeonly><noinclude>{{Code2}} | ||
Revision as of 05:16, 28 January 2007
[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}}}]]|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: Current |