Module:Documentation: Difference between revisions

    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