<?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%3AInfobox_road%2Fcolor%2FGBR</id>
	<title>Module:Infobox road/color/GBR - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AInfobox_road%2Fcolor%2FGBR"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Infobox_road/color/GBR&amp;action=history"/>
	<updated>2026-06-12T19:34:53Z</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:Infobox_road/color/GBR&amp;diff=472297&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:Infobox_road/color/GBR&amp;diff=472297&amp;oldid=prev"/>
		<updated>2021-07-15T23:21:55Z</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;
&lt;br /&gt;
local colors = {}&lt;br /&gt;
function colors:color(args)&lt;br /&gt;
    local type = args.type&lt;br /&gt;
    local subtype = args.subtype&lt;br /&gt;
    subtype = subtype and string.lower(subtype) or ''&lt;br /&gt;
    local colorFunc = self[type]&lt;br /&gt;
    return colorFunc and colorFunc(subtype) or &amp;quot;background:#fff; border:1px solid #000;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function motorway()&lt;br /&gt;
    return &amp;quot;background:#0079C1; color:#fff;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
colors[&amp;quot;M&amp;quot;] = motorway&lt;br /&gt;
colors[&amp;quot;MNamed&amp;quot;] = motorway&lt;br /&gt;
colors[&amp;quot;AM&amp;quot;] = motorway&lt;br /&gt;
colors[&amp;quot;Motorway&amp;quot;] = motorway&lt;br /&gt;
&lt;br /&gt;
local function ARoad(subtype)&lt;br /&gt;
    return (subtype == &amp;quot;minor&amp;quot;) and &amp;quot;background:#fff; border:1px solid #000;&amp;quot; or &amp;quot;background:#00703C; color:#FFD200;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
colors[&amp;quot;A&amp;quot;] = ARoad&lt;br /&gt;
colors[&amp;quot;A road&amp;quot;] = ARoad&lt;br /&gt;
&lt;br /&gt;
p.colors = colors&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>