Template:Label: Difference between revisions

From Repository Authorities
Jump to navigation Jump to search
(Created page with " <noinclude> <templatedata> { "params": { "P": { "aliases": [ "Property" ], "label": "P", "description": "displaying the label of the property", "example": "{{P|15}}", "type": "string" } }, "description": "method for displaying the label of a property", "paramOrder": [ "P" ], "format": "inline" } </templatedata> </noinclude>")
 
No edit summary
 
Line 12: Line 12:
"example": "{{P|15}}",
"example": "{{P|15}}",
"type": "string"
"type": "string"
},
    "property number": {
"aliases": ["1"],
"label": "property number",
"description": "this is the number of the property",
"type": "number"
}
}
},
},
"description": "method for displaying the label of a property",
"description": "method for displaying the label of a property",
"paramOrder": [
"paramOrder": [
"P"
"P",
        "property number"
],
],
"format": "inline"
"format": "inline"

Latest revision as of 15:46, 7 April 2023


method for displaying the label of a property

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
PP Property

displaying the label of the property

Example
{{P|15}}
Stringoptional
property numberproperty number 1

this is the number of the property

Numberoptional