<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://wiki.itworks.cc/index.php?action=history&amp;feed=atom&amp;title=Module%3AIf_mobile</id>
	<title>Module:If mobile - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.itworks.cc/index.php?action=history&amp;feed=atom&amp;title=Module%3AIf_mobile"/>
	<link rel="alternate" type="text/html" href="https://wiki.itworks.cc/index.php?title=Module:If_mobile&amp;action=history"/>
	<updated>2026-06-18T03:46:13Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.itworks.cc/index.php?title=Module:If_mobile&amp;diff=360&amp;oldid=prev</id>
		<title>甲虫：​导入1个版本</title>
		<link rel="alternate" type="text/html" href="https://wiki.itworks.cc/index.php?title=Module:If_mobile&amp;diff=360&amp;oldid=prev"/>
		<updated>2024-10-14T07:16:58Z</updated>

		<summary type="html">&lt;p&gt;导入1个版本&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;zh&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;←上一版本&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2024年10月14日 (一) 07:16的版本&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;zh&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;（没有差异）&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mediawiki:diff:1.41:old-359:rev-360 --&gt;
&lt;/table&gt;</summary>
		<author><name>甲虫</name></author>
	</entry>
	<entry>
		<id>https://wiki.itworks.cc/index.php?title=Module:If_mobile&amp;diff=359&amp;oldid=prev</id>
		<title>zh&gt;Xiplus-abot：​已保护“Module:If mobile”：​高風險模板：70504引用&lt;!-- 機器人3 --&gt;（[编辑=仅允许模板编辑员]（无限期）[移动=仅允许模板编辑员]（无限期））</title>
		<link rel="alternate" type="text/html" href="https://wiki.itworks.cc/index.php?title=Module:If_mobile&amp;diff=359&amp;oldid=prev"/>
		<updated>2024-03-29T20:50:54Z</updated>

		<summary type="html">&lt;p&gt;已保护“&lt;a href=&quot;/Module:If_mobile&quot; title=&quot;Module:If mobile&quot;&gt;Module:If mobile&lt;/a&gt;”：​高風險模板：70504引用&amp;lt;!-- &lt;a href=&quot;/index.php?title=User:Xiplus-abot/task/3&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:Xiplus-abot/task/3（页面不存在）&quot;&gt;機器人3&lt;/a&gt; --&amp;gt;（[编辑=仅允许模板编辑员]（无限期）[移动=仅允许模板编辑员]（无限期））&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p._main(args)&lt;br /&gt;
    local frame = mw.getCurrentFrame()&lt;br /&gt;
    local root = mw.html.create()&lt;br /&gt;
&lt;br /&gt;
    if args[&amp;quot;Tag&amp;quot;] then&lt;br /&gt;
        args[&amp;quot;tag&amp;quot;] = args[&amp;quot;Tag&amp;quot;]&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local ifmobile = root:tag(args[&amp;quot;tag&amp;quot;] or &amp;#039;span&amp;#039;)&lt;br /&gt;
    ifmobile&lt;br /&gt;
        :addClass(&amp;#039;ifmobile&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
    local nomobile = ifmobile:tag(args[&amp;quot;tag&amp;quot;] or &amp;#039;span&amp;#039;)&lt;br /&gt;
    local mobile = ifmobile:tag(args[&amp;quot;tag&amp;quot;] or &amp;#039;span&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
    nomobile&lt;br /&gt;
        :addClass(&amp;#039;nomobile&amp;#039;)&lt;br /&gt;
        :wikitext(args[2])&lt;br /&gt;
&lt;br /&gt;
    mobile&lt;br /&gt;
        :addClass(&amp;#039;mobile&amp;#039;)&lt;br /&gt;
        :wikitext(args[1])&lt;br /&gt;
&lt;br /&gt;
    return frame:extensionTag {name = &amp;#039;templatestyles&amp;#039;, args = {src = &amp;#039;If mobile/styles.css&amp;#039;}} .. tostring(root)&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:If mobile&amp;#039;&lt;br /&gt;
    })&lt;br /&gt;
    return p._main(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>zh&gt;Xiplus-abot</name></author>
	</entry>
</feed>