Template:Infobox place/years active: Difference between revisions
Robertbaxter (talk | contribs) No edit summary |
Robertbaxter (talk | contribs) No edit summary |
||
Line 27: | Line 27: | ||
|} | |} | ||
== TemplateData == | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Start year", | |||
"description": "The (optional) start year for the place.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"2": { | |||
"label": "End year", | |||
"description": "The (optional) end year for the place.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"3": { | |||
"label": "Status", | |||
"description": "The status of the place.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Active", | |||
"Closed", | |||
"Temporarily closed", | |||
"Inactive", | |||
"Historic", | |||
"Unknown" | |||
], | |||
"required": true | |||
} | |||
}, | |||
"description": "A helper template to display the \"Years active\" row in the infobox for a place." | |||
} | |||
</templatedata> | |||
</noinclude><!-- | </noinclude><!-- | ||
--><includeonly>{{#if:{{{1|}}}{{{2|}}}|<tr><th>Years active</th><td>{{#if:{{{1|}}}|{{{1|}}}|????}}–{{#ifeq:{{{3|}}}|Active|present|{{#if:{{{2|}}}|{{{2|}}}|????}}}}</td></tr>|}}</includeonly> | --><includeonly>{{#if:{{{1|}}}{{{2|}}}|<tr><th>Years active</th><td>{{#if:{{{1|}}}|{{{1|}}}|????}}–{{#ifeq:{{{3|}}}|Active|present|{{#if:{{{2|}}}|{{{2|}}}|????}}}}</td></tr>|}}</includeonly> |
Revision as of 00:10, 17 December 2024
This is a helper template for Template:Infobox place, it takes a start year, end year, and status to generate one row in the infobox about the "years active."
Behavior
The examples below are embedded in empty infoboxes for accurate table row display.
Only if one or both of the years are provided does this template display anything.
If the first year is not provided "????" displays instead (the assumption being that if years active is being displayed there is at very least a start point, even if it is not known).
{{Infobox place/years active||2021|Active}}
Years active | ????–present |
---|---|
If the second year is not provided the status is checked—a place with an "Active" status displays "present"—any other status displays the provided end year or "????" if none was provided.
{{Infobox place/years active|1995||Active}} {{Infobox place/years active|2004|2018|Closed}} {{Infobox place/years active|1999||Closed}} {{Infobox place/years active|2015||Unknown}}
Years active | 1995–present |
---|---|
Years active | 2004–2018 |
Years active | 1999–???? |
Years active | 2015–???? |
TemplateData
A helper template to display the "Years active" row in the infobox for a place.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Start year | 1 | The (optional) start year for the place. | String | suggested |
End year | 2 | The (optional) end year for the place. | String | suggested |
Status | 3 | The status of the place.
| String | required |