Template:EDOs: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Xenwolf (talk | contribs)
looks great :-)
ArrowHead294 (talk | contribs)
mNo edit summary
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#regex: {{{1|}}}|/(\d+)(\D+)?/|[[\1edo|\1]]\2}}<noinclude>
<includeonly>{{#switch: {{{legend|}}}|1=[[EDO]]s:&nbsp;|0=EDOs:&nbsp;}}{{#if: {{{1|}}}|{{#rreplace: {{{1}}}|/(\d+)(\D+)?/|[[\1edo|\1]]\2}}|}}</includeonly><noinclude>
 
{{documentation}}
This template takes a collection of numbers and creates links to individual [[edo]] pages from it.
 
== Usage examples ==
 
; You type
* <code><nowiki>{{EDOs|1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}}</nowiki></code>
* <code><nowiki>{{EDOs|1 2 3 4 5 6 7 8 9 10 11}}</nowiki></code>
* <code><nowiki>{{EDOs|1 edo, 2 edo, up to 99 edo 00}}</nowiki></code>
 
; You get (rendered)
* {{EDOs|1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}}
* {{EDOs|1 2 3 4 5 6 7 8 9 10 11}}
* {{EDOs|1 edo, 2 edo, up to 99 edo 00}} - disputable if leading zeros should be removed
 
== Technical notes ==
 
* [https://www.mediawiki.org/wiki/Extension:Regex_Fun Extension&#58;Regex Fun &#45; MediaWiki]
 
[[Category:Templates]]


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

Latest revision as of 11:57, 5 April 2025

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

This template takes a collection of numbers and creates links to individual edo pages from it.

Usage examples

You type
  • {{EDOs| 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }}
  • {{EDOs| 1 2 3 4 5 6 7 8 9 10 11 }}
  • {{EDOs| 1 edo, 2 edo, up to 99 edo 00 }}
You get (rendered)
To include a legend, type
  • {{EDOs|legend=0| 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }}
  • {{EDOs|legend=1| 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }}
So you get (rendered)

Technical notes

See also