All public logs

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

Logs
  • 22:40, 19 May 2024 Meguumin talk contribs deleted page Module:Tabber (content before blanking was: "local p = {} function p.main( frame ) local args = frame:getParent().args return p.buildTabber( args ) end function p.buildTabber( args ) local frame = mw.getCurrentFrame() local infobox = mw.html.create( 'infobox' ):attr( 'theme', 'tabber' ) local panel = infobox:tag( 'panel' ) -- Because, apparently, you can't count args through `#args` local flag = true local i = 1 while flag do local tab_name = args[ 2 * i - 1 ] local tab_content = args[ 2 *...")