Jump to content

Module:WD

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Thayts (talk | contribs) at 20:37, 20 August 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local q = require('Module:Wd')
local p = {}

p.property = function(frame)
	return q.p:property(frame)
end

p.qualifier = function(frame)
	return q.p:qualifier(frame)
end

p.label = function(frame)
	return q.p:label(frame)
end