Melvor Idle:How to edit/Lua: Difference between revisions

Created page with "==mw.html== In widicode, we use the table syntax to create tables. However, in Lua, using the html library is prefered. This is because the mw.html is a fluent interface that can be used to very easily add, remove or customise specific parts of a table (or otherwise html element). ===Creating a basic table=== A table can be created by simply using <code>mw.html.create('table')</code..."
(Created page with "==mw.html== In widicode, we use the table syntax to create tables. However, in Lua, using the html library is prefered. This is because the mw.html is a fluent interface that can be used to very easily add, remove or customise specific parts of a table (or otherwise html element). ===Creating a basic table=== A table can be created by simply using <code>mw.html.create('table')</code...")
(No difference)
2,875

edits