Template:ANNOUNCE IOTM: Difference between revisions

From A KoL Wiki
imported>SomeStranger
mNo edit summary
imported>JaAchan
Minor documentation
 
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<table style="width:100%;margin-top:+.7em;background-color:#fff;border:1px solid #000">
<includeonly><div style="margin-top:+.7em;background-color:#fff;border:1px solid #000;text-align:center;padding:.1em;">
  <tr>
{{#if:{{{1|}}}|[[File:{{Data|{{{1|}}}|image|nopic2.gif}}|{{Data|{{{1|}}}|name|Unknown item name}}]]<br />
    <td style="text-align:center;font-size:100%;border:none;margin: 0;padding:.1em;">
[[image:{{{1}}}]]<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 [[{{{2}}}]]s today!
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!}}
    </td>
</div></includeonly><noinclude>
  </tr>
{{Code2}}
</table><noinclude>[[Category:Announcement Templates|IOTM]]</noinclude>
 
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