<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.stargatewiki.noip.me/index.php?action=history&amp;feed=atom&amp;title=Module%3AItalic_title</id>
	<title>Module:Italic title - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.stargatewiki.noip.me/index.php?action=history&amp;feed=atom&amp;title=Module%3AItalic_title"/>
	<link rel="alternate" type="text/html" href="https://en.stargatewiki.noip.me/index.php?title=Module:Italic_title&amp;action=history"/>
	<updated>2026-04-03T19:53:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://en.stargatewiki.noip.me/index.php?title=Module:Italic_title&amp;diff=101&amp;oldid=prev</id>
		<title>LIMAFOX76: Created page with &quot;-- This module implements {{italic title}}.  local p = {}  function p._main(args, frame, title) 	args = args or {} 	frame = frame or mw.getCurrentFrame() 	title = title or mw....&quot;</title>
		<link rel="alternate" type="text/html" href="https://en.stargatewiki.noip.me/index.php?title=Module:Italic_title&amp;diff=101&amp;oldid=prev"/>
		<updated>2016-01-29T21:16:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- This module implements {{italic title}}.  local p = {}  function p._main(args, frame, title) 	args = args or {} 	frame = frame or mw.getCurrentFrame() 	title = title or mw....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module implements {{italic title}}.&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p._main(args, frame, title)&lt;br /&gt;
	args = args or {}&lt;br /&gt;
	frame = frame or mw.getCurrentFrame()&lt;br /&gt;
	title = title or mw.title.getCurrentTitle()&lt;br /&gt;
	local prefix, parentheses = mw.ustring.match(title.text, &amp;#039;^(.+) (%([^%(%)]+%))$&amp;#039;)&lt;br /&gt;
	local result&lt;br /&gt;
	if prefix and parentheses and args.all ~= &amp;#039;yes&amp;#039; then&lt;br /&gt;
		result = string.format(&amp;quot;&amp;lt;i&amp;gt;%s&amp;lt;/i&amp;gt; %s&amp;quot;, prefix, parentheses)&lt;br /&gt;
	else&lt;br /&gt;
		result = string.format(&amp;quot;&amp;lt;i&amp;gt;%s&amp;lt;/i&amp;gt;&amp;quot;, title.text)&lt;br /&gt;
	end&lt;br /&gt;
	if title.namespace ~= 0 then&lt;br /&gt;
		result = title.nsText .. &amp;#039;:&amp;#039; .. result&lt;br /&gt;
	end&lt;br /&gt;
	return frame:callParserFunction(&amp;#039;DISPLAYTITLE&amp;#039;, result, args[1])&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = require(&amp;#039;Module:Arguments&amp;#039;).getArgs(frame, {&lt;br /&gt;
		wrappers = &amp;#039;Template:Italic title&amp;#039;&lt;br /&gt;
	})&lt;br /&gt;
	return p._main(args, frame)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>LIMAFOX76</name></author>
	</entry>
</feed>