Template:ANNOUNCE IOTM: Difference between revisions

From A KoL Wiki
imported>SomeStranger
m removing outdated warning message on the bottom
imported>JaAchan
Minor documentation
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="margin-top:+.7em;background-color:#fff;border:1px solid #000;text-align:center;padding:.1em;">
<includeonly><div style="margin-top:+.7em;background-color:#fff;border:1px solid #000;text-align:center;padding:.1em;">
[[image:{{:{{{1}}}/data|image|nopic2.gif}}|{{:{{{1}}}/data|name|Unknown item name}}]]<br />
{{#if:{{{1|}}}|[[File:{{Data|{{{1|}}}|image|nopic2.gif}}|{{Data|{{{1|}}}|name|Unknown item name}}]]<br />
'''The new Item of the Month is in Mr. Store!'''<br />
'''The new Item of the Month is in Mr. Store!'''<br />
Go get your {{#ifeq:{{plural|{{{1}}}}}|UNKNOWN|[[{{{1}}}]]|{{plural|{{{1}}}}}}} today!</div><noinclude>[[Category:Announcement Templates|IOTM]]</noinclude>
Go get your {{plural|{{{1}}}}} today!|'''The new Item of the Month hasn't arrived just yet.'''<br />Please be patient - it should be here soon!}}
</div></includeonly><noinclude>
{{Code2}}
 
Creates a Item of the Month announcement for a [[Mr. Store]] item.
 
==Examples==
*<code><nowiki>{{ANNOUNCE IOTM}}</nowiki></code> yields:
{{ANNOUNCE IOTM}}
*<code><nowiki>{{ANNOUNCE IOTM|Great Ball of Frozen Fire}}</nowiki></code> yields:
{{ANNOUNCE IOTM|Great Ball of Frozen Fire}}
 
==Notes==
* For including or updating the ''current'' IotM (as linked on the [[Main Page]]), see [[Template:ANNOUNCE IotM]].
 
[[Category:Announcement Templates|IOTM]]</noinclude>

Latest revision as of 16:52, 8 August 2015

<div style="margin-top:+.7em;background-color:#fff;border:1px solid #000;text-align:center;padding:.1em;">

{{#if:{{{1|}}}|[[File:{{Data|{{{1|}}}|image|nopic2.gif}}|{{Data|{{{1|}}}|name|Unknown item name}}]]<br /> '''The new Item of the Month is in Mr. Store!'''<br /> Go get your {{plural|{{{1}}}}} today!|'''The new Item of the Month hasn't arrived just yet.'''<br />Please be patient - it should be here soon!}}

</div>

Creates a Item of the Month announcement for a Mr. Store item.

Examples

  • {{ANNOUNCE IOTM}} yields:

The new Item of the Month hasn't arrived just yet.
Please be patient - it should be here soon!

  • {{ANNOUNCE IOTM|Great Ball of Frozen Fire}} yields:

Great Ball of Frozen Fire
The new Item of the Month is in Mr. Store!
Go get your Great Balls of Frozen Fire today!

Notes