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
  • 08:17, 28 June 2023 Samwilson talk contribs created page Module:Blog posts (Created page with "local p = {} -- -- -- Format a list of authors from the author and author parameters. -- Testing: -- =p.authorList({args={author='Foo'}}) -- =p.authorList({args={authors='Foo; Bar', format='plain'}}) p.authorList = function( frame ) -- Gather authors from 'author' or 'authors' arguments. local authors = {} if frame.args.author ~= nil then authors[#authors+1] = frame.args.author elseif frame.args.authors ~= nil then authors = mw.text.split( frame.args.authors...")