Template:ANNOUNCE IOTM: Difference between revisions

From A KoL Wiki
imported>Shadowlynk
grammar unfix!
imported>JaAchan
Minor documentation
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<includeonly><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;">
{{#if:{{{1|}}}|[[image:{{Data|{{{1|}}}|image|nopic2.gif}}|{{Data|{{{1|}}}|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 {{plural|{{{1}}}}} today!|'''The new Item of the Month hasn't arrived just yet.'''<br />Please be patient - it should be here soon!}}
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>
</div></includeonly><noinclude>
Example:
{{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}}
{{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>
[[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