Changes

Jump to navigation Jump to search
Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page. --> Template used to format uniformally (resp.) property and item labels. Useful into other templates..."
{{Documentation subpage}}
<!-- Categories go at the bottom of this page. -->

Template used to format uniformally (resp.) property and item labels. Useful into other templates to display with the same conventions. Used for example in {{tl|C}}

== Usage ==
* {{tl|format|item|Universe}}
{{format|item|Universe}}
* {{tl|format|item|{{tl|Q|Q1}}}}
{{format|item|{{Q|Q1}}}}
* {{tl|format|property|instance of}}
{{format|property|instance of}}
* {{tl|format|property|{{tl|instance of}}}}
{{format|property|{{instance of}}}}
* {{tlp|format|item|Universe|color=Blue}}
{{format|item|Universe|color=Blue}}
* {{tlp|format|value|no value|color=None}}
{{format|value|no value|color=None}}

== See also ==
* {{tl|C}}

<includeonly>
<!-- Categories go here: -->
[[Category:Format Template]]
</includeonly>
<templatedata>
{
"params": {
"1": {
"aliases": [
"type"
],
"label": "type of format to use",
"description": "\"value\" for a claim value, \"item\" for an item, \"property\" for a property ",
"example": "{{Format|item|Q5}}",
"type": "string",
"required": true,
"suggested": true
},
"2": {
"aliases": [
"value"
],
"description": "the value to format",
"example": "Q5, no value, P31, instance of, ...",
"type": "string",
"suggested": true
},
"color": {}
},
"description": "Used to format properties, items or statement values in a consistent way, used for example in Template:Claim",
"format": "inline"
}
</templatedata>

Navigation menu