Template:vcount
From Homestar Runner Wiki
(Difference between revisions)
(creating template for visible, yet sortable counts; partial doc; this is waay better than building a framework :S) |
(fix spacing) |
||
Line 1: | Line 1: | ||
- | {{hcount|{{{1}}}}}{{#count:{{{1}}}_visible|{{{2|1}}}|{{{3|}}}}} | + | {{hcount|{{{1}}}}}{{#count:{{{1}}}_visible|{{{2|1}}}|{{{3|}}}}}<noinclude> |
- | <noinclude> | + | |
---- | ---- | ||
Template that augments the [[HRWiki:Counter|counter parser function]] so that its output can be part of a sorted table. | Template that augments the [[HRWiki:Counter|counter parser function]] so that its output can be part of a sorted table. |
Revision as of 17:36, 28 April 2007
1
Template that augments the counter parser function so that its output can be part of a sorted table.
Usage: Usage:
{{ hcount | countername }}
where countername is the name of the counter being used. Place this template in each cell of a given column. The usage of this tempalte is similar to that of {{hcount}} although the extended functionality of #count is also available:
Technical Information: