Module:Tabber: Revision history

From Little Tail Wiki
Jump to navigationJump 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 February 2025

  • curprev 18:4318:43, 8 February 2025 Admin talk contribs 1,175 bytes +1,175 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)..."