|
|
Line 62: |
Line 62: |
| * {{signed|-0.5}} | | * {{signed|-0.5}} |
| * {{signed|-5}} | | * {{signed|-5}} |
|
| |
| == Testing [[User:Xenwolf/Template:EDOs]] ==
| |
|
| |
| I evaluate option(s) to only generate links to existing pages as a feature of [[Template:EDOs]]. Answer: No.
| |
|
| |
| {{User:Xenwolf/Template:EDOs|101, 1001, and 123xy, even 000}}
| |
|
| |
| * done: leading zeros removed
| |
|
| |
| {{#ifexist: 101edo | [[101edo{{!}}101]] | 101edo}}
| |
| {{#ifexist: 1001edo | [[1001edo]] | 1001edo}}
| |
|
| |
| * hard to do: existence checks
| |
| ** <code>#ifexist</code> is evaluated before <code>#regex</code>
| |
| ** expensive (see [[mw: Help:Extension:ParserFunctions ##ifexist]])
| |
|
| |
|
| == Testing factor notation == | | == Testing factor notation == |