Template:Heroes count/doc: Difference between revisionsGive feedback
Created page with "== Usage == This template counts the total number of heroes (not in development and not disabled) currently in the game. It implements function <code>p.get_headcount()</code> in Module:HeroData. == See also == * {{t|Items count}}: Counts all items in game <noinclude>Category:Template documentation</noinclude>" |
m example for released and hero labs |
||
| Line 1: | Line 1: | ||
== Usage == | == Usage == | ||
This template counts the total number of heroes (not in development and not disabled) currently in the game. It implements function <code>p.get_headcount()</code> in [[Module:HeroData]]. | This template counts the total number of heroes (not in development and not disabled) currently in the game. It implements function <code>p.get_headcount()</code> in [[Module:HeroData/headcount]]. | ||
Released hero count: <code><nowiki>{{Heroes count|Released}}</nowiki></code> {{Heroes count|Released}} | |||
Hero lab hero count: <code><nowiki>{{Heroes count|HeroLabs}}</nowiki></code> {{Heroes count|HeroLabs}} | |||
== See also == | == See also == | ||