Template:Property/doc: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "{{No documentation}}")
 
mNo edit summary
 
Line 1: Line 1:
{{No documentation}}
{{No documentation}}
<templatedata>
{
"params": {
"type": {
"label": "Data type",
"description": "SMW data type of the property - see [https://www.semantic-mediawiki.org/wiki/Help:List_of_datatypes]",
"example": "text",
"type": "string",
"default": "page",
"required": true
},
"notes": {
"label": "Notes",
"description": "Notes/description of property use and any special properties",
"example": "Used to specify if the entity is members-only or not.",
"type": "string",
"suggested": true
},
"templates": {
"label": "Templates",
"description": "List of templates and modules that set the property automatically",
"example": "\n* [[Template:Infobox NPC]]\n* [[Module:Infobox Monster]]",
"type": "string",
"suggested": true
}
},
"description": "Formats a property page and sets the data type",
"format": "block"
}
</templatedata>

Latest revision as of 00:08, 14 November 2024

This is a documentation subpage for Template:Property.
It contains usage information, categories, and other content that is not part of the original template page.

This template does not have any documentation. Please consider adding documentation at Template:Property/doc. [edit]

Formats a property page and sets the data type

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Data typetype

SMW data type of the property - see [https://www.semantic-mediawiki.org/wiki/Help:List_of_datatypes]

Default
page
Example
text
Stringrequired
Notesnotes

Notes/description of property use and any special properties

Example
Used to specify if the entity is members-only or not.
Stringsuggested
Templatestemplates

List of templates and modules that set the property automatically

Example
  • [[Template:Infobox NPC]]
  • [[Module:Infobox Monster]]
Stringsuggested