پرش به محتوا

پودمان:Wikidata1/آزمایشی

از ویکی‌پدیا، دانشنامهٔ آزاد
local p = {}

function p.claim(frame)
	local ret, _ = require('پودمان:Wikidades').claim(frame)
	return ret
end

function p.getParentValues(frame)
	return require('پودمان:Wikidades').getParentValues(frame)
end

function p.linkWithParentLabel(frame)
	return require('پودمان:Wikidades').linkWithParentLabel(frame)
end

function p.yearsOld(frame)
	return require('پودمان:Wikidades').yearsOld(frame)
end

function p.getLabel(frame)
	local ret, _ = require('پودمان:Wikidades').getLabel(frame)
	return ret
end

function p.getSiteLink(frame)
	return require('پودمان:Wikidades').getSiteLink(frame)
end

function p.lang(frame)
	return require('پودمان:Wikidades').lang(frame)
end

function p.numStatements(frame)
	return require('پودمان:Wikidades').numStatements(frame)
end

function p.validProperty(frame)
	return require('پودمان:Wikidades').validProperty(frame)
end

return p