--Demonstrates how to use Wikidatafor interwiki transclusion.@author Legoktm --
local p =
function p.expand(frame) local entity = mw.wikibase.getEntity local text = entity.claims.p370[0].mainsnak.datavalue.value return frame:preprocess(text)end
return p