< Template:FC | County
This is a documentation subpage for . It contains usage information, categories and other content that is not part of the original template page. |
This template is designed to be used to add rows to a table tracking FC upgrades by county.
It requires only two parameters at minimum, the county name, and it's upgrade status.
The template is designed to be transcluded enclosed inside a table.
{| border=1 Template goes here |}
For example
{{FC/County}}
→Produces
|- align="center" bgcolor="white" |COUNTY NAME |No volunteers yet |STATUS
But when enclosed in a table like this
{| border=1 {{FC/County|COUNTY NAME|STATUS}} |}
→It produces
COUNTY NAME | No volunteers yet | STATUS
|
It can change the color of the row if the status is set to one of these three options exactly |not started|in progress|complete|
It accepts up to six optional editor names, separated by a pipe (|). If no editors are added, it will display "No volunteers yet".
Example usage
{| border=1 {{FC/County|Kings|in progress|PesachZ} {{FC/County|Queens|not started} {{FC/County|New York|complete|pumrum|PesachZ} {{FC/County|Richmond|something else|pumrum|PesachZ|third|4th|fifth_Wazer|FinalShownWazer|not displayed above limit}} |}
→Produces
Kings | PesachZ (PM) | in progress
|
Queens | No volunteers yet | not started
|
New York | pumrum (PM), PesachZ (PM) | complete
|
Richmond | pumrum (PM), PesachZ (PM), third (PM), 4th (PM), fifth_Wazer (PM), FinalShownWazer (PM) | something else
|