Template:Infobox non-integer number/doc: Difference between revisions

Content deleted Content added
Created page with '{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> == Usage == <pre> {{infobox non-integer number |title= |rationality= |decimal= |algebraic= |continued_fraction_linear= |continued_fraction_periodic= |continued_fraction_finite= |binary= |hexadecimal= }} </pre> == TemplateData == <templatedata> { "params": { "title": { "label": "Title", "description": "Article title", "type": "w...'
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 2:
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
== Usage ==
<syntaxhighlight lang="wikitext">
<pre>
{{infoboxInfobox non-integer number
|title=
|rationality=
|symbol=
|decimal=
|algebraic=
|continued_fraction=
|continued_fraction_linear=
|continued_fraction_periodic=
Line 14 ⟶ 16:
|hexadecimal=
}}
</syntaxhighlight>
</pre>
 
== TemplateData ==
<templatedata>
Line 59 ⟶ 62:
"label": "Hexadecimal",
"description": "Hexadecimal representation of the number",
"type": "content"
},
"symbol": {
"label": "Symbol",
"description": "The symbol for the number",
"type": "content"
},
"continued_fraction": {
"label": "Continued fraction",
"description": "Continued fraction (non-linear) representation of the number",
"type": "content"
}
},
"format": "block",
"paramOrder": [
"title",
"rationality",
"symbol",
"decimal",
"algebraic",
"continued_fraction",
"continued_fraction_linear",
"continued_fraction_periodic",
"continued_fraction_finite",
"binary",
"hexadecimal"
]
}
</templatedata>