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 | return '<small>(' .. table.concat(ret, ' | ') .. ')</small>' | ||
end | end | ||
Line 397: | Line 397: | ||
omargs.text = text | omargs.text = text | ||
omargs.class = message('sandbox-class') | omargs.class = message('sandbox-class') | ||
return messageBox.main('ombox', omargs) | |||
end | end | ||