Template:LocationInfobox/doc: Difference between revisions
| (5 intermediate revisions by 3 users not shown) | |||
| Line 3: | Line 3: | ||
== Usage == | == Usage == | ||
<pre><nowiki>{{LocationInfobox | <pre><nowiki>{{LocationInfobox | ||
| type= | |type= | ||
| title= | |title= | ||
| image= | |image= | ||
| caption= | |caption= | ||
| | |japanese= | ||
| romaji= | |romaji= | ||
| game= | |translation= | ||
| old= | |game= | ||
|old= | |||
}}</nowiki></pre> | }}</nowiki></pre> | ||
=== Parameters === | === Parameters === | ||
| Line 17: | Line 18: | ||
* image: Image file. | * image: Image file. | ||
* caption: Caption for the image. | * caption: Caption for the image. | ||
* game: The game in which this place appears. E.g. [[Dragon Quest | * game: The game in which this place appears. E.g. ''[[Dragon Quest X]]'' | ||
Following parameters are optional: | Following parameters are optional: | ||
* | * japanese: Japanese name in kanji, hiragana, or katakana. | ||
* romaji: Romanized Japanese name. | * romaji: Romanized Japanese name. | ||
* old: If [[Dragon Quest | * translation: Translation of the Japanese name. | ||
* old: If [[Dragon Quest localization history|old localizations]] have different name(s) than "title=", write them here. | |||
== Example == | == Example == | ||
=== Display === | === Display === | ||
{{LocationInfobox | {{LocationInfobox | ||
| type= | |type=Castle | ||
| title= | |title=Midenhall | ||
| image=[[Image: | |image=[[Image:DQII Midenhall Castle art.png|300px]] | ||
| caption= | |caption=Official art of Midenhall Castle | ||
| | |japanese=ローレシア | ||
| romaji= | |romaji=Rōreshia | ||
| game= | |translation=Laurasia | ||
| old= | |game={{Dragon Quest II}}<br>{{DQI&IIHD}} | ||
|old=Lorasia (GBC) | |||
}} | }} | ||
=== Code === | === Code === | ||
<pre><nowiki>{{LocationInfobox | <pre><nowiki>{{LocationInfobox | ||
| type= | |type=Castle | ||
| title= | |title=Midenhall | ||
| image=[[Image: | |image=[[Image:DQII Midenhall Castle art.png|300px]] | ||
| caption= | |caption=Official art of Midenhall Castle | ||
| | |japanese=ローレシア | ||
| romaji= | |romaji=Rōreshia | ||
| game= | |translation=Laurasia | ||
| old= | |game={{Dragon Quest II}}<br>{{DQI&IIHD}} | ||
|old=Lorasia (GBC) | |||
}}</nowiki></pre> | }}</nowiki></pre> | ||