Template:Infobox test/doc: Difference between revisions
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
| area | | area | ||
| population | | population | ||
| setting | | setting | ||
}} | }} | ||
Line 49: | Line 48: | ||
| area = | | area = | ||
| population = | | population = | ||
| setting = | | setting = | ||
}} | }} | ||
Line 73: | Line 71: | ||
; <code>area</code>: | ; <code>area</code>: | ||
; <code>population</code>: | ; <code>population</code>: | ||
; <code>setting</code>: | ; <code>setting</code>: | ||
Line 84: | Line 81: | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
"description": "name of the | "description": "name of the country", | ||
"type": "string | "type": "string" | ||
}, | }, | ||
"tag": { | "tag": { | ||
"label": "Tag", | "label": "Tag", | ||
"description": " | "description": "tagline of the country", | ||
"type": "string" | "type": "string" | ||
}, | |||
"continent": { | |||
"label": "Continent", | |||
"description": "name of the continent the country is on", | |||
"type": "wiki-page-name" | |||
}, | }, | ||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
"description": "image of the | "description": "orthographic image of the continent that the country is on", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"caption": { | "caption": { | ||
Line 104: | Line 104: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "capital": { | ||
"label": " | "label": "Capital", | ||
"description": " | "description": "the capital of the country", | ||
"type": "wiki-page-name" | |||
"type": " | |||
}, | }, | ||
" | "largest_city": { | ||
"label": " | "label": "Largest City", | ||
"description": "the | "description": "the largest city in the country", | ||
"type": "wiki-page-name" | |||
"type": " | |||
}, | }, | ||
" | "language": { | ||
"label": " | "label": "Language", | ||
"description": " | "description": "list of major languages", | ||
"type": "wiki-template-name" | |||
}, | |||
"people": { | |||
"label": "People", | |||
"description": "list of the major people/races that reside within the country", | |||
"type": "wiki-template-name" | |||
}, | |||
"religion": { | |||
"label": "Religion", | |||
"description": "list of major religions practiced by the country", | |||
"type": "wiki-template-name" | |||
}, | |||
"demonym": { | |||
"label": "Demonym", | |||
"description": "what are the people of the country called", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "founded": { | ||
"label": " | "label": "Founded", | ||
"description": " | "description": "the date the country was founded", | ||
"type": "wiki-template-name" | |||
}, | |||
"founded_by": { | |||
"label": "Founded by", | |||
"description": "who founded the country", | |||
"type": "wiki-page-name" | |||
}, | |||
"government": { | |||
"label": "Government", | |||
"description": "type of government", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "leader_title": { | ||
"label": " | "label": "Leader Title", | ||
"description": "the | "description": "the title of the leader", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "leader_name": { | ||
"label": " | "label": "Leader Name", | ||
"description": " | "description": "name of the current leader", | ||
"type": " | "type": "wiki-page-name" | ||
}, | }, | ||
" | "area": { | ||
"label": " | "label": "Area", | ||
"description": " | "description": "the total area of the country", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "population": { | ||
"label": " | "label": "Population", | ||
"description": " | "description": "estimated population of the country", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "setting": { | ||
"label": " | "label": "Setting", | ||
"description": "the | "description": "the setting the country is a part of", | ||
"type": "wiki-page-name" | |||
} | } | ||
} | } |
Revision as of 19:10, 24 May 2022
This is a documentation subpage for Template:Infobox test. It contains usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
This template can be used to add at-a-glance information on TTRPG campaigns.
Usage
{{{name}}} | |
---|---|
{{{tag}}} | |
{{{image}}} | |
General Information | |
Language(s) | {{{language}}} |
{{Infobox Country | name = | tag = | continent = | image = | caption = | capital = | largest_city = | language = | people = | religion = | demonym = | founded = | founded_by = | government = | leader_title = | leader_name = | area = | population = | setting = }}
Parameters
name
tag
continent
image
caption
capital
largest_city
language
people
religion
demonym
founded
founded_by
government
leader_title
leader_name
area
population
setting
TemplateData
TemplateData documentation used by VisualEditor and other tools
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TemplateData for Infobox test No description.
|