Module:LocationInfo/doc

From Little Tail Wiki
Revision as of 19:44, 2 March 2025 by Zoltier (talk | contribs) (Created page with "{{LocationInfo | title = Location name (required) | headerstyle = (defaults to background-color:grey) | image = 200px | caption = An example image (IMAGE REQUIRED) | ("Bio.") | ja_kanji = Optional | ja_romaji = Optional | origin = Optional | namesake = Optional | greaterarea = Optional | country = Optional | capital = Optional | ruler = Optional | demographic = Optional | inhabitants = Op...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This is the documentation page for Module:LocationInfo

Location name (required)

An example image (IMAGE REQUIRED)
Info.
Japanese name Optional
Romanized name Optional
Origin Country Optional
Namesake Optional
Greater Area Optional
Country Optional
Capital Optional
Ruler Optional
Demographic Optional
Inhabitants Optional


The LocationInfo infobox lists basic facts about the article's featured location.

Infoboxes are put together via Capiunto, which calls upon a Lua-based module. This keeps infoboxes clean and easy to form.

In source editor, excluding any optional row will make that row not render. Leaving out any required fields will throw an error over the page. HTML tags can be used within the infobox if necessary.

Specific rows

  • Japanese name: The location's original name in Japanese
  • Romanized name: The location's Japanese title romanized
  • Origin: The Old World origin of the location
  • Namesake: The namesake of the location
  • Greater area: The general greater area the location is a part of
  • Country: The country the location is in
  • Capital: The capital of the location (mostly for countries).
  • Ruler: The ruler of the location (mostly for countries)
  • Demographics: The location's demographics, i.e. amount of Caninus vs Felinekos
  • Inhabitants: Notable inhabitants of the area

Usage

{{LocationInfo
| title       = Location name (required)
| headerstyle = (defaults to background-color:grey)
| image       = [[File:Waffle.png|200px]]
| caption     = An example image (IMAGE REQUIRED)
| ("Bio.")
| ja_kanji      = Optional
| ja_romaji     = Optional
| origin        = Optional
| namesake      = Optional
| greaterarea   = Optional
| country       = Optional
| capital       = Optional
| ruler         = Optional
| demographic   = Optional
| inhabitants   = Optional
}}