Template:Debuff: Difference between revisions
Created page with "{{#switch:{{lc:{{{1|}}}}} |str={{#switch:{{lc:{{{2|}}}}} |p=[[File:Strength Sap P x{{{3|1}}} KHUX.png|{{{4|50x50}}}px]] |s=File:Strength Sap S x{{{3|1}}} KHUX.png|{{{4|50x50..." |
No edit summary |
||
Line 20: | Line 20: | ||
|#default=[[File:Defense Sap x{{{3|1}}} KHUX.png|{{{4|50x50}}}px]] | |#default=[[File:Defense Sap x{{{3|1}}} KHUX.png|{{{4|50x50}}}px]] | ||
}} | }} | ||
}} | }}<noinclude> | ||
==Usage== | |||
To use this template, use the following code: | |||
<pre>{{Debuff|Either "str" or "def"|Attribute; for example "p", "m", "ps", "psm". Leave blank for generic|Mutliplier (x1 by default)|Size (50x50px by default)}}</pre> | |||
Notes: When using a different size, the multiplier is required. | |||
For example, <nowiki>{{Debuff|str|p|3}}</nowiki> creates: {{Debuff|str|p|3}} | |||
And <nowiki>{{Debuff|def|pm}}</nowiki> creates: {{Debuff|def|pm}} | |||
And <nowiki>{{Debuff|str||1|60x60}}</nowiki> creates: {{Debuff|str||1|60x60}} | |||
[[Category:Templates]]</noinclude> |