<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://hmoegirl.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AAstrology</id>
	<title>Module:Astrology - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://hmoegirl.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AAstrology"/>
	<link rel="alternate" type="text/html" href="https://hmoegirl.com/index.php?title=Module:Astrology&amp;action=history"/>
	<updated>2026-05-02T12:09:12Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.39.0</generator>
	<entry>
		<id>https://hmoegirl.com/index.php?title=Module:Astrology&amp;diff=60172&amp;oldid=prev</id>
		<title>imported&gt;=海豚=：​创建页面，内容为“local p = {}  local getArgs = require(&#039;Module:Arguments&#039;).getArgs  function p._convert(args) 	local month = tonumber(args[1]) 	local day = tonumber(args[2]) 	if mont…”</title>
		<link rel="alternate" type="text/html" href="https://hmoegirl.com/index.php?title=Module:Astrology&amp;diff=60172&amp;oldid=prev"/>
		<updated>2020-05-06T07:25:06Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“local p = {}  local getArgs = require(&amp;#039;Module:Arguments&amp;#039;).getArgs  function p._convert(args) 	local month = tonumber(args[1]) 	local day = tonumber(args[2]) 	if mont…”&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;
local getArgs = require(&amp;#039;Module:Arguments&amp;#039;).getArgs&lt;br /&gt;
&lt;br /&gt;
function p._convert(args)&lt;br /&gt;
	local month = tonumber(args[1])&lt;br /&gt;
	local day = tonumber(args[2])&lt;br /&gt;
	if month == nil or day == nil then&lt;br /&gt;
		error(&amp;#039;调用模板或模块的参数错误&amp;#039;)&lt;br /&gt;
	end&lt;br /&gt;
	local combined = string.format(&amp;#039;%02d%02d&amp;#039;, month, day)&lt;br /&gt;
	if combined &amp;lt; &amp;#039;0121&amp;#039; then&lt;br /&gt;
		return &amp;#039;摩羯座&amp;#039;&lt;br /&gt;
	elseif combined &amp;lt; &amp;#039;0220&amp;#039; then&lt;br /&gt;
		return &amp;#039;水瓶座&amp;#039;&lt;br /&gt;
	elseif combined &amp;lt; &amp;#039;0321&amp;#039; then&lt;br /&gt;
		return &amp;#039;双鱼座&amp;#039;&lt;br /&gt;
	elseif combined &amp;lt; &amp;#039;0421&amp;#039; then&lt;br /&gt;
		return &amp;#039;白羊座&amp;#039;&lt;br /&gt;
	elseif combined &amp;lt; &amp;#039;0522&amp;#039; then&lt;br /&gt;
		return &amp;#039;金牛座&amp;#039;&lt;br /&gt;
	elseif combined &amp;lt; &amp;#039;0622&amp;#039; then&lt;br /&gt;
		return &amp;#039;双子座&amp;#039;&lt;br /&gt;
	elseif combined &amp;lt; &amp;#039;0723&amp;#039; then&lt;br /&gt;
		return &amp;#039;巨蟹座&amp;#039;&lt;br /&gt;
	elseif combined &amp;lt; &amp;#039;0823&amp;#039; then&lt;br /&gt;
		return &amp;#039;狮子座&amp;#039;&lt;br /&gt;
	elseif combined &amp;lt; &amp;#039;0923&amp;#039; then&lt;br /&gt;
		return &amp;#039;处女座&amp;#039;&lt;br /&gt;
	elseif combined &amp;lt; &amp;#039;1024&amp;#039; then&lt;br /&gt;
		return &amp;#039;天秤座&amp;#039;&lt;br /&gt;
	elseif combined &amp;lt; &amp;#039;1123&amp;#039; then&lt;br /&gt;
		return &amp;#039;天蝎座&amp;#039;&lt;br /&gt;
	elseif combined &amp;lt; &amp;#039;1222&amp;#039; then&lt;br /&gt;
		return &amp;#039;射手座&amp;#039;&lt;br /&gt;
	else&lt;br /&gt;
		return &amp;#039;摩羯座&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.convert(frame)&lt;br /&gt;
	local args = getArgs(frame, {wrappers=&amp;#039;Template:Astrology&amp;#039;})&lt;br /&gt;
	return p._convert(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;=海豚=</name></author>
	</entry>
</feed>