Mô đun:glossary/data

Từ điển mở Wiktionary
local anchors = {}

for anchor in mw.title.new("Phụ lục:Từ điển thuật ngữ"):getContent():gmatch("{{anchor|([^}]+)}}") do
	anchors[anchor] = true
end

return anchors