Template:Sups

From TD Xenharmonic Wiki
Jump to navigation Jump to search

{{#rreplace: |/(\D)?/|}}

Fucking superscripts why is this not functioning

{{#rreplace: 12414 a32awfwefawe|/(\D)?/|}}

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

Usage examples[edit]

You type
  • {{Ratios|1/1, 2/1, 3/1, 4/1, 5/1, 6/1, 7/1, 8/1, 9/1, 10/1, 11/1}}
  • {{Ratios|1/1 2/1 3/1 3/2 4/1 4/3 5/1 5/2 5/3 5/4 6/1 6/5}}
  • {{Ratios|2/1, 3/1, 5/1, up to 89/1 00/00}}
You get (rendered)
  • {{#rreplace: 1/1, 2/1, 3/1, 4/1, 5/1, 6/1, 7/1, 8/1, 9/1, 10/1, 11/1|/(\d+)(\D+)?\/(\d+)(\D+)?/|\1/\3\2\4}}
  • {{#rreplace: 1/1 2/1 3/1 3/2 4/1 4/3 5/1 5/2 5/3 5/4 6/1 6/5|/(\d+)(\D+)?\/(\d+)(\D+)?/|\1/\3\2\4}}
  • {{#rreplace: 2/1, 3/1, 5/1, up to 89/1 00/00|/(\d+)(\D+)?\/(\d+)(\D+)?/|\1/\3\2\4}} - disputable if leading zeros should be removed

Technical notes[edit]

Replaced by Extension:RegexFunctions on this wiki because Regex Fun is not available