Template:Group: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
|- | |- | ||
<!-- | <!-- | ||
|- | |||
!style="background:#EFEFEF; width:100px"|Abbreviation | |||
|style="background:white; width:200px; text-align:left;"|{{{abbreviation}}} | |||
|- | |||
!style="background:#EFEFEF; width:100px"|Description | !style="background:#EFEFEF; width:100px"|Description | ||
|style="background:white; width:200px; text-align:left;"|{{{description}}} | |style="background:white; width:200px; text-align:left;"|{{{description}}} | ||
Line 24: | Line 28: | ||
!style="background:#EFEFEF; width:100px"|Enemies | !style="background:#EFEFEF; width:100px"|Enemies | ||
|style="background:white; width:200px; text-align:left;"|{{{enemies}}} | |style="background:white; width:200px; text-align:left;"|{{{enemies}}} | ||
|- | |- | ||
--> | --> | ||
{{#if:{{{abbreviation|}}}| | |||
{{!}}style="background:#EFEFEF; width:100px"{{!}}Abbreviation | |||
{{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{abbreviation}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{description|}}}| | |||
{{!}}style="background:#EFEFEF; width:100px"{{!}}Description | |||
{{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{description}}} | |||
{{!}}- | |||
}} | |||
{{#if:{{{allies|}}}| | {{#if:{{{allies|}}}| | ||
{{!}}style="background:#EFEFEF; width:100px"{{!}}Allies | {{!}}style="background:#EFEFEF; width:100px"{{!}}Allies | ||
Line 39: | Line 50: | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{disbanded|}}}| | ||
{{!}}style="background:#EFEFEF; width:100px"{{!}} | {{!}}style="background:#EFEFEF; width:100px"{{!}}Disbanded | ||
{{!}}style="background:white; width:200px; text-align:left;"{{!}}{{{ | {{!}}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 52: | Line 68: | ||
{{Location | {{Location | ||
| title=Example | | title=Example | ||
| image=Example | | image=Example.png | ||
| caption=Example | | caption=Example | ||
| abbreviation=Example | |||
| description=Example | | description=Example | ||
| allies=Example | | allies=Example | ||
| enemies=Example | | enemies=Example | ||
| | | created=Jan 01, 2000 | ||
| disbanded=Example | | disbanded=Example | ||
}} | }} | ||
Line 65: | Line 82: | ||
"params": { | "params": { | ||
"title": { | "title": { | ||
" | "type": "string", | ||
"required": true | |||
}, | |||
"image": { | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"caption": { | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "abbreviation": { | ||
"type": "string" | |||
"type": " | |||
}, | }, | ||
"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": "date" | ||
}, | }, | ||
" | "created": { | ||
"type": "date" | |||
"type": " | |||
} | } | ||
}, | }, | ||
Line 102: | Line 117: | ||
"image", | "image", | ||
"caption", | "caption", | ||
"abbreviation", | |||
"description", | "description", | ||
"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 |