Jump to content

Module:Documentation: Difference between revisions

add the equivalent of {{clear}} before the sandbox notice - this was in the old {{documentation}} template, but somehow didn't find its way into the module before
m>Mr. Stradivarius
(undo again - the bug in frame:expandTemplate has now been fixed, so using it again)
m>Mr. Stradivarius
(add the equivalent of {{clear}} before the sandbox notice - this was in the old {{documentation}} template, but somehow didn't find its way into the module before)
Line 381: Line 381:
text = text .. makeCategoryLink(message('sandbox-category'))
text = text .. makeCategoryLink(message('sandbox-category'))
omargs.text = text
omargs.text = text
return messageBox.main('ombox', omargs)
local ret = '<div style="clear: both;"></div>'
ret = ret .. messageBox.main('ombox', omargs)
return ret
end
end


Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.