<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://christianpedia.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ABlog_post</id>
	<title>Module:Blog post - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://christianpedia.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ABlog_post"/>
	<link rel="alternate" type="text/html" href="http://christianpedia.com/index.php?title=Module:Blog_post&amp;action=history"/>
	<updated>2026-09-03T12:59:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://christianpedia.com/index.php?title=Module:Blog_post&amp;diff=21&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;local p = {}  -- -- -- Format a list of authors from the author or author parameters. -- Testing: --   =p.authorList({args={author=&#039;Foo&#039;}}) --   =p.authorList({args={authors=&#039;Foo; Bar&#039;, format=&#039;plain&#039;}}) p.authorList = function( frame ) 	-- Gather and normalise authors. 	local authors = {} 	if frame.args.author ~= nil and frame.args.author ~= &#039;&#039; then 		authors[1] = frame.args.author 	elseif frame.args.authors ~= nil and frame.args.authors ~= &#039;&#039; then 		authors = mw.text.s...&quot;</title>
		<link rel="alternate" type="text/html" href="http://christianpedia.com/index.php?title=Module:Blog_post&amp;diff=21&amp;oldid=prev"/>
		<updated>2024-03-27T16:24:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  -- -- -- Format a list of authors from the author or author parameters. -- Testing: --   =p.authorList({args={author=&amp;#039;Foo&amp;#039;}}) --   =p.authorList({args={authors=&amp;#039;Foo; Bar&amp;#039;, format=&amp;#039;plain&amp;#039;}}) p.authorList = function( frame ) 	-- Gather and normalise authors. 	local authors = {} 	if frame.args.author ~= nil and frame.args.author ~= &amp;#039;&amp;#039; then 		authors[1] = frame.args.author 	elseif frame.args.authors ~= nil and frame.args.authors ~= &amp;#039;&amp;#039; then 		authors = mw.text.s...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
-- --&lt;br /&gt;
-- Format a list of authors from the author or author parameters.&lt;br /&gt;
-- Testing:&lt;br /&gt;
--   =p.authorList({args={author=&amp;#039;Foo&amp;#039;}})&lt;br /&gt;
--   =p.authorList({args={authors=&amp;#039;Foo; Bar&amp;#039;, format=&amp;#039;plain&amp;#039;}})&lt;br /&gt;
p.authorList = function( frame )&lt;br /&gt;
	-- Gather and normalise authors.&lt;br /&gt;
	local authors = {}&lt;br /&gt;
	if frame.args.author ~= nil and frame.args.author ~= &amp;#039;&amp;#039; then&lt;br /&gt;
		authors[1] = frame.args.author&lt;br /&gt;
	elseif frame.args.authors ~= nil and frame.args.authors ~= &amp;#039;&amp;#039; then&lt;br /&gt;
		authors = mw.text.split( frame.args.authors, &amp;#039;;&amp;#039;, true )&lt;br /&gt;
	end&lt;br /&gt;
	if #authors == 0 then&lt;br /&gt;
		return &amp;#039;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
	for i, a in pairs( authors ) do&lt;br /&gt;
		authors[i] = mw.text.trim( a )&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	-- Format output.	&lt;br /&gt;
	if frame.args.format == &amp;#039;plain&amp;#039; then&lt;br /&gt;
		return table.concat( authors, &amp;#039; / &amp;#039; )&lt;br /&gt;
	else&lt;br /&gt;
		return &amp;#039;, &amp;lt;strong&amp;gt;[[&amp;#039; .. table.concat( authors, &amp;#039;]] / [[&amp;#039; ) .. &amp;#039;]]&amp;lt;/strong&amp;gt;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>