Template:Group: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision 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 69: | Line 74: | ||
| allies=Example | | allies=Example | ||
| enemies=Example | | enemies=Example | ||
| | | created=Jan 01, 2000 | ||
| disbanded=Example | | disbanded=Example | ||
}} | }} | ||
Line 77: | Line 82: | ||
"params": { | "params": { | ||
"title": { | "title": { | ||
" | "type": "string", | ||
" | "required": true | ||
}, | }, | ||
"image": { | "image": { | ||
"type": "wiki-file-name", | |||
"type": "wiki-file-name" | "required": true | ||
}, | }, | ||
"caption": { | "caption": { | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"abbreviation": { | "abbreviation": { | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"description": { | "description": { | ||
"type": "string", | "type": "string", | ||
" | "required": true | ||
}, | }, | ||
"allies": { | "allies": { | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
"enemies": { | "enemies": { | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
" | "disbanded": { | ||
"type": "date" | |||
"type": " | |||
}, | }, | ||
" | "created": { | ||
"type": "date" | |||
"type": " | |||
} | } | ||
}, | }, | ||
Line 122: | Line 121: | ||
"allies", | "allies", | ||
"enemies", | "enemies", | ||
" | "created", | ||
"disbanded" | "disbanded" | ||
] | ] |
Latest revision as of 00:55, 27 August 2023
| |||
|
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | no description | String | required |
image | image | no description | File | required |
caption | caption | no description | String | optional |
abbreviation | abbreviation | no description | String | optional |
description | description | no description | String | required |
allies | allies | no description | Page name | optional |
enemies | enemies | no description | Page name | optional |
created | created | no description | Date | optional |
disbanded | disbanded | no description | Date | optional |