Module:Documentation: Difference between revisions
No edit summary |
No edit summary |
||
| Line 139: | Line 139: | ||
table.insert( links, 1, '[[' .. docPage.fullText .. '|view]]' ) | table.insert( links, 1, '[[' .. docPage.fullText .. '|view]]' ) | ||
footer = table.concat( { | footer = table.concat( { | ||
'<div style="margin:0.7em -1em -0.7em;background-color:#EAF4F9;border-top:1px solid #AAA;padding:0.8em 1em 0.7em">\n', | '<div style="margin:0.7em -1em -0.7em;background-color:#EAF4F9;border-top:1px solid #AAA;padding:0.8em 1em 0.7em;clear:both">\n', | ||
'<div style="float:right">' .. mw.text.nowiki( '[' ) .. table.concat( links, ' | ' ) .. ']</div>\n', | '<div style="float:right">' .. mw.text.nowiki( '[' ) .. table.concat( links, ' | ' ) .. ']</div>\n', | ||
'<p style="margin:0">The above documentation is transcluded from [[' .. docPage.fullText .. ']].</p>\n', | '<p style="margin:0">The above documentation is transcluded from [[' .. docPage.fullText .. ']].</p>\n', | ||