Module:WD
Revision as of 20:35, 20 August 2016 by blackwiki>Thayts (Making a "redirect" to Module:Wd; is there a better way to do this?)
This module is an alias for Module:Wd. Please don't make any changes to this module.
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