Template:Mapping: Difference between revisions

Created page with "<includeonly>{{#if: {{{legend|}}} | Mapping: }}<span class="left-delim">[</span>{{bra| {{{1|0}}} }}{{#if: {{{2|}}}|, {{bra| {{{2|}}} }} }}{{#if: {{{3|}}}|, {{bra|..."
 
ArrowHead294 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#if: {{{legend|}}} | [[Mapping]]:&nbsp;}}<span class="left-delim">&#91;</span>{{bra| {{{1|0}}} }}{{#if: {{{2|}}}|, {{bra| {{{2|}}} }} }}{{#if: {{{3|}}}|, {{bra| {{{3|}}} }} }}{{#if: {{{4|}}}|, {{bra| {{{4|}}} }} }}<span class="right-delim">&#93;</span></includeonly><noinclude>
<includeonly>{{#switch: {{{legend|}}} | 1 = [[Mapping]]:&nbsp; | 2 = [[Sval]] [[mapping]]:&nbsp; | 3 = [[Gencom]] [[mapping]]:&nbsp; }}<span class="left-delim">&#91;</span>{{bra| {{{1|0}}} }}{{#if: {{{2|}}}|, {{bra| {{{2|}}} }} }}{{#if: {{{3|}}}|, {{bra| {{{3|}}} }} }}{{#if: {{{4|}}}|, {{bra| {{{4|}}} }} }}<span class="right-delim">&#93;</span></includeonly><noinclude>
This '''mapping''' template eases typing [[mapping]]s: it puts bra notation (<code>&#x27E8;</code> and <code>&#93;</code>) around each of its arguments and left and right brackets outside (it also removes surrounding spaces). You may optionally include a legend. Mappings are supported up to rank-4.
{{documentation}}


== Usage ==
[[Category:Formatting templates]]
; You type
: <code><nowiki>{{mapping| 31 49 72 87 }}</nowiki></code>
: <code><nowiki>{{mapping| 1 0 -4 | 0 1 4 }}</nowiki></code>
: <code><nowiki>{{mapping|legend=1| 1 0 0 0 | 0 1 1 2 | 0 0 2 -1 }}</nowiki></code>
 
:'''Tip''': adding spaces improves readability of the wiki markup.
 
; You get (rendered)
: {{{{PAGENAME}}| 31 49 72 87 }}
: {{{{PAGENAME}}| 1 0 -4 -13 | 0 1 4 10 }}
: {{{{PAGENAME}}|legend=1| 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 ==
* [[Template: Val]]
* [[Template: Multival]]
* [[Template: Bra]]
 
[[Category:Templates]]
</noinclude>
</noinclude>