Difference between revisions of "Module:Documentation"
Jump to navigation
Jump to search
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
>Mr. Stradivarius (undo again - the bug in frame:expandTemplate has now been fixed, so using it again) |
>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 | ||
local ret = '<div style="clear: both;"></div>' | |||
ret = ret .. messageBox.main('ombox', omargs) | |||
return ret | |||
end | end | ||