Dokumentado por ĉi tiu modulo povas esti kreata ĉe Modulo:Wikidata/getLabel/dokumentado
p = {} function p.getLabel( frame ) local entity = mw.wikibase.getEntityObject(frame.args.id) if not entity or not entity.labels['eo'] then return frame.args.id else return entity.labels['eo'].value end end return p