Template:Group: Difference between revisions

From gm_construct 13 beta
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 53: Line 53:
   {{!}}style="background:#EFEFEF; width:100px"{{!}}Disbanded
   {{!}}style="background:#EFEFEF; width:100px"{{!}}Disbanded
   {{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{disbanded}}}
   {{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{disbanded}}}
  {{!}}-
}}
{{#if:{{{created|}}}|
  {{!}}style="background:#EFEFEF; width:100px"{{!}}Created
  {{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{created}}}
   {{!}}-
   {{!}}-
}}
}}
Line 65: Line 70:
   | image=Example.png
   | image=Example.png
   | caption=Example
   | caption=Example
  | abbreviation=Example
   | description=Example
   | description=Example
   | allies=Example
   | allies=Example
   | enemies=Example
   | enemies=Example
   | date of creation=Jan 01, 2000
   | created=Jan 01, 2000
   | disbanded=Example
   | disbanded=Example
}}
}}
Line 76: Line 82:
"params": {
"params": {
"title": {
"title": {
"suggested": true,
"type": "string",
"type": "string"
"required": true
},
},
"image": {
"image": {
"suggested": true,
"type": "wiki-file-name",
"type": "wiki-file-name"
"required": true
},
},
"caption": {
"caption": {
"suggested": true,
"type": "string"
"type": "string"
},
},
"abbreviation": {
"abbreviation": {
"suggested": true,
"type": "string"
"type": "string"
},
},
"description": {
"description": {
"type": "string",
"type": "string",
"suggested": true
"required": true
},
},
"allies": {
"allies": {
"suggested": true,
"type": "wiki-page-name"
"type": "wiki-page-name"
},
},
"enemies": {
"enemies": {
"suggested": true,
"type": "wiki-page-name"
"type": "wiki-page-name"
},
},
"date of creation": {
"disbanded": {
"suggested": true,
"type": "date"
"type": "date"
},
},
"disbanded": {
"created": {
"suggested": true,
"type": "date"
"type": "date"
}
}
Line 121: Line 121:
"allies",
"allies",
"enemies",
"enemies",
"date of creation",
"created",
"disbanded"
"disbanded"
]
]

Latest revision as of 00:55, 27 August 2023

{{{title}}}
[[File:{{{image}}}|250px|center]]

{{{caption}}}

General


Example usage:

{{Location
  | title=Example
  | image=Example.png
  | caption=Example
  | abbreviation=Example
  | description=Example
  | allies=Example
  | enemies=Example
  | created=Jan 01, 2000
  | disbanded=Example
}}

No description.

Template parameters

ParameterDescriptionTypeStatus
titletitle

no description

Stringrequired
imageimage

no description

Filerequired
captioncaption

no description

Stringoptional
abbreviationabbreviation

no description

Stringoptional
descriptiondescription

no description

Stringrequired
alliesallies

no description

Page nameoptional
enemiesenemies

no description

Page nameoptional
createdcreated

no description

Dateoptional
disbandeddisbanded

no description

Dateoptional