https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3ARoad_data%2Fstrings%2FUNK Module:Road data/strings/UNK - Revision history 2025-06-03T03:45:33Z Revision history for this page on the wiki MediaWiki 1.45.0-wmf.3 https://en.wikipedia.org/w/index.php?title=Module:Road_data/strings/UNK&diff=1084400762&oldid=prev Fredddie: create 2022-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:&lt;name-of-this-module&gt;}}<br /> <br /> To inspect the content of this data module when editing, enter the following<br /> into the Debug console:<br /> local util = require(&quot;Module:Road data/util&quot;)<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[&quot;US-Hist&quot;]`.<br /> ]==]<br /> <br /> -- UNKNOWN COUNTRY -- THIS IS JUST A FAILSAFE<br /> local UNK = {}<br /> <br /> local util = require(&quot;Module:Road data/util&quot;)<br /> <br /> UNK[&#039;&#039;] = {<br /> shield = &quot;&quot;,<br /> name = &quot;%route%&quot;,<br /> link = &quot;&quot;,<br /> abbr = &quot;%route%&quot;<br /> }</div> Fredddie