Christianpedia

Module: Blog post

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.

27 March 2024

  • curprev 16:2416:24, 27 March 2024Admin talk contribs 831 bytes +831 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..."
Discuss this page