Template:Infobox place/years active: Difference between revisions

From stencil.wiki
No edit summary
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 active1995–present
Years active2004–2018
Years active1999–????
Years active2015–????

TemplateData

A helper template to display the "Years active" row in the infobox for a place.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Start year1

The (optional) start year for the place.

Stringsuggested
End year2

The (optional) end year for the place.

Stringsuggested
Status3

The status of the place.

Suggested values
Active Closed Temporarily closed Inactive Historic Unknown
Stringrequired