<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://avidwiki.mywikis.net/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AIf_preview</id>
	<title>Module:If preview - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://avidwiki.mywikis.net/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AIf_preview"/>
	<link rel="alternate" type="text/html" href="https://avidwiki.mywikis.net/w/index.php?title=Module:If_preview&amp;action=history"/>
	<updated>2026-04-05T20:10:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://avidwiki.mywikis.net/w/index.php?title=Module:If_preview&amp;diff=114832&amp;oldid=prev</id>
		<title>Logoarto: Created page with &quot;local p = {}  local cfg = mw.loadData('Module:If preview/configuration')  -- main  This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed.   function p.main(frame) 	if cfg.preview then 		return frame.args[1] or '' 	else 		return frame.args[2] or '' 	end end  --[[ pmain  This function returns either the first argument or second argument passed to this module's parent (i.e. template usi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://avidwiki.mywikis.net/w/index.php?title=Module:If_preview&amp;diff=114832&amp;oldid=prev"/>
		<updated>2022-10-12T01:11:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  local cfg = mw.loadData(&amp;#039;Module:If preview/configuration&amp;#039;)  --&lt;a href=&quot;/w/index.php?title=Main_This_function_returns_either_the_first_argument_or_second_argument_passed_to_this_module,_depending_on_whether_the_page_is_being_previewed.&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. (page does not exist)&quot;&gt;main  This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed.  &lt;/a&gt; function p.main(frame) 	if cfg.preview then 		return frame.args[1] or &amp;#039;&amp;#039; 	else 		return frame.args[2] or &amp;#039;&amp;#039; 	end end  --[[ pmain  This function returns either the first argument or second argument passed to this module&amp;#039;s parent (i.e. template usi...&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;
local cfg = mw.loadData('Module:If preview/configuration')&lt;br /&gt;
&lt;br /&gt;
--[[&lt;br /&gt;
main&lt;br /&gt;
&lt;br /&gt;
This function returns either the first argument or second argument passed to&lt;br /&gt;
this module, depending on whether the page is being previewed.&lt;br /&gt;
&lt;br /&gt;
]]&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	if cfg.preview then&lt;br /&gt;
		return frame.args[1] or ''&lt;br /&gt;
	else&lt;br /&gt;
		return frame.args[2] or ''&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
--[[&lt;br /&gt;
pmain&lt;br /&gt;
&lt;br /&gt;
This function returns either the first argument or second argument passed to&lt;br /&gt;
this module's parent (i.e. template using this module), depending on whether it&lt;br /&gt;
is being previewed.&lt;br /&gt;
&lt;br /&gt;
]]&lt;br /&gt;
function p.pmain(frame)&lt;br /&gt;
	return p.main(frame:getParent())&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
local function warning_text(warning)&lt;br /&gt;
	return mw.ustring.format(&lt;br /&gt;
		cfg.warning_infrastructure,&lt;br /&gt;
		cfg.templatestyles,&lt;br /&gt;
		warning&lt;br /&gt;
	)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._warning(args)&lt;br /&gt;
	&lt;br /&gt;
	local warning = args[1] and args[1]:match('^%s*(.-)%s*$') or ''&lt;br /&gt;
	if warning == '' then&lt;br /&gt;
		return warning_text(cfg.missing_warning)&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	if not cfg.preview then return '' end&lt;br /&gt;
	&lt;br /&gt;
	return warning_text(warning)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
--[[&lt;br /&gt;
warning&lt;br /&gt;
&lt;br /&gt;
This function returns a &amp;quot;preview warning&amp;quot;, which is the first argument marked&lt;br /&gt;
up with HTML and some supporting text, depending on whether the page is being previewed.&lt;br /&gt;
&lt;br /&gt;
disabled since we'll implement the template version in general&lt;br /&gt;
&lt;br /&gt;
]]&lt;br /&gt;
--function p.warning(frame)&lt;br /&gt;
--	return p._warning(frame.args)&lt;br /&gt;
--end&lt;br /&gt;
&lt;br /&gt;
--[[&lt;br /&gt;
warning, but for pass-through templates like {{preview warning}}&lt;br /&gt;
]]&lt;br /&gt;
function p.pwarning(frame)&lt;br /&gt;
	return p._warning(frame:getParent().args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Logoarto</name></author>
	</entry>
</feed>