Template:Val: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
m Recategorize
ArrowHead294 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#if: {{{legend|}}} | [[val]]:&nbsp;}}{{bra| {{{1|0}}} }}</includeonly><noinclude>
<includeonly>{{#if: {{{legend|}}}|[[val]]:&nbsp;}}{{bra|{{{1|0}}}}}</includeonly><noinclude>
This template eases typing [[val]]s: it puts bra notation (<code>&#x27E8;</code> and <code>&#93;</code>) around its arguments (it also removes surrounding spaces), and you may optionally include a legend.
{{documentation}}
 
== Usage ==
; You type
: <code><nowiki>{{val| 31 49 72 87 }}</nowiki></code>
: <code><nowiki>{{val|legend=1| 31 49 72 87 }}</nowiki></code>
 
:'''Tip''': adding spaces improves readability of the wiki markup.
 
; You get (rendered)
: {{{{PAGENAME}}| 31 49 72 87 }}
: {{{{PAGENAME}}|legend=1| 31 49 72 87 }}
 
== Technical note ==
This template calls [[Template: Bra]] to render the brackets.
 
== See also ==
* [[Template: Mapping]]
* [[Template: Multival]]
* [[Template: Monzo]]
* [[Template: Bra]]


[[Category:Formatting templates]]
[[Category:Formatting templates]]
</noinclude>
</noinclude>

Latest revision as of 16:21, 31 January 2025

Template documentation[view] [edit] [history] [purge]

This template eases typing vals by putting bra notation ( and ]) around its arguments and removing surrounding spaces. You may optionally include a legend.

Usage

You type You get (rendered)
{{val| 31 49 72 87 }} 31 49 72 87]
{{val|legend=1| 31 49 72 87 }} val31 49 72 87]

Tip: Adding spaces improves readability of the markup.

Technical note

This template calls Template:Bra to render the brackets.

See also