<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AAdjacent_stations%2Fi18n</id>
	<title>Module:Adjacent stations/i18n - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AAdjacent_stations%2Fi18n"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Module:Adjacent_stations/i18n&amp;action=history"/>
	<updated>2026-04-09T21:29:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Module:Adjacent_stations/i18n&amp;diff=34097&amp;oldid=prev</id>
		<title>imported&gt;MusikAnimal: Protected &quot;Module:Adjacent stations/i18n&quot;: High-risk Lua module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Module:Adjacent_stations/i18n&amp;diff=34097&amp;oldid=prev"/>
		<updated>2019-02-05T22:15:27Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/mediawiki/index.php/Module:Adjacent_stations/i18n&quot; title=&quot;Module:Adjacent stations/i18n&quot;&gt;Module:Adjacent stations/i18n&lt;/a&gt;&amp;quot;: &lt;a href=&quot;/mediawiki/index.php?title=WP:High-risk_templates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:High-risk templates (page does not exist)&quot;&gt;High-risk Lua module&lt;/a&gt; ([Edit=Require template editor access] (indefinite) [Move=Require template editor 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;
p = {&lt;br /&gt;
	[&amp;#039;en-GB&amp;#039;] = {&lt;br /&gt;
		[&amp;#039;preceding&amp;#039;] = function(s)&lt;br /&gt;
			return s and &amp;#039;Preceding &amp;#039; .. s&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;following&amp;#039;] = function(s)&lt;br /&gt;
			return s and &amp;#039;Following &amp;#039; .. s&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;stop_noun&amp;#039;] = &amp;#039;station&amp;#039;,&lt;br /&gt;
		[&amp;#039;nonstop_past&amp;#039;] = function(s)&lt;br /&gt;
			return s and s .. &amp;#039; did not stop here&amp;#039;&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;nonstop_present&amp;#039;] = function(s)&lt;br /&gt;
			return s and s .. &amp;#039; does not stop here&amp;#039;&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;comma&amp;#039;] = function(s)&lt;br /&gt;
			return s and &amp;#039;, &amp;#039; .. s&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;or&amp;#039;] = function(s)&lt;br /&gt;
			return s and &amp;#039; or &amp;#039; .. s&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;via-first&amp;#039;] = false, -- If the «via» text comes before termini, change to «true»&lt;br /&gt;
		[&amp;#039;via&amp;#039;] = function(s)&lt;br /&gt;
			return s and &amp;#039; via&amp;amp;nbsp;&amp;#039; .. s&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;comma-format&amp;#039;] = &amp;#039;,%s+&amp;#039;,&lt;br /&gt;
		[&amp;#039;or-format&amp;#039;] = &amp;#039;%s+or%s+&amp;#039;,&lt;br /&gt;
		[&amp;#039;via-format&amp;#039;] = &amp;#039;%s+via%s+(.+)$&amp;#039;, -- first match is station name&lt;br /&gt;
		[&amp;#039;towards&amp;#039;] = function(s)&lt;br /&gt;
			return s and &amp;#039;towards &amp;#039; .. s&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;through&amp;#039;] = function(s)&lt;br /&gt;
			return s and &amp;#039;through to &amp;#039; .. s&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;reverse&amp;#039;] = &amp;#039;Reverses direction&amp;#039;,&lt;br /&gt;
		[&amp;#039;oneway&amp;#039;] = &amp;#039;One-way operation&amp;#039;,&lt;br /&gt;
		[&amp;#039;terminus&amp;#039;] = &amp;#039;Terminus&amp;#039;,&lt;br /&gt;
		[&amp;#039;transfer&amp;#039;] = function(s)&lt;br /&gt;
			return s and &amp;#039;transfer at &amp;#039; .. s&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;error_duplicate&amp;#039;] = function(s)&lt;br /&gt;
			return s and &amp;#039;Same row number used multiple times for &amp;#039; .. s&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;error_format&amp;#039;] = &amp;#039;Station format table missing in data page&amp;#039;,&lt;br /&gt;
		[&amp;#039;error_line&amp;#039;] = &amp;#039;Lines table missing in data module&amp;#039;,&lt;br /&gt;
		[&amp;#039;error_missing&amp;#039;] = function(s)&lt;br /&gt;
			return s and &amp;#039;&amp;quot;&amp;#039; .. (s or &amp;#039;&amp;#039;) .. &amp;#039;&amp;quot; is missing from the data page&amp;#039;&lt;br /&gt;
		end,&lt;br /&gt;
		[&amp;#039;error_unknown&amp;#039;] = function(s)&lt;br /&gt;
			return s and &amp;#039;Unknown line &amp;quot;&amp;#039; .. (s or &amp;#039;&amp;#039;) .. &amp;#039;&amp;quot;&amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
p[&amp;#039;en-US&amp;#039;] = mw.clone(p[&amp;#039;en-GB&amp;#039;])&lt;br /&gt;
p[&amp;#039;en-US&amp;#039;][&amp;#039;towards&amp;#039;] = function(s) return s and &amp;#039;toward &amp;#039; .. s end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;MusikAnimal</name></author>
	</entry>
</feed>