Module:Documentation: Difference between revisions

Jump to navigation Jump to search
metawikimedia>Verdy p
m local optimisation; there's still a bug locating the correct docTitle (currently points to this module instead of the /doc page)
metawikimedia>Tacsipacsi
move remaining inline CSS to TemplateStyles
Line 82: Line 82:
ret[#ret + 1] = select(i, ...)
ret[#ret + 1] = select(i, ...)
end
end
return '<small style="font-style:normal">(' .. table.concat(ret, ' &#124; ') .. ')</small>'
return '<small>(' .. table.concat(ret, ' &#124; ') .. ')</small>'
end
end


Line 397: Line 397:
omargs.text = text
omargs.text = text
omargs.class = message('sandbox-class')
omargs.class = message('sandbox-class')
local ret = '<div style="clear:both"></div>'
return messageBox.main('ombox', omargs)
ret = ret .. messageBox.main('ombox', omargs)
return ret
end
end