All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Ekatra Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:56, 8 October 2022 Shnehrashmi talk contribs created page Module:Table style (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...")