Difference between revisions of "Stat"

(Added "Has stat" property)
m
Line 7: Line 7:
 
if the page is a Skill, then set a property
 
if the page is a Skill, then set a property
 
-->{{#ifeq:[[:{{PAGENAME}}|{{PAGENAME}}]]<!--
 
-->{{#ifeq:[[:{{PAGENAME}}|{{PAGENAME}}]]<!--
-->|{{#ask: [[Category:Skills]] [[{{PAGENAME}}]]}}<!-- Category:Skills
+
-->|{{#ask: [[Category:Skills]] [[{{PAGENAME}}]]}}<!--
 
-->|{{#set:Has stat={{{1}}}}}}}</includeonly><noinclude>{{Stat/Documentation}}</noinclude>
 
-->|{{#set:Has stat={{{1}}}}}}}</includeonly><noinclude>{{Stat/Documentation}}</noinclude>

Revision as of 21:43, 31 March 2023

Description

Displays a stat's icon and name, with a link to the page of the stat.

Usage

{{stat|<Attack Power>|<+123>|<icon=Attack Power.png>|<link=Attack Power>|<nolabel=yes>}}

Parameters

Arrow.png1: The name of the stat.
Required.
Arrow.png2: The value of the stat.
Optional.
Arrow.pngicon: The stat's icon.
Optional. Defaults to '{{{1}}}_Icon.png'.
Arrow.pnglink: The page link.
Optional. Defaults to '{{{1}}}'.
Notes: If set to 'no', label will be plaintext.
Arrow.pngnolabel: Determines whether the name of the stat is shown.
Optional.
Notes: Set this parameter any value to hide label text.