Template:EDOs: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
mNo edit summary
+an alt parameter without linking the string "edos"
Line 1: Line 1:
<includeonly>{{#if: {{{legend|}}}|[[EDO]]s:&nbsp;}}{{#if: {{{1|}}}|{{#regex: {{{1}}}|/(\d+)(\D+)?/|[[\1edo|\1]]\2}}|}}</includeonly><noinclude>
<includeonly>{{#switch: {{{legend|}}}|1=[[EDO]]s:&nbsp;|0=EDOs:&nbsp;}}{{#if: {{{1|}}}|{{#regex: {{{1}}}|/(\d+)(\D+)?/|[[\1edo|\1]]\2}}|}}</includeonly><noinclude>
This template takes a collection of numbers and creates links to individual [[edo]] pages from it.
This template takes a collection of numbers and creates links to individual [[edo]] pages from it.



Revision as of 13:26, 22 December 2024

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

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)
  • {{#regex: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 |/(\d+)(\D+)?/|\1\2}}
  • {{#regex: 1 2 3 4 5 6 7 8 9 10 11 |/(\d+)(\D+)?/|\1\2}}
  • {{#regex: 1 edo, 2 edo, up to 99 edo 00 |/(\d+)(\D+)?/|\1\2}}
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)
  • EDOs: {{#regex: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 |/(\d+)(\D+)?/|\1\2}}
  • EDOs: {{#regex: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 |/(\d+)(\D+)?/|\1\2}}

Technical notes

See also