Special: Log

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

Logs
  • 02:06, 13 November 2023 Samwilson talk contribs created page Module:Tabs (Created page with "local p = {} -- =p.main({args={link1='foo', link2='bar'}}) p.main = function ( frame ) -- Either use the args given (for testing), or those of the parent. local args = frame.args if #args == 0 and mw.getCurrentFrame():getParent() then args = mw.getCurrentFrame():getParent().args end -- Loop through all numbered links given. local tabNum = 1 local finished = false local out = '' while not finished do -- See if the next numbered link is there. if args[ 'lin...")