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:35, 20 August 2016 (Making a "redirect" to Module:Wd; is there a better way to do this?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

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

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

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