Main public logs

From Little Tail Wiki
Jump to navigationJump to search

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
  • 18:43, 8 February 2025 Admin talk contribs created page Module:Tabber (Created page with "local p = {} local tabberUtils = require("Module:TabberUtils") function p.main(frame) local parentArgs = frame:getParent().args local args = tabberUtils.parse(parentArgs) return p.printTabs(args) end function p.printTabs(args) local tabData = {} for _, tab in ipairs(args.tabs) do local tabContent = tab.content if tabContent and mw.text.killMarkers(tabContent) == "" then tabContent = mw.text.unstripNoWiki(tabContent)...")