Module:Tabber/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with "{{Documentation}} {{Helper module |name = Tabber |fname1 = tabber({<br/>{"tab 1 label", "tab 1 content"},<br/>{"tab 2 label", "tab 2 content"},<br/>{"etc", "..."},<br/>}) |ftype1 = Table, Boolean |fuse1 = Returns a preprocessed string of a <code><tabber></code> containing each of the specified tabs.<br/>If preprocess is explicitly set to <code>false</code> the tabber will not be processed and instead return a mw:Extension:Scribunto/Lua reference manual#HTML libr...") |
(No difference)
|
Latest revision as of 00:13, 17 October 2024
Module:Tabber's function main is invoked by Template:Tabber.
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.
Function | Type | Use |
---|---|---|
tabber({ | Table, Boolean | Returns a preprocessed string of a <tabber> containing each of the specified tabs.If preprocess is explicitly set to false the tabber will not be processed and instead return a mw.html object. If it is not specified or set to true the tabber will be preprocessed. |