Editing Template:Property/doc
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
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> |