Template:Infobox fictional location/doc

From Omniversalis

This infobox is for fictional locations.

Usage[edit]

{{{name}}}
{{{source}}} location
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}]]
{{{caption}}}
[[File:{{{image2}}}|{{{image2_size}}}|alt={{{alt2}}}]]
{{{caption2}}}
First appearance {{{first}}}
Last appearance {{{last}}}
Created by {{{creator}}}
Genre {{{genre}}}
Information
Type {{{type}}}
Ruler {{{ruler}}}
Ethnic group(s) {{{ethnic_group}}}
Race(s) {{{races}}}
Location {{{located_in}}}
Notable locations {{{locations}}}
Notable characters {{{characters}}}
Population {{{population}}}
Other name(s) {{{alt_name}}}
{{{blank_label}}} {{{blank_data}}}
{{{blank_label1}}} {{{blank_data1}}}
{{{blank_label2}}} {{{blank_data2}}}
{{{blank_label3}}} {{{blank_data3}}}
{{{blank_label4}}} {{{blank_data4}}}
{{Infobox fictional location
| name =
| image =
| image_size =
| alt =
| caption =
| source =
| alt_name =
| first =
| last =
| creator =
| genre =
| type =
| located_in =
| ruler =
| locations =
| ethnic_group =
| races =
| characters =
| population =
| blank_label =
| blank_data =
| blank_label1 =
| blank_data1 =
| blank_label2 =
| blank_data2 =
| blank_label3 =
| blank_data3 =
| blank_label4 =
| blank_data4 =
}}

Parameters[edit]

Parameter Explanation
name Location name for display in header bar; defaults to PAGENAME, which may be preferred to keep header a reasonable size.
colour To set a background color for title and header bars other than the default (#dedee2).
image Primary image to illustrate the location. Do not use a link ( [[ ]] ) or the "Image:" prefix; image is automatically linked and resized to a standardized 250px.
image_size Allows alternate sizing for images smaller than 250px.
alt See Wikipedia:Alternative text for images.
caption A caption explaining the image.
source Applicable name of book, comic, TV series, film etc. from which the location is taken, for display in bar under main image and caption.
creator Name of the person who created the location.
genre Genre of the source material, like Novel, Comic book, Soap opera, or Horror film.
type Type of location, like City or Castle.
located_in Small list of notable fictional locations in which this location exists. Can be political or geographical.
locations Small list of notable fictional locations within this location; for example, notable buildings in a city.
characters Small list of notable characters who may live or work in this location.
first Applicable name of book, comic, TV series, film etc. where this place made its first appearance.
last Last appearance.

<templatedata> { "params": { "colour": { "label": "Infobox color", "description": "To set a background color for title and header bars other than the default (#dedee2).", "example": "white or #FFFFFF" }, "source": {}, "name": { "label": "Name", "description": "Name of location", "type": "string", "required": true }, "image": { "label": "Image", "description": "Primary image to illustrate the location. Do not use a link ( [[ ]] ) or the \"Image:\" or \"File:\" prefix. Image is automatically linked and resized to a standardized 250px.", "example": "example.jpg" }, "image_size": { "aliases": [ "imagesize" ], "label": "Image size", "description": "Allows alternate sizing for images smaller than 250px", "example": "250px" }, "alt": {}, "caption": { "label": "Image caption", "example": "\"Narnia, as illustrated in the first book\"" }, "image2": {}, "image2size": {}, "image2_size": {}, "alt2": {}, "caption2": {}, "first": { "label": "First appearance", "description": "Work in which the location first appears (use wikilink if applicable)", "example": "The Chronicles of Narnia: The Lion, the Witch, and the Wardrobe" }, "last": { "label": "Last appearance", "description": "Work in which the location last appears (use wikilink if applicable)" }, "creator": { "label": "Created by", "description": "Original creator (e.g., writer) of the fictional location", "example": "C. S. Lewis", "suggested": true }, "genre": { "label": "Genre", "description": "The genre in which the location best fits", "example": "Fantasy, science fiction, historical fiction" }, "noinfo": {}, "alt_name": { "aliases": [ "altname" ], "label": "Other name(s)",

"description": "Alternative names that the location is known by. Use

or if more than one."

}, "type": { "label": "Type", "description": "Type of location", "example": "Island, world, country, etc.", "suggested": true }, "ruler": {}, "ethnic_group": {}, "race": {}, "located_in": { "label": "Located in", "description": "The (real or fictional) place where this location is located. For example, Wakanda (Marvel Comics) is located in Africa (real), whereas The Shire (Lord of the Rings) is located in Middle Earth (fictional)." }, "locations": { "label": "Locales", "description": "Notable places within the location" }, "characters": { "label": "Notable characters", "description": "Notable characters from this location", "example": "Luke Skywalker and Anakin Skywalker" }, "population": { "label": "Population" }, "data21": {}, "data22": {}, "data23": {}, "data24": {}, "data25": {}, "info-hdr": {}, "ethnic_groups": {}, "races": {}, "people": {}, "blank_label": {}, "blank_data": {}, "blank_label1": {}, "blank_data1": {}, "blank_label2": {}, "blank_data2": {}, "blank_label3": {}, "blank_data3": {}, "blank_label4": {}, "blank_data4": {}, "child": {}, "embed": {} }, "paramOrder": [ "name", "first", "creator", "image", "caption", "alt_name", "last", "image_size", "type", "genre", "located_in", "characters", "locations", "colour", "source", "alt", "alt2", "image2", "image2size", "image2_size", "caption2", "noinfo", "ruler", "ethnic_group", "race", "population", "ethnic_groups", "people", "races", "data21", "data22", "data23", "data24", "data25", "info-hdr", "blank_label", "blank_data", "blank_label1", "blank_data1", "blank_label2", "blank_data2", "blank_label3", "blank_data3", "blank_label4", "blank_data4", "child", "embed" ], "format": "block" } </templatedata>

Supporting template[edit]