Infobox Location: Difference between revisions
From The Canon of Nora Wiki
Created page with "<noinclude> {{#cargo_declare: _table=Books |Title=String |Author=String |Pseudonym=String |Publisher=String |PublicationDate=String |FormatCode=String |ISBN10=String |ISBN13=String |Series=String |BookNumber=String |PrecededBy=String |FollowedBy=String |Cover=String |Locations=List (,) of Page }} </noinclude><includeonly> {{#cargo_store: _table=Books |Title={{{title|{{PAGENAME}}}}} |Author={{{author|Nora Roberts}}} |Pseudonym={{{pseudonym|}}} |Publisher={{{publisher|}}}..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table= | _table=Locations | ||
| | |Name=String | ||
| | |Type=String | ||
| | |Country=String | ||
| | |State=String | ||
| | |City=String | ||
| | |County=String | ||
|Series=String | |Series=String | ||
| | |FirstBook=Page | ||
|RealOrFictional=String | |||
| | |Image=String | ||
| | |||
}} | }} | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{{#cargo_store: | {{#cargo_store: | ||
_table= | _table=Locations | ||
| | |Name={{{name|{{PAGENAME}}}}} | ||
| | |Type={{{type|}}} | ||
|Country={{{country|}}} | |||
|State={{{state|}}} | |||
| | |City={{{city|}}} | ||
| | |County={{{county|}}} | ||
| | |Series={{{series|}}} | ||
| | |FirstBook={{{first_book|}}} | ||
|Series={{{series| | |RealOrFictional={{{real_or_fictional|}}} | ||
| | |Image={{{image|}}} | ||
| | |||
| | |||
}} | }} | ||
{| class="infobox" style="width: 300px; font-size: 90%; float: right; clear: right; margin: 0 0 2em 4em;" | {| class="infobox" style="width: 300px; font-size: 90%; float: right; clear: right; margin: 0 0 2em 4em;" | ||
|- | |- | ||
! colspan="2" style="text-align:center; font-size: 150%;" | {{{ | ! colspan="2" style="text-align:center; font-size: 150%;" | {{{name|{{PAGENAME}}}}} | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | {{#if:{{{ | | colspan="2" style="text-align:center;" | {{#if:{{{image|}}}|[[File:{{{image}}}|200px]]|''No image available''}} | ||
|- | |- | ||
! colspan="2" style="background:#cccccc;" | | ! colspan="2" style="background:#cccccc;" | Location | ||
|- | |- | ||
| ''' | | '''Type''' || {{{type|}}} | ||
|- | |- | ||
| ''' | | '''Real/Fictional''' || {{{real_or_fictional|}}} | ||
|- | |- | ||
| ''' | | '''Country''' || {{{country|}}} | ||
|- | |- | ||
| ''' | | '''State''' || {{{state|}}} | ||
|- | |- | ||
| ''' | | '''County''' || {{{county|}}} | ||
|- | |- | ||
| ''' | | '''City/Town''' || {{{city|}}} | ||
|- | |- | ||
| | ! colspan="2" style="background:#cccccc;" | Canon | ||
|- | |- | ||
| '''Series''' || {{{series|}}} | |||
|- | |- | ||
| ''' | | '''First appears in''' || {{#if:{{{first_book|}}}|[[{{{first_book}}}]]|}} | ||
| | |||
|} | |} | ||
[[Category: | |||
[[Category:Locations]]{{#if:{{{type|}}}|[[Category:{{{type}}} locations]]}}{{#if:{{{state|}}}|[[Category:{{{state}}} locations]]}}{{#if:{{{country|}}}|[[Category:{{{country}}} locations]]}}</includeonly><noinclude> | |||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox location | ||
| | | name = Boonsboro | ||
| | | type = Town | ||
| | | real_or_fictional = Real | ||
| | | country = United States | ||
| | | state = Maryland | ||
| | | county = Washington County | ||
| | | city = | ||
| series = The Inn BoonsBoro Trilogy | |||
| first_book = The Next Always | |||
| series | | image = | ||
| | |||
| | |||
}} | }} | ||
</pre> | </pre> | ||
== Notes == | |||
Use this template for towns, cities, countries, buildings, businesses, estates, islands, houses, restaurants, hotels, ranches, and other notable locations. | |||
</noinclude> | </noinclude> | ||
Latest revision as of 05:11, 25 June 2026
This template defines the table "Locations". This table has not been created yet.
Usage
{{Infobox location
| name = Boonsboro
| type = Town
| real_or_fictional = Real
| country = United States
| state = Maryland
| county = Washington County
| city =
| series = The Inn BoonsBoro Trilogy
| first_book = The Next Always
| image =
}}
Notes
Use this template for towns, cities, countries, buildings, businesses, estates, islands, houses, restaurants, hotels, ranches, and other notable locations.