Jump to content

Module:Sandbox/Toohool

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Toohool (talk | contribs) at 08:32, 20 March 2013 (Created page with 'return { test = function() return '<table class="vertical-navbox nowraplinks" cellspacing="5" cellpadding="0" style="float:right;clear:right;width:22....'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
return {
    test = function()
       return '<table class="vertical-navbox nowraplinks" cellspacing="5" cellpadding="0" style="float:right;clear:right;width:22.0em;margin:0 0 1.0em 1.0em;background:#f9f9f9;border:1px solid #aaa;padding:0.2em;border-spacing:0.4em 0;text-align:center;line-height:1.4em;font-size:88%;"><tr><td style="padding:0 0.1em 0.4em;">\n\n*foo\n</td></tr><tr><td style="padding:0 0.1em 0.4em;">\n\n*<div class="bar"><ul><li>baz</li></ul></div>\n</td></tr></table>'
    end

}