Difference between revisions of "Template:RunHistory"
Jump to navigation
Jump to search
Tag: visualeditor-wikitext |
|||
(27 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|mainlabel=- | |mainlabel=- | ||
|format=datatables | |format=datatables | ||
|default=No runs yet. This list will auto-populate when this character is tagged in a run AAR. | |||
|?=Name | |?=Name | ||
|?hasGM=GM | |?hasGM=GM | ||
|?hasMetaplot=Metaplot | |?hasMetaplot=Metaplot | ||
|?hasDate=Date | |?ThreatLevel=Threat | ||
|limit={{{ | |?hasDate=Date of Run | ||
|limit={{{Limit|300}}} | |||
|sort=hasDate | |sort=hasDate | ||
|order=descending | |order=descending | ||
}} | |{{#if:{{{Team|}}}|?hasRunner=Team}} | ||
}} {{#ifexpr: {{#ask: [[Category:Runs]][[hasRunner::{{PAGENAME}}]][[hasDate::>{{#time: Y-m-d |now +61 years -6 months}}]]|format=count}} > 0 | [[Category:Active Runners]] | [[Category:Inactive Runners]] }}<noinclude> | |||
{| cellpadding=5 cellspacing=0 style="border: gray 2px solid; width: 100%; -moz-border-radius: 20px; -webkit-border-radius: 25px; border-radius: 25px; background-color: #444" | |||
|- | |||
| | |||
==Useage== | |||
<nowiki>{{RunHistory}}</nowiki> | |||
This template is used to automatically generate a list of runs for character wiki pages. It will also automatically add the character to [[:Category:Active Runners]] if that character has had a run in the previous 6 months. This is important, as other templates such as [[Template:ContactPlayerConnections]] checks the Active Runner category for their functionality. | |||
By default, the template will set a limit of 300 results, but you can designate a different limit as well. | |||
<nowiki>{{RunHistory| | |||
|Limit=5 | |||
}}</nowiki> | |||
This will force the template to give only the 5 most recent runs. This can be useful if you wish only to show the most recent runs. | |||
[[Category:Templates]] | |||
[[Category:Character Page Templates]] | |||
|} | |||
</noinclude> |
Latest revision as of 22:54, 30 October 2024
No runs yet. This list will auto-populate when this character is tagged in a run AAR.
Useage{{RunHistory}} This template is used to automatically generate a list of runs for character wiki pages. It will also automatically add the character to Category:Active Runners if that character has had a run in the previous 6 months. This is important, as other templates such as Template:ContactPlayerConnections checks the Active Runner category for their functionality.
{{RunHistory| |Limit=5 }} This will force the template to give only the 5 most recent runs. This can be useful if you wish only to show the most recent runs. |