Module:glossary/data

Long Wiktionary

Documentation for this module may be created at Module:glossary/data/doc

local anchors = {}

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

return anchors