Template:MP
From TheKolWiki
{{MP}} <includeonly><table align="center"><tr><td>[[image:mpoints.gif|MP]]</td><td>You {{{type|gain}}} {{formatnum:{{{amount|some}}}}} [[MP|Mana {{plural:{{{amount}}}|Point|Points}}]].</td></tr></table></includeonly><noinclude>
{{Code2}}
==Syntax==
Gain: <pre>{{MP|amount=1}}</pre>
{{MP|amount=1}}
Gain: <pre>{{MP|type=gain|amount=1000}}</pre>
{{MP|type=gain|amount=1000}}
Gain: <pre>{{MP|amount=5-10}}</pre>
{{MP|amount=5-10}}
Gain: <pre>{{MP}}</pre>
{{MP}}
Loss: <pre>{{MP|type=lose|amount=1}}</pre>
{{MP|type=lose|amount=1}}
Loss: <pre>{{MP|type=lose|amount=3}}</pre>
{{MP|type=lose|amount=3}}
Loss: <pre>{{MP|type=lose|amount=10-15}}</pre>
{{MP|type=lose|amount=10-15}}
Loss: <pre>{{MP|type=lose}}</pre>
{{MP|type=lose}}
[[Category:Standardization Templates|{{PAGENAME}}]]</noinclude>
Syntax
Gain: {{MP|amount=1}}
Gain: {{MP|type=gain|amount=1000}}
Gain: {{MP|amount=5-10}}
Gain: {{MP}}
Loss: {{MP|type=lose|amount=1}}
Loss: {{MP|type=lose|amount=3}}
Loss: {{MP|type=lose|amount=10-15}}
Loss: {{MP|type=lose}}
|