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. Omitted for Jobs pages.",
+
"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 additionally categorize articles.",
+
"description": "Semi-colon delimited arbitrary labels to categorize articles additionally.",
 
"type": "string"
 
"type": "string"
 
},
 
},
 
"Location": {
 
"Location": {
"description": "For Event pages. The place of an event.",
+
"description": "The in game place of a subject",
 
"type": "string"
 
"type": "string"
 
}
 
}
 
},
 
},
"description": "Generic content metadata and approval policy.",
+
"description": "Generic content metadata.",
 
"format": "block",
 
"format": "block",
 
"paramOrder": [
 
"paramOrder": [

Revision as of 09:27, 4 January 2021


Generic content metadata.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
TopicTopic

A semi-colon delimited list of topics the article is categorized under.

Stringrequired
BriefBrief

Short announce of the article content to be used in infoboxes, lists, etc.

Contentoptional
TagsTags

Semi-colon delimited arbitrary labels to categorize articles additionally.

Stringoptional
LocationLocation

The in game place of a subject

Stringoptional
{{Content
|Topic        =
|Tags         =
|Brief        =
|Location     = 
}}