Christianpedia

Special: Log

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

Logs
  • 16:24, 27 March 2024 Admin talk contribs created page Module:Blog post (Created page with "local p = {} -- -- -- Format a list of authors from the author or author parameters. -- Testing: -- =p.authorList({args={author='Foo'}}) -- =p.authorList({args={authors='Foo; Bar', format='plain'}}) p.authorList = function( frame ) -- Gather and normalise authors. local authors = {} if frame.args.author ~= nil and frame.args.author ~= '' then authors[1] = frame.args.author elseif frame.args.authors ~= nil and frame.args.authors ~= '' then authors = mw.text.s...")