Module:glossary/data

From Linguifex
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