This is the documentation page for Module:Tables

This is a documentation subpage for Module:Tables.
It contains usage information, categories, and other content that is not part of the original module page.
Module:Tables is required by Module:Combat Achievements.
Module:Tables is required by Module:Tombs of Amascut loot.

This module is a helper module to be used by other modules; it may not designed to be invoked directly. See RuneScape:Lua/Helper modules for a full list and more information.

FunctionTypeUse
_row(row, elts, header)mw.html object, table/string, booleanAdds td or th cells to the html object with the cells data specified by elts. If header = true then all cells added will have the th tag.
_table(table, data)mw.html object, tableAdds tr rows and td/th cells to the html object, the data for the rows and cells is specified by data.