Module:glossary/data

From Linguifex
< Module:glossary
Revision as of 16:32, 24 March 2021 by Sware (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


local anchors = {}

for anchor in mw.title.new("wikt:Appendix:Glossary"):getContent():gmatch("{{anchor|([^}]+)}}") do
	anchors[anchor] = true
end

return anchors