Module:Sandbox/Yestarhumeler/Code
From Fallen London Wiki
Documentation for this module may be created at Module:Sandbox/Yestarhumeler/Code/doc
local m = {}
function m.wrap(frame)
return "<code><nowiki>" .. frame.args[1] .. "</nowiki></code>"
end
return m