45,646
edits
No edit summary |
No edit summary |
||
Line 33: | Line 33: | ||
-- This won't work if the initial letter is non-ASCII. | -- This won't work if the initial letter is non-ASCII. | ||
local lower_anchor = | local lower_anchor = mw.ustring.lower(anchor) | ||
return "[[wikt:Appendix:Glossary#" .. anchor .. "|" .. (text or anchor) .. "]]" | return "[[wikt:Appendix:Glossary#" .. anchor .. "|" .. (text or anchor) .. "]]" |