Template:Location: Difference between revisions

From The Reed and Rite
m Removed background color to allow dynamic color shift in dark mode.
 
(19 intermediate revisions by the same user not shown)
Line 16: Line 16:


Notable Residents
Notable Residents
-->{{#if: {{{nr1|}}}{{{nr2|}}}{{{nr3|}}}{{{nr4|}}}{{{nr5|}}}{{{nr6|}}}{{{nr7|}}}{{{nr8|}}}{{{nr9|}}}{{{nr10|}}} |<tr class="infobox-data-row"><th>Notable Residents</th><td><!--
-->{{#if: {{{nr1|}}}{{{nr2|}}}{{{nr3|}}}{{{nr4|}}}{{{nr5|}}} |<tr class="infobox-data-row"><th>Notable Residents</th><td><!--
   -->{{#if: {{{nr1|}}} |• {{{nr1}}}{{#if: {{{nr2|}}}{{{nr3|}}}{{{nr4|}}}{{{nr5|}}}{{{nr6|}}}{{{nr7|}}}{{{nr8|}}}{{{nr9|}}}{{{nr10|}}} |<br>}} }}<!--
   -->{{#if: {{{nr1|}}} |• {{{nr1}}}{{#if: {{{nr2|}}}{{{nr3|}}}{{{nr4|}}}{{{nr5|}}} |<br>}} }}<!--
   -->{{#if: {{{nr2|}}} |• {{{nr2}}}{{#if: {{{nr3|}}}{{{nr4|}}}{{{nr5|}}}{{{nr6|}}}{{{nr7|}}}{{{nr8|}}}{{{nr9|}}}{{{nr10|}}} |<br>}} }}<!--
   -->{{#if: {{{nr2|}}} |• {{{nr2}}}{{#if: {{{nr3|}}}{{{nr4|}}}{{{nr5|}}} |<br>}} }}<!--
   -->{{#if: {{{nr3|}}} |• {{{nr3}}}{{#if: {{{nr4|}}}{{{nr5|}}}{{{nr6|}}}{{{nr7|}}}{{{nr8|}}}{{{nr9|}}}{{{nr10|}}} |<br>}} }}<!--
   -->{{#if: {{{nr3|}}} |• {{{nr3}}}{{#if: {{{nr4|}}}{{{nr5|}}} |<br>}} }}<!--
   -->{{#if: {{{nr4|}}} |• {{{nr4}}}{{#if: {{{nr5|}}}{{{nr6|}}}{{{nr7|}}}{{{nr8|}}}{{{nr9|}}}{{{nr10|}}} |<br>}} }}<!--
   -->{{#if: {{{nr4|}}} |• {{{nr4}}}{{#if: {{{nr5|}}} |<br>}} }}<!--
   -->{{#if: {{{nr5|}}} |• {{{nr5}}}{{#if: {{{nr6|}}}{{{nr7|}}}{{{nr8|}}}{{{nr9|}}}{{{nr10|}}} |<br>}} }}<!--
   -->{{#if: {{{nr5|}}} |• {{{nr5}}} }}<!--
  -->{{#if: {{{nr6|}}} |• {{{nr6}}}{{#if: {{{nr7|}}}{{{nr8|}}}{{{nr9|}}}{{{nr10|}}} |<br>}} }}<!--
--></td></tr>}}<!--
  -->{{#if: {{{nr7|}}} |• {{{nr7}}}{{#if: {{{nr8|}}}{{{nr9|}}}{{{nr10|}}} |<br>}} }}<!--
 
  -->{{#if: {{{nr8|}}} |• {{{nr8}}}{{#if: {{{nr9|}}}{{{nr10|}}} |<br>}} }}<!--
  -->{{#if: {{{nr9|}}} |• {{{nr9}}}{{#if: {{{nr10|}}} |<br>}} }}<!--
  -->{{#if: {{{nr10|}}} |• {{{nr10}}} }}<!--
--></td></tr>}}<!--<!--
-->{{#if: {{{first_mentioned|}}} |<tr class="infobox-data-row"><th>First Mentioned</th><td>{{{first_mentioned}}}</td></tr>}}<!--
-->{{#if: {{{first_mentioned|}}} |<tr class="infobox-data-row"><th>First Mentioned</th><td>{{{first_mentioned}}}</td></tr>}}<!--
-->}}<!--
-->}}<!--
-->{{#ifeq:{{NAMESPACE}}|{{ns:0}}|[[Category:Characters]]}}</includeonly><noinclude>
-->{{#ifeq:{{NAMESPACE}}|{{ns:0}}|[[Category:Locations]]}}</includeonly><noinclude>
== Description ==
== Description ==
This template should be used on location pages to add an infobox in the upper right hand corner the article.
This template should be used on location pages to add an infobox in the upper right hand corner of the article.


== Usage ==
== Usage ==
Line 43: Line 39:
!You Get
!You Get
|-
|-
| style="text-align: left; background-color: white; vertical-align: top;" |<pre>
| style="text-align: left; vertical-align: top;" |<pre>
{{location
{{location
|name=Location Name
|name=Location Name
Line 57: Line 53:
|established=Year Established
|established=Year Established
|founder=Founder's Name
|founder=Founder's Name
|function=Primary Function (Reserved for buildings.)
|function=Primary Function
|nr1=Notable Residents
|nr1=Notable Resident(s)
|nr2=Up to ten names.
|nr2=Up to five names.
|nr3= Use nrX=, where "X" is a number 1–5.
|first_mentioned=First Mentioned
|first_mentioned=First Mentioned
}}
}}
</pre>
</pre>
| style="background-color: white;" |<br>{{location
|<br>{{location
|name=Location Name
|name=Location Name
|image=Map of St. Crispian's.jpg
|image=Map of St. Crispian's.jpg
Line 76: Line 73:
|established=Year Established
|established=Year Established
|founder=Founder's Name
|founder=Founder's Name
|function=Primary Function (Reserved for buildings.)
|function=Primary Function
|nr1=Notable Residents
|nr1=Notable Resident(s)
|nr2=Up to ten names.
|nr2=Up to five names.
|nr3= Use <code>nrX=</code>, where "X" is a number 1–5.
|first_mentioned=First Mentioned
|first_mentioned=First Mentioned
}}
}}
Line 84: Line 82:


=== Parameters ===
=== Parameters ===
{| class="wikitable" style="width: 65%;"
{| class="wikitable" style="width: 70%;"
! Parameter !! Description
! Parameter !! Description
|-
|-
Line 113: Line 111:
| style="text-align: center;" | <code>function</code> || It's primary function, if applicable. (i.e., Bookshop, Bakery, Tea House, etc.)
| style="text-align: center;" | <code>function</code> || It's primary function, if applicable. (i.e., Bookshop, Bakery, Tea House, etc.)
|-
|-
| style="text-align: center;" | <code>nr1=</code>, <code>nr2=</code>, <code>nr3=</code>, etc. || Notable Residents, up to ten names. (If applicable.)
| style="text-align: center;" | <code>nr1=</code>, <code>nr2=</code>, <code>nr3=</code>, etc. || Notable Residents, up to five names. (If applicable.) Use double brackets around the name (e.g., <code><nowiki>[[Emma M. Lion]]</nowiki></code>) to link to that character's page.
|-
|-
| style="text-align: center;" | <code>first_mentioned</code> || Where the location was first mentioned (e.g., book, chapter, etc.).
| style="text-align: center;" | <code>first_mentioned</code> || Where the location was first mentioned (e.g., book, chapter, etc.).
Line 119: Line 117:


== Articles using Template ==
== Articles using Template ==
:{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages}}
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages}}
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}


[[Category:Infoboxes]]
[[Category:Infoboxes]]

Latest revision as of 22:39, 27 May 2025

Description

This template should be used on location pages to add an infobox in the upper right hand corner of the article.

Usage

The template has several parameters that can be used.

Note: Only fields that are provided will appear in the infobox. Not all parameters are required for each location.
You Type You Get
{{location
|name=Location Name
|image=FILENAME.EXTENSION
|caption=Caption Here
|book=Book Title
|series=Series Title
|location=Location Name
|city=City Name
|county=County Name
|region=Region Name
|country=Country Name
|established=Year Established
|founder=Founder's Name
|function=Primary Function
|nr1=Notable Resident(s)
|nr2=Up to five names.
|nr3= Use nrX=, where "X" is a number 1–5.
|first_mentioned=First Mentioned
}}

Location Name
Caption Here
Caption Here
Caption Here
BookBook Title
SeriesSeries Title
LocationLocation Name
CityCity Name
CountyCounty Name
RegionRegion Name
CountryCountry Name
EstablishedYear Established
FounderFounder's Name
FunctionPrimary Function
Notable Residents• Notable Resident(s)
• Up to five names.
• Use nrX=, where "X" is a number 1–5.
First MentionedFirst Mentioned

Parameters

Parameter Description
name The character's name.
image Filename of the character's image (e.g., `File:Example.jpg`).
caption Caption for the image.
book What book the location is from. Use abbreviation(s) from Template:B.
series What series the location is from. Use abbreviation(s) from Template:B.
location Where it is located, if applicable.
city The city it is located in, if applicable.
county The county it is located in, if applicable.
region The region it is located in, if applicable.
country The country it is located in, if applicable.
established The year it was established, if applicable.
founder The name of the founder, if applicable.
function It's primary function, if applicable. (i.e., Bookshop, Bakery, Tea House, etc.)
nr1=, nr2=, nr3=, etc. Notable Residents, up to five names. (If applicable.) Use double brackets around the name (e.g., [[Emma M. Lion]]) to link to that character's page.
first_mentioned Where the location was first mentioned (e.g., book, chapter, etc.).

Articles using Template