<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ANYCS_SSI</id>
	<title>Module:NYCS SSI - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ANYCS_SSI"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Module:NYCS_SSI&amp;action=history"/>
	<updated>2026-04-05T04:42:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Module:NYCS_SSI&amp;diff=9358&amp;oldid=prev</id>
		<title>&gt;Izno: Changed protection settings for &quot;Module:NYCS SSI&quot; ([Edit=Require autoconfirmed or confirmed access] (indefinite) [Move=Require autoconfirmed or confirmed access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Module:NYCS_SSI&amp;diff=9358&amp;oldid=prev"/>
		<updated>2022-05-27T17:54:52Z</updated>

		<summary type="html">&lt;p&gt;Changed protection settings for &amp;quot;&lt;a href=&quot;/wiki/index.php/Module:NYCS_SSI&quot; title=&quot;Module:NYCS SSI&quot;&gt;Module:NYCS SSI&lt;/a&gt;&amp;quot; ([Edit=Require autoconfirmed or confirmed access] (indefinite) [Move=Require autoconfirmed or confirmed access] (indefinite))&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(&amp;#039;Module:NYCS SSI/configuration&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
-- trim whitespace&lt;br /&gt;
local function trim(s)&lt;br /&gt;
	return s:match(&amp;#039;^%s*(.-)%s*$&amp;#039;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._main(args)&lt;br /&gt;
	local shorthand = args[1]&lt;br /&gt;
	if shorthand then shorthand = trim(shorthand) end &lt;br /&gt;
	&lt;br /&gt;
	local return_table&lt;br /&gt;
	if cfg[shorthand] and type(cfg[shorthand]) == &amp;#039;table&amp;#039; then&lt;br /&gt;
		return_table = cfg[shorthand]&lt;br /&gt;
	elseif cfg[shorthand] and type(cfg[shorthand]) == &amp;#039;string&amp;#039; then&lt;br /&gt;
		return_table = cfg[cfg[shorthand]]&lt;br /&gt;
	else&lt;br /&gt;
		return_table = cfg.default&lt;br /&gt;
	end&lt;br /&gt;
	local noimage = args[2]&lt;br /&gt;
	if noimage and trim(noimage) ~= &amp;#039;&amp;#039; then return return_table.text end&lt;br /&gt;
	&lt;br /&gt;
	if not return_table.image then return return_table.image_substitute end&lt;br /&gt;
&lt;br /&gt;
	local text = return_table.text&lt;br /&gt;
	local other_text = args[&amp;#039;text&amp;#039;]&lt;br /&gt;
	if other_text and trim(other_text) ~= &amp;#039;&amp;#039; then text = other_text end&lt;br /&gt;
	&lt;br /&gt;
	return &amp;#039;[[File:&amp;#039; .. return_table.image ..&lt;br /&gt;
		&amp;#039;.svg|10px|link=List of New York City Subway services#Time periods|&amp;#039; ..&lt;br /&gt;
		text .. &amp;#039;]]&amp;#039;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	return p._main(frame:getParent().args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>&gt;Izno</name></author>
	</entry>
</feed>