https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3ARoad_data%2Fstrings%2FUNKModule:Road data/strings/UNK - Revision history2025-06-03T03:45:33ZRevision history for this page on the wikiMediaWiki 1.45.0-wmf.3https://en.wikipedia.org/w/index.php?title=Module:Road_data/strings/UNK&diff=1084400762&oldid=prevFredddie: create2022-04-24T07:39:30Z<p>create</p>
<p><b>New page</b></p><div>--[==[<br />
To inspect the content of this data module, use [[Special:ExpandTemplates]]<br />
and enter the following input text:<br />
{{#invoke:Road data/dump|dump|module=Module:<name-of-this-module>}}<br />
<br />
To inspect the content of this data module when editing, enter the following<br />
into the Debug console:<br />
local util = require("Module:Road data/util")<br />
print(util.arrayToString(p))<br />
To inspect a particular route type, change `p` above to include the route type,<br />
e.g., `p.I` and `p["US-Hist"]`.<br />
]==]<br />
<br />
-- UNKNOWN COUNTRY -- THIS IS JUST A FAILSAFE<br />
local UNK = {}<br />
<br />
local util = require("Module:Road data/util")<br />
<br />
UNK[''] = {<br />
shield = "",<br />
name = "%route%",<br />
link = "",<br />
abbr = "%route%"<br />
}</div>Fredddie