local anchors = {}

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

return anchors