<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://anarch.games/noisz/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ACurrentSyntheticEvent</id>
	<title>Module:CurrentSyntheticEvent - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://anarch.games/noisz/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ACurrentSyntheticEvent"/>
	<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Module:CurrentSyntheticEvent&amp;action=history"/>
	<updated>2026-04-09T03:56:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Module:CurrentSyntheticEvent&amp;diff=10134&amp;oldid=prev</id>
		<title>RiceEmpress: making this for synthetic</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Module:CurrentSyntheticEvent&amp;diff=10134&amp;oldid=prev"/>
		<updated>2025-12-10T18:08:16Z</updated>

		<summary type="html">&lt;p&gt;making this for synthetic&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local capiunto = require 'capiunto'&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
&lt;br /&gt;
-- args still needed so this module can receive cyclestart if it's changed&lt;br /&gt;
local args = frame:getParent().args&lt;br /&gt;
&lt;br /&gt;
-- This calls the eventCycleTime template, but uses the cyclestart argument received by this module to adjust it&lt;br /&gt;
local eventCycleTime = tonumber(frame:expandTemplate({ title = 'eventCycleTime', cyclestart = {cyclestart = args.syntheticcyclestart} }))&lt;br /&gt;
local CurrentEvent = {}&lt;br /&gt;
&lt;br /&gt;
if eventCycleTime &amp;lt; 0 then currentEvent = &amp;quot;No event is currently running.&amp;quot;&lt;br /&gt;
elseif eventCycleTime &amp;lt; 1209600 then currentEvent = &amp;quot;Joker&amp;quot;&lt;br /&gt;
elseif eventCycleTime &amp;lt; 2419200 then currentEvent = &amp;quot;Sera Hoshikawa&amp;quot;&lt;br /&gt;
elseif eventCycleTime &amp;lt; 3628800 then currentEvent = &amp;quot;Grace Kamenashi&amp;quot;&lt;br /&gt;
elseif eventCycleTime &amp;lt; 4838400 then currentEvent = &amp;quot;Hakuno Nekoda&amp;quot;&lt;br /&gt;
elseif eventCycleTime &amp;lt; 6048000 then currentEvent = &amp;quot;Sumire Hitori&amp;quot;&lt;br /&gt;
else currentEvent = &amp;quot;No event is currently running.&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return currentEvent&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>RiceEmpress</name></author>
	</entry>
</feed>