<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ARoad_data%2Fstrings</id>
	<title>Module:Road data/strings - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ARoad_data%2Fstrings"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Road_data/strings&amp;action=history"/>
	<updated>2026-06-13T18:32:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:Road_data/strings&amp;diff=479168&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Road_data/strings&amp;diff=479168&amp;oldid=prev"/>
		<updated>2021-07-16T05:40:49Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&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;
local format = mw.ustring.format&lt;br /&gt;
&lt;br /&gt;
-- Countries with separate state modules --&lt;br /&gt;
local countriesWithStates = {}&lt;br /&gt;
--- Canada ---&lt;br /&gt;
local CAN = {'AB', 'BC', 'MB', 'NB', 'NL', 'NS', 'NT', 'NU', 'ON', 'PE', 'QC', 'SK', 'YT'}&lt;br /&gt;
&lt;br /&gt;
countriesWithStates.CAN = CAN&lt;br /&gt;
&lt;br /&gt;
--- United States ---&lt;br /&gt;
local USA = {'AK', 'AL', 'AR', 'AS', 'AZ', 'CA', 'CO', 'CT', 'DC', 'DE', 'FL', 'GA', 'GU', 'HI', 'IA', 'ID', 'IL', 'IN', 'KS', 'KY', 'LA', 'MA', 'MD', 'ME', 'MI', 'MN', 'MO', 'MS',&lt;br /&gt;
             'MT', 'NC', 'ND', 'NE', 'NH', 'NJ', 'NM', 'NV', 'NY', 'OH', 'OK', 'OR', 'PA', 'PR', 'RI', 'SC', 'SD', 'TN', 'TX', 'UT', 'VA', 'VI', 'VT', 'WA', 'WI', 'WV', 'WY'}&lt;br /&gt;
&lt;br /&gt;
countriesWithStates.USA = USA&lt;br /&gt;
&lt;br /&gt;
-- Countries without separate state modules --&lt;br /&gt;
&lt;br /&gt;
local countries = {'HKG'}&lt;br /&gt;
&lt;br /&gt;
-- Processing --&lt;br /&gt;
&lt;br /&gt;
for country, states in pairs(countriesWithStates) do&lt;br /&gt;
	local countryTable = {}&lt;br /&gt;
	p[country] = countryTable&lt;br /&gt;
	for _, state in pairs(states) do&lt;br /&gt;
		countryTable[state] = format(&amp;quot;Module:Road data/strings/%s/%s&amp;quot;, country, state)&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
for _, country in pairs(countries) do&lt;br /&gt;
	p[country] = format(&amp;quot;Module:Road data/strings/%s&amp;quot;, country)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>