Modul:Hatnote: Unterschied zwischen den Versionen
Non-breaking space after "§" in _formatLink() to match Module:Section link; might not be a bad idea to require() that module but this is a good start
(Updated from sandbox: tweaked _formatLink() to overwrite, rather than stack, manual piping with "display"-based piping) |
(Non-breaking space after "§" in _formatLink() to match Module:Section link; might not be a bad idea to require() that module but this is a good start) |
||
| Zeile 162: | Zeile 162: | ||
local page, section = link:match('^(.-)#(.*)$') | local page, section = link:match('^(.-)#(.*)$') | ||
if page then | if page then | ||
display = page .. ' § ' .. section | display = page .. ' § ' .. section | ||
end | end | ||
end | end | ||