To edit the documentation or categories for this module, click here.
local p = require('Module:EntityAbstract'):finalExtends()
p.objectType = 'Publication'
p.defaultlength = 'display'
function p:init(str)
self:super('init', str, 'Publication')
if self.is_nil then return end
if self.unknown then
self.vars = {
display = str,
}
end
end
return p