มอดูล:glossary/data

จาก วิกิพจนานุกรม พจนานุกรมเสรี
local anchors = {}

for anchor in mw.title.new("ภาคผนวก:อภิธานศัพท์"):getContent():gmatch("{{anchor|([^}]+)}}") do
	anchors[anchor] = true
end

return anchors