Template:EDTs/doc: Difference between revisions
mNo edit summary |
|||
| Line 1: | Line 1: | ||
{{ | {{Dochead}} | ||
This template takes a collection of numbers and creates links to individual [[edt]] pages from it. | This template takes a collection of numbers and creates links to individual [[edt]] pages from it. | ||
=== Usage examples === | === Usage examples === | ||
; You type: | ; You type: | ||
* <code><nowiki>{{EDTs|1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}}</nowiki></code> | * <code><nowiki>{{EDTs| 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }}</nowiki></code> | ||
* <code><nowiki>{{EDTs|1 2 3 4 5 6 7 8 9 10 11}}</nowiki></code> | * <code><nowiki>{{EDTs| 1 2 3 4 5 6 7 8 9 10 11 }}</nowiki></code> | ||
* <code><nowiki>{{EDTs|1, 3 and 12, but notably not 7}}</nowiki></code> | * <code><nowiki>{{EDTs| 1, 3 and 12, but notably not 7 }}</nowiki></code> | ||
; You get (rendered): | ; You get (rendered): | ||
* {{EDTs|1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}} | * {{EDTs| 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }} | ||
* {{EDTs|1 2 3 4 5 6 7 8 9 10 11}} | * {{EDTs| 1 2 3 4 5 6 7 8 9 10 11 }} | ||
* {{EDTs|1, 3 and 12, but notably not 7}} | * {{EDTs| 1, 3 and 12, but notably not 7 }} | ||
; To include a legend, type: | ; To include a legend, type: | ||
| Line 17: | Line 17: | ||
; So you get (rendered): | ; So you get (rendered): | ||
* {{EDTs|legend=1| 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}} | * {{EDTs|legend=1| 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }} | ||
=== Technical notes === | === Technical notes === | ||
* [[mw:Extension:RegexFunctions|Extension:RegexFunctions]] | * [[mw: Extension: RegexFunctions|Extension: RegexFunctions]] | ||
=== See also === | === See also === | ||
* [[Template: | * [[Template: Optimal ET sequence]] | ||
* [[Template:EDOs]] | * [[Template: EDOs]] | ||
* [[Template: | * [[Template: EDFs]] | ||
* [[Template: | * [[Template: EDs]] | ||