Difference between revisions of "Template:Content"
From VGD Wiki Farm
| Line 110: | Line 110: | ||
"params": { | "params": { | ||
"Topic": { | "Topic": { | ||
| − | "description": "A semi-colon delimited list of topics the article is categorized under | + | "description": "A semi-colon delimited list of topics the article is categorized under.", |
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 119: | Line 119: | ||
}, | }, | ||
"Tags": { | "Tags": { | ||
| − | "description": "Semi-colon delimited arbitrary labels to | + | "description": "Semi-colon delimited arbitrary labels to categorize articles additionally.", |
"type": "string" | "type": "string" | ||
}, | }, | ||
"Location": { | "Location": { | ||
| − | "description": " | + | "description": "The in game place of a subject", |
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
| − | "description": "Generic content metadata | + | "description": "Generic content metadata.", |
"format": "block", | "format": "block", | ||
"paramOrder": [ | "paramOrder": [ | ||
Revision as of 09:27, 4 January 2021
Generic content metadata.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Topic | Topic | A semi-colon delimited list of topics the article is categorized under. | String | required |
| Brief | Brief | Short announce of the article content to be used in infoboxes, lists, etc. | Content | optional |
| Tags | Tags | Semi-colon delimited arbitrary labels to categorize articles additionally. | String | optional |
| Location | Location | The in game place of a subject | String | optional |
{{Content
|Topic =
|Tags =
|Brief =
|Location =
}}
