Difference between revisions of "Template:Property"
Jump to navigation
Jump to search
(Add a description to TemplateData) |
(Typo + Issues section) |
||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
</pre> | </pre> | ||
− | '''Result''': {{property|packaging: | + | '''Result''': {{property|packaging:has_character}} |
+ | |||
+ | == Issues, questions or todo == | ||
+ | * What about linking to a page in another language? | ||
== See also == | == See also == | ||
Line 29: | Line 32: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
− | "description": "This template creates a link for a property build for | + | "description": "This template creates a link for a property build for Folksonomy Engine.", |
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "Property name", | "label": "Property name", | ||
"description": "The name of the property", | "description": "The name of the property", | ||
− | "type": "string" | + | "type": "string", |
+ | "required": true | ||
} | } | ||
} | } |
Latest revision as of 07:03, 16 September 2021
This template creates a link for a property build for Folksonomy Engine.
Syntax
{{property |property_name }}
Example
{{property |packaging:has_character }}
or, might be easier to read:
{{property|packaging:has_character}}
Result: packaging:has_character
Issues, questions or todo
- What about linking to a page in another language?
See also
TemplateData
This template creates a link for a property build for Folksonomy Engine.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Property name | 1 | The name of the property | String | required |
Code
[[Folksonomy/Property/{{{1}}}|{{{1}}}]]