Template:EDOs

From Xenharmonic Wiki
Revision as of 22:56, 31 May 2020 by Xenwolf (talk | contribs) (looks great :-))
Jump to navigation Jump to search

{{#regex: |/(\d+)(\D+)?/|\1\2}}

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}} - disputable if leading zeros should be removed

Technical notes