Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

Combined display of all available logs of REPUB Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:31, 11 October 2024 Alurel talk contribs created page Module:Tabber (Created page with "local Tabber = {} --- Helper function to get Tabber length --- --- @param data table --- @return number local function getTabberLength( data ) local length = 0 for k, _ in next, data do if mw.ustring.find( k, 'label' ) == 1 then length = length + 1 end end return length end --- Render Tabber --- --- @param data table { label{n}, content{n} } --- @return string wikitext of Tabber function Tabber.renderTabber( data ) if...")