Module:Glossary/data

From The Languages of David J. Peterson
Revision as of 05:54, 7 March 2021 by Juelos (talk | contribs) (Created page with "local anchors = {} for anchor in mw.title.new("Appendix:Glossary"):getContent():gmatch("{{anchor|([^}]+)}}") do anchors[anchor] = true end return anchors")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Glossary/data/documentation

local anchors = {}

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

return anchors