Documentation for this module may be created at Module:ScoreWikidata/τεκμηρίωση
local p = {} function p.wikidata(frame) local entity = mw.wikibase.getEntity(frame.args[1]) local snak = entity['claims']['P577'] return p end return p