Modul:TestTabs: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:


p.helloWorld = function()
p.helloWorld = function()
return '{{#widget:TestTabs}}'
local div = mw.html.create( 'div' )
div
    :attr( 'id', 'testdiv' )
    :css( 'width', '100%' )
    :wikitext( 'Some text' )
    :tag( 'hr' )
return tostring( div )
-- Output: <div id="testdiv" style="width:100%;">Some text<hr /></div>
end
end


Navigationsmenü