Module:Table style: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    8 October 2022

    • curprev 09:5609:56, 8 October 2022Shnehrashmi talk contribs 1,377 bytes +1,377 Created page with "local TableTools = require('Module:TableTools') local getArgs = require('Module:Arguments').getArgs local p = {} local raw_styles = mw.loadData('Module:Table style/data') local styles = {} for k, v in pairs(raw_styles) do local style = v.style local names = v.aliases styles[k] = style for _, name in pairs(names) do styles[name] = style end end function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) local str = "" f..."