Template:Mapping/doc: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
m Fix documentation
ArrowHead294 (talk | contribs)
m Self-closing «nowiki» tags also work
Line 2: Line 2:
=== Usage ===
=== Usage ===
; You type
; You type
: <code><nowiki>{{mapping| 31 49 72 87 }}</nowiki></code>
: <code>{{mapping<nowiki />| 31 49 72 87 }}</code>
: <code><nowiki>{{mapping| 1 0 -4 -13 | 0 1 4 10 }}</nowiki></code>
: <code>{{mapping<nowiki />| 1 0 -4 -13 | 0 1 4 10 }}</code>


:'''Tip:''' adding spaces improves readability of the wiki markup.
:'''Tip:''' adding spaces improves readability of the wiki markup.
Line 12: Line 12:


; To include a legend, type
; To include a legend, type
: <code><nowiki>{{mapping|legend=1| 1 0 0 0 | 0 1 1 2 | 0 0 2 -1 }}</nowiki></code>
: <code>{{mapping<nowiki />|legend=1| 1 0 0 0 | 0 1 1 2 | 0 0 2 -1 }}</code>
: <code><nowiki>{{mapping|legend=2| 1 0 0 0 | 0 1 1 2 | 0 0 2 -1 }}</nowiki></code>
: <code>{{mapping<nowiki />|legend=2| 1 0 0 0 | 0 1 1 2 | 0 0 2 -1 }}</code>
: <code><nowiki>{{mapping|legend=3| 1 0 0 0 | 0 1 1 2 | 0 0 2 -1 }}</nowiki></code>
: <code>{{mapping<nowiki />|legend=3| 1 0 0 0 | 0 1 1 2 | 0 0 2 -1 }}</code>


; So you get
; So you get

Revision as of 00:30, 28 September 2024

Usage

You type
{{mapping| 31 49 72 87 }}
{{mapping| 1 0 -4 -13 | 0 1 4 10 }}
Tip: adding spaces improves readability of the wiki markup.
You get
[31 49 72 87]]
[1 0 -4 -13], 0 1 4 10]]
To include a legend, type
{{mapping|legend=1| 1 0 0 0 | 0 1 1 2 | 0 0 2 -1 }}
{{mapping|legend=2| 1 0 0 0 | 0 1 1 2 | 0 0 2 -1 }}
{{mapping|legend=3| 1 0 0 0 | 0 1 1 2 | 0 0 2 -1 }}
So you get
Mapping[1 0 0 0], 0 1 1 2], 0 0 2 -1]]
Sval mapping[1 0 0 0], 0 1 1 2], 0 0 2 -1]]
Gencom mapping[1 0 0 0], 0 1 1 2], 0 0 2 -1]]

Technical note

This template calls Template: Bra to render the brackets.

See also