Template:Infobox number system/doc
Template:Documentation subpage
Usage
Use this template as an infobox for number systems, or compatible mathematical objects.
<templatedata>
{
"params": {
"official_name": {
"label": "Official name",
"description": "The official name of this number system.",
"example": "On the page \"Sedenion\", Sedenions",
"type": "string",
"suggested": true
},
"symbol": {
"label": "Symbol",
"description": "The symbol, if any, for this number system",
"example": "Failed to parse (syntax error): {\displaystyle \\mathbb C}
",
"type": "string"
},
"type": {
"label": "Type",
"description": "What sort of number system this is",
"example": "Group, Division algebra",
"type": "wiki-page-name",
"suggested": true
},
"units": {
"label": "Units",
"description": "The normal units used by this number system",
"example": "1, i",
"type": "string",
"suggested": true
},
"identity": {
"label": "Identity",
"description": "The identity element of this number system, if any",
"example": "0 (under addition), 1 (under multiplication)",
"type": "string",
"suggested": true
},
"properties": {
"label": "Properties",
"description": "The main properties of this number system",
"example": "Commutativity",
"type": "string",
"suggested": true
},
"hide_common": {
"label": "Hide Common Systems",
"description": "Hide the panel of common number systems",
"type": "boolean"
}
},
"description": "Infobox for number systems",
"format": "block"
}
</templatedata>