Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:CorpRP City Infobox: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 3: Line 3:
     "description": "Label unsigned comments in a conversation.",
     "description": "Label unsigned comments in a conversation.",
     "params": {
     "params": {
         "flag": {
         "image1": {
             "label": "Image of the city's flag.",
             "label": "City's flag",
             "type": "wiki-file-name"
             "type": "wiki-file-name"
         },
         },
         "map": {
         "image2": {
             "label": "Map of the city's territory.",
             "label": "Map of the city's territory.",
             "type": "wiki-file-name"
             "type": "wiki-file-name"
Line 19: Line 19:
     <default>{{PAGENAME}}</default>
     <default>{{PAGENAME}}</default>
   </title>
   </title>
   <image source="flag">
   <image source="image1">
     <caption source="caption1"/>
     <caption source="caption1"/>
   </image>
   </image>
   <image source="map">
   <image source="image2">
     <caption source="caption2"/>
     <caption source="caption2"/>
   </image>
   </image>

Revision as of 21:32, 22 July 2023

Label unsigned comments in a conversation.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
City's flagimage1

no description

Fileoptional
Map of the city's territory.image2

no description

Fileoptional

Example usage:

{{City-Infobox
|title1=Example
|image1= Flag
|image2 = Map
|caption1=Example
|country=Example
|established=Example
|mayor=Example
|population=Example
|demonym=Example
}}