Jump to content

Module:Sandbox/Commonscat

From Wikimedia Commons, the free media repository

Documentation for this module may be created at Module:Sandbox/Commonscat/doc

Code

p = {}
function p.getCommonscat(frame)
	return mw.wikibase.getBestStatements(frame.args[1], "P373")[1].mainsnak.datavalue.value
end

function p.getP1843(frame)
	return mw.wikibase.getBestStatements(frame.args[1], "P1843")[1].mainsnak.datavalue.value.text
end

return p