Template:Closed place: Difference between revisions

From stencil.wiki
(Created page with "<noinclude> This template displays a message on places with a "closed" <code>status</status> value to let readers know they are viewing a page about a place which no longer exists. It is embedded in Template:Page and should not need to be invoked directly. == Usage == This template takes no parameters, and instead gathers all its information from the semantic properties of the parent page. <pre> {{Closed place}} </pre> {{Closed place}} == TemplateData == </noinclud...")
 
No edit summary
 
(38 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This template displays a message on places with a "closed" <code>status</status> value to let readers know they are viewing a page about a place which no longer exists. It is embedded in [[Template:Page]] and should not need to be invoked directly.
This template displays a message on places with a "Closed" <code>status</code> value to let readers know they are viewing a page about a place which no longer exists. It also adds the page to [[:Category:Closed places]].
 
It is embedded in [[Template:Place]] and should not need to be invoked directly.


== Usage ==
== Usage ==
This template takes no parameters, and instead gathers all its information from the semantic properties of the parent page.
This template takes no parameters, and instead gathers all its information from the semantic properties of the parent page. If a closed year was provided in the [[Form:Place]] for that page, a line about it will be included as well. If a "Status message" (i.e. <code>status_text</code>) was provided for the form, this will replace the message box text.
<pre>
<pre>
{{Closed place}}
{{Closed place}}
</pre>
</pre>
{{Closed place}}
{{mbox
 
| text=This article describes a place which no longer exists. It remains on the wiki for historical reference.
== TemplateData ==
| color_bar=#FF665E
| class=closed-place-ambox
| icon=heart-crack
| background=#FFF7F7
| border=1px solid #FFF0EF
}}
</noinclude><!--
</noinclude><!--
--><includeonly>{{mbox
--><includeonly>{{mbox
  | title={{#if:{{#show:{{PAGENAME}}|?Has place type}}|{{ucfirst:{{#arraymap:{{#show:{{PAGENAME}}|?Has place type}}|,|@@@@|@@@@|/}}}}|place}}}} closed
  | text={{#if:{{#show:{{PAGENAME}}|?Has status message}}|{{#show:{{PAGENAME}}|?Has status message}}|This article describes a {{#if:{{#show:{{PAGENAME}}|?Has place type}}|{{lc:{{#arraymap:{{#show:{{PAGENAME}}|?Has place type}}|,|@@@@|@@@@|/}}}}|place}} which no longer exists.{{#if:{{#show:{{PAGENAME}}|?Was closed}}|&nbsp;{{PAGENAME}} closed in {{#show:{{PAGENAME}}|?Was closed}}.|}} It remains on the wiki for historical reference.}}
| text=This article describes a {{#if:{{#show:{{PAGENAME}}|?Has place type}}|{{#lc:{{#arraymap:{{#show:{{PAGENAME}}|?Has place type}}|,|@@@@|@@@@|/}}}}|place}} which no longer exists.{{#if:{{#show:{{PAGENAME}}|?Has closed year}}|&nbsp;{{PAGENAME}} closed in {{#show:{{PAGENAME}}|?Has closed year}}.|}}
  | color_bar=#FF665E
  | color_bar=#B9C3CD
  | class=closed-place-ambox
  | class=place-closed-ambox
| icon=heart-crack
}}<!--
| background=#FFF7F7
| border=1px solid #FFF0EF
}}[[Category:Closed places]]<!--
--></includeonly>
--></includeonly>

Latest revision as of 15:03, 17 December 2024

This template displays a message on places with a "Closed" status value to let readers know they are viewing a page about a place which no longer exists. It also adds the page to Category:Closed places.

It is embedded in Template:Place and should not need to be invoked directly.

Usage

This template takes no parameters, and instead gathers all its information from the semantic properties of the parent page. If a closed year was provided in the Form:Place for that page, a line about it will be included as well. If a "Status message" (i.e. status_text) was provided for the form, this will replace the message box text.

{{Closed place}}
This article describes a place which no longer exists. It remains on the wiki for historical reference.