Actions

Template

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=Books
_table=Locations
|Title=String
|Name=String
|Author=String
|Type=String
|Pseudonym=String
|Country=String
|Publisher=String
|State=String
|PublicationDate=String
|City=String
|FormatCode=String
|County=String
|ISBN10=String
|ISBN13=String
|Series=String
|Series=String
|BookNumber=String
|FirstBook=Page
|PrecededBy=String
|RealOrFictional=String
|FollowedBy=String
|Image=String
|Cover=String
|Locations=List (,) of Page
}}
}}
</noinclude><includeonly>
</noinclude><includeonly>
{{#cargo_store:
{{#cargo_store:
_table=Books
_table=Locations
|Title={{{title|{{PAGENAME}}}}}
|Name={{{name|{{PAGENAME}}}}}
|Author={{{author|Nora Roberts}}}
|Type={{{type|}}}
|Pseudonym={{{pseudonym|}}}
|Country={{{country|}}}
|Publisher={{{publisher|}}}
|State={{{state|}}}
|PublicationDate={{{pub_date|}}}
|City={{{city|}}}
|FormatCode={{{format_code|}}}
|County={{{county|}}}
|ISBN10={{{isbn10|}}}
|Series={{{series|}}}
|ISBN13={{{isbn13|}}}
|FirstBook={{{first_book|}}}
|Series={{{series|Standalone}}}
|RealOrFictional={{{real_or_fictional|}}}
|BookNumber={{{book_number|}}}
|Image={{{image|}}}
|PrecededBy={{{preceded_by|}}}
|FollowedBy={{{followed_by|}}}
|Cover={{{cover|}}}
|Locations={{{locations|}}}
}}
}}


{| 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%;" | {{{title|{{PAGENAME}}}}}
! colspan="2" style="text-align:center; font-size: 150%;" | {{{name|{{PAGENAME}}}}}
|-
|-
| colspan="2" style="text-align:center;" | {{#if:{{{cover|}}}|[[File:{{{cover}}}|200px]]|''No cover image available''}}
| colspan="2" style="text-align:center;" | {{#if:{{{image|}}}|[[File:{{{image}}}|200px]]|''No image available''}}
|-
|-
! colspan="2" style="background:#cccccc;" | Publication
! colspan="2" style="background:#cccccc;" | Location
|-
|-
| '''Author''' || {{{author|Nora Roberts}}}
| '''Type''' || {{{type|}}}
|-
|-
| '''Pseudonym''' || {{{pseudonym|}}}
| '''Real/Fictional''' || {{{real_or_fictional|}}}
|-
|-
| '''Publisher''' || {{{publisher|}}}
| '''Country''' || {{{country|}}}
|-
|-
| '''Publication date''' || {{{pub_date|}}}
| '''State''' || {{{state|}}}
|-
|-
| '''Format/Imprint code''' || {{{format_code|}}}
| '''County''' || {{{county|}}}
|-
|-
| '''ISBN-10''' || {{{isbn10|}}}
| '''City/Town''' || {{{city|}}}
|-
|-
| '''ISBN-13''' || {{{isbn13|}}}
! colspan="2" style="background:#cccccc;" | Canon
|-
|-
! colspan="2" style="background:#cccccc;" | Series
| '''Series''' || {{{series|}}}
|-
|-
| '''Series''' || {{{series|Standalone}}}
| '''First appears in''' || {{#if:{{{first_book|}}}|[[{{{first_book}}}]]|}}
|-
| '''Book number''' || {{{book_number|}}}
|-
| '''Preceded by''' || {{{preceded_by|}}}
|-
| '''Followed by''' || {{{followed_by|}}}
|}
|}
[[Category:Books]]{{#if:{{{series|}}}|[[Category:{{{series}}}]]}}{{#if:{{{pseudonym|}}}|[[Category:{{{pseudonym}}}]]}}</includeonly><noinclude>
 
[[Category:Locations]]{{#if:{{{type|}}}|[[Category:{{{type}}} locations]]}}{{#if:{{{state|}}}|[[Category:{{{state}}} locations]]}}{{#if:{{{country|}}}|[[Category:{{{country}}} locations]]}}</includeonly><noinclude>


== Usage ==
== Usage ==
<pre>
<pre>
{{Infobox book
{{Infobox location
| title        = Naked in Death
| name              = Boonsboro
| cover        = Naked_in_Death_cover.jpg
| type              = Town
| author      = Nora Roberts
| real_or_fictional = Real
| pseudonym    = J.D. Robb
| country          = United States
| publisher    = Berkley
| state            = Maryland
| pub_date    = July 1995
| county            = Washington County
| format_code  = Berkley mm
| city              =  
| isbn10      = 0425147973
| series           = The Inn BoonsBoro Trilogy
| isbn13      = 9780425147974
| first_book        = The Next Always
| series       = In Death
| image            =  
| book_number  = 1
| preceded_by  =  
| followed_by  = Glory in Death
| locations    = New York City,The Towers
}}
}}
</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.