Template:Monzo/doc: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
No edit summary
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{dochead}}
{{Dochead}}
This template eases typing [[monzo]]s by putting ket notation (<code>[</code> and <code>&#x27E9;</code>) around its arguments and removing surrounding spaces. You may optionally include a legend.
 
=== Usage ===
=== Usage ===
{| class="wikitable center-all"
{| class="wikitable center-all"
! You type !! You get (rendered)
! You type !! You get (rendered)
|-
|-
| <code>{{((}}monzo{{pipe}} -19 12 {{))}}</code>
| {{plaincode|<nowiki>{{monzo| -19 12 }}</nowiki>}} || {{{{ROOTPAGENAME}}| -19 12 }}
| {{{{ROOTPAGENAME}}| -19 12 }}
|-
|-
| <code>{{((}}monzo{{pipe}}legend=1{{pipe}} -19 12 {{))}}</code>
| {{plaincode|<nowiki>{{monzo|legend=1| -19 12 }}</nowiki>}} || {{{{ROOTPAGENAME}}|legend=1| -19 12 }}
| {{{{ROOTPAGENAME}}|legend=1| -19 12 }}
|}
|}


'''Tip:''' adding spaces improves readability of the wiki markup.
{{spaces note}}


=== Technical note ===
=== Technical note ===
This template calls [[Template:Ket]] to render the brackets.
This template calls [[Template: Ket]] to render the brackets.


=== See also ===
=== See also ===
* [[Template:Monzo list]]
* [[Template: Monzo list]]
* [[Template:Val]]
* [[Template: Multimonzo]]
* [[Template:Ket]]
* [[Template: Val]]
* [[Template:LaTeX mapping operators]] &ndash; For typesetting multimonzos and multivals up to four dimensions in LaTeX.
* [[Template: Ket]]
* [[Template: LaTeX mapping operators]] – for typesetting multimonzos and multivals up to four dimensions in LaTeX.