local div = mw.html.create('div')div :attr('id', 'testdiv') :css('width', '100%') :wikitext('Some text') :tag('hr')return tostring(div)-- Output:
Some text
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/User:SuperDragonXD/divs".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.