Template talk:EDOs
Jump to navigation
Jump to search
All numbers are linked
See it as a feature. The arguments are under full control of the users, so it's possible (and under certain circumstances also useful) to place numbers for EDOs with a very low chance to ever exist to another place.
- Example check
{{#ifexist: 101edo | [[101edo{{!}}101]] | 101edo}}
{{#ifexist: 1001edo | [[1001edo]] | 1001edo}}
Existence checks are not easy to implement in this template
#ifexist
is evaluated before#regex
- expensive (see mw: Help:Extension:ParserFunctions ##ifexist)
... and are maybe not so helpful, because red links (as a kind of vitamin B12) keep the wiki alive. --Xenwolf (talk) 16:07, 16 December 2020 (UTC)