Template:Label: Difference between revisions
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
Parameter | Description | Type | Status | |
---|---|---|---|---|
P | P Property | displaying the label of the property
| String | optional |
property number | property number 1 | this is the number of the property | Number | optional |