Module:Adnoam/Item

From Fallen London Wiki

Documentation for this module may be created at Module:Adnoam/Item/doc

local p = {}

function p.test(frame)
    targs = frame:getParent().args

    return "<nowiki> ".. targs["testarg"] .. "</nowiki>"
end

return p