Knowledge (XXG)

Module:Road data/strings/USA/NJ

Source đź“ť

39: 2870: 2286:, which is simply the table of arguments normally passed to the parser. The hook returns a string, which is then parsed as usual. A powerful feature of hooks is that they can add arbitrary values to the argument table, which may be referenced in the string returned by the hook. Generally, the format string returned by the hook is specified in some form by the 2614:
The root table is named based on the established abbreviation for the country or state, which is the same as the abbreviation used in the module title. This table stores the various types used in that particular place. Most of the remaining code in the module defines these various types. The module
1896:
The most straightforward functionality provided by nested tables is switching. In its most basic form, the table consists of a series of key-value pairs, with the keys being route numbers and the values being the format strings used by those routes. Usually, the format string returned does not need
2498:
Functionality exists to display multiple shields for one route, which is used to display tolled and free shields for routes where they differ. This is done by supplying a table with two values, which are listed without indices. The parser is called twice by the calling module, and it returns one
1029:
At its most basic level, this module is a nested table of strings. At the top is the root table, named for the abbreviation of a country, state, or province. This table stores the type data for a particular place, which is named in the comment in the first line, and is returned at the end of the
1648:
is called, it is passed up to three parameters. The second one is the field to parse, and the last one is a rarely-used option designed for multiple-shield types. The first and most important parameter is a table of arguments collected by the calling module, which generally includes the state,
2587:
Each country has its own module. In the United States and Canada, each state/territory/province also has its own module. Each module begins with a comment stating the name of the country or state, followed by the root table declaration, as follows (from
1731:. This is the string that will ultimately be parsed and returned by the parser. A format string is an ordinary string object. The power of these strings comes in the form of two special instructions that are recognized by the parser. 2266:
Due to technical limitations, these string modules cannot contain functions. Rather than force functionality into the string framework, the parser can call functions in a separate hooks module. The functions in this module,
1775:
The two statements may be combined. The parser will parse the if-then-else statement first, and then perform the argument inclusion. This combination is commonly used with bannered routes in the United States, where the
1892:
Some logic is too complicated to represent with only format strings. This framework provides several methods to express complex data. All of these involve storing a nested table as the value of a field.
2271:, are more-or-less fully functional functions. The exact functionalities of these hooks are beyond the scope of this documentation. Descriptions of these hooks may be found on their documentation page. 2795:
It is possible to predefine several types for a location by inheriting them from another module. In this example, the module for Albania inherits all of the specified types from the Europe module.
2787:. The parser will import that module and process the type as if the original module had declared it itself. The alias declaration may not add or override any data in the type table it points to. 3571: 3599: 3567: 2633:
There are two ways to define a type as an alias. If the type is defined within the module, simply set the new type as equal to the type being aliased, as shown above (from
2716:
If the type is defined in a separate module, such as a state highway type being used in another state's module, a special syntax may be used to refer to that module (from
3547:
Leave a blank line between types. Type aliases should be set off from their base type by a blank line, but no blank lines should be placed between the aliases themselves.
54: 1649:
country, or both; the type and number of the route; and a few miscellaneous arguments. This table of arguments forms the basis of the parser's format string syntax.
58: 50: 1727:
The most basic value that can be used for most type table fields is a specially formatted string, which will be referred to in this documentation as a
1901:
entry should be provided to handle any route numbers not explicitly stated. The following is a representative example of route-based switching (from
2002:
In this example, Highways 917 and 980 have non-standard shield names, which are explicitly provided. Other route numbers use the default format.
2009:
field of the table. Nesting switches on different arguments is also allowed. A good example that uses both forms of switching can be found in
3561: 2114:
argument is used for the primary switch. If the route is in Simcoe County, a second switch is performed, this time on the route number.
1432:
Once a type is defined, it can be referenced later in the code. As seen here, it is common to define all parameters for main types like
3553: 3538:
Align table fields using tabs. All tables should be aligned so that fields line up with each other, as shown in the above examples.
1665:: The country the route is located in. If the country is not passed by the calling module, the parser will attempt to include it. 2889: 2784: 2589: 2500: 2010: 1902: 1742:
entry in the arguments table described earlier. This is what allows the route number to be spliced into a shield or link name.
1669:
The above entries are primarily used to find the string module itself, so they should not be a concern for module writers.
2268: 1116:. Currently, these are the types used by all countries. By convention, they are always specified, using an empty string 3160: 2634: 2291: 2143: 46: 25: 2138:
field is returned. Existence testing may be chained by using a second ifexists table as the value of the first table's
2005:
Switching on other arguments is also allowed. The name of the argument to be used for switching is stated in the
1261:
can be used for aliasing different types that have a similar base structure, such as U.S. Highway special routes.
21: 1645: 1316: 1271: 1709:: A tag used to disambiguate the link target. This is mostly used for bannered routes in the United States. 1247: 79: 1719:
Parser hooks, which will be described later, can add entries to this table that may be used by strings.
1030:
module. The table is composed of further tables, one per type. The basic syntax for a type table is:
1693:: The county the route is located in. This is usually used for county routes in the United States. 3147:
Similarly, subtypes can be created in the same manner. This example creates 9 subtypes each for
1676:: The type of the route. This determines the entry of the root table that is used by the parser. 3557: 1156:
is used when a different shield is desired at the top of an infobox, such as for county roads.
1764:
argument. If the result of the test is true, the statement is replaced with the value of the
1281:
stores a code representing the width of the shield. It is most often helpful when used with
17: 2278:
field in a table as equal to the name of a hook. Hooks receive two arguments, both tables:
6236:-- add new types above this line if you want it to have the state highway browse and maint 2110:
In this example, which is a shield table that is reused by several types in Ontario, the
1748:. This functions as a rudimentary if-then-else statement. The parser tests the value of 65:
This module is used to store type data for use with several road templates, including
1330: 1323: 2290:
field of the table, though there are exceptions. Here is an example of a hook (from
1780:
argument is tested and the link disambiguation is adjusted accordingly, as follows:
1682:: The route "number". This is easily the most important argument for module writers. 69: 2904:
types are all created from the same code. At the bottom that is an override for
3673:
To inspect a particular route type, change `p` above to include the route type,
1652:
The table accessible by the strings includes the following entries by default:
3645:
To inspect the content of this data module when editing, enter the following
1301:
stores the specific section number for those routes that are defined by law.
2884:
It is possible to create multiple types based on a specified pattern using
33: 3634:{{#invoke:Road data/dump|dump|module=Module:<name-of-this-module>}} 2130:, the parser will perform existence testing on the result of parsing the 1868:. If not, the statement is replaced with the empty string placed in the 85:. Background information and a summary of the syntax are listed below. 1309:
specifies the native language name of the route displayed by an infobox
2142:
field, and so on. Here's an example of nested existence testing (from
1715:: This rare entry is used exclusively for West Virginia county routes. 1738:
form. The parser will replace such a statement with the value of the
1243:
is used when a different shield is desired in lists that utilize the
3544:
Add spaces to either side of an assignment operator (equals sign).
1760:
may be empty, in which case the parser tests the existence of the
2466:
In this example, the parser will process the link by calling the
2122:
Another use for tables is existence testing. If a table has the
8297:"County Route %route% (%county% County, New Jersey)" 1864:
argument was provided. If so, it replaces the statement with
2470:
hook. In short, this hook takes the argument referenced in
3534:
There are a few style guidelines that should be followed:
1285:. Can be omitted entirely when unused; common values are 6041:--workaround because the Route Snn routes throw an error 3659:
local util = require("Module:Road data/util")
3592: 3584: 3580: 2478:, and stores it in the field in the arguments noted in 1768:
block. Otherwise, it is replaced with the value of the
1699:: This entry is similar in function and utility to the 1133:
specifies the name of the route displayed by an infobox
6755:"Pearl Harbor Memorial Turnpike Extension" 6182:"List of New Jersey Scenic Byways#%route%" 2274:
Generally speaking, a hook is called by setting the
2134:
field. If the test fails, the result of parsing the
1269:
stores the name of the special route plate, such as
1319:code of the native language; this code is used by 3620:To inspect the content of this data module, use ] 2474:, passes it through the mask module specified in 1812:"U.S. Route %route% Business (Alabama)" 3577:Editors can experiment in this module's sandbox 2876:Only one module may be inherited at this time. 2365:"Nuevo Leon State Highway %route%.PNG" 1752:to see if it is equal to the value specified in 1659:: The state or province the route is located in. 1139:specifies the target of a link generated, if any 3004:"US %%route%% Washington %s.svg" 1127:determines the shield that is displayed, if any 7394:"Atlantic City–Brigantine Connector" 7378:"Atlantic City–Brigantine Connector" 8281:"County Route %route% (New Jersey)" 2446:"%fullstate% State Highway %route%" 2072:"Niagara Regional Road %route%.svg" 1860:field, the parser first checks to see if the 1436:and then to use aliases for subtypes such as 8: 7362:"Atlantic City Expy Connector.svg" 4225:"U.S. Route %route% in New Jersey" 3953:"Interstate %route% in New Jersey" 2499:shield per call. An example may be found in 2282:, which is the table in the definition; and 2063:"Durham Regional Road %route%.svg" 1745:The second special string is in the form of 3937:"Interstate %route% (New Jersey)" 3541:Each table field should be on its own line. 1686:The following entries are used less often: 6723:"New Jersey Turnpike Shield.svg" 6584:"New Jersey Turnpike Shield.svg" 6457:"New Jersey Turnpike Shield.svg" 2099:"Simcoe County Road %route%.JPG" 2054:"York Regional Road %route%.svg" 1490:"U.S. Route %route% in Missouri" 7501:"Palisades Interstate Pkwy.svg" 2045:"Essex County Road %route%.png" 1100:The four main fields in a type table are 93:This module exports the following types: 8184:"Bergen County %route% NJ.svg" 7533:"Palisades Interstate Parkway" 7517:"Palisades Interstate Parkway" 7001:"Atlantic City Expressway.svg" 5140:"Elongated circle %route%.svg" 3720:"Module:Road data/strings/USA" 2860:"Module:Road data/strings/EUR" 1149:Other common fields in road data tables 7744:"County routes in New Jersey" 6616:"Interstate 78 in New Jersey" 2550:"Texas State Highway %route%" 2482:. The hook returns the string given in 6070:"New Jersey Route S%route% " 2980:"US %%route%% (%s).svg" 2538:"Toll Texas %route% new.svg" 1145:determines the displayed abbreviation. 7410:"A.C.–Brigantine Connector" 5208:"New Jersey Route %route% " 2675:"Route %route% (Hong Kong)" 2087:"Simcoe county road 52.png" 1970:"Arkansas Highway %route% " 1958:"Arkansas 980(Airport).svg" 1364:"PE-%route% route sign.svg" 7: 7672:"Ocean Drive (New Jersey)" 7033:"Atlantic City Expressway" 7017:"Atlantic City Expressway" 5176:"New Jersey Route %route%" 5156:"Ellipse sign %route%.svg" 3867:"Interstate 87 (New York)" 1897:parsing, but the option is there. A 6086:"Route&nbsp;S%route%" 3627:and enter the following input text: 3562:Module:Road data/strings/USA/NJ/doc 6771:"Pearl Harbor Extension" 6739:"Pearl Harbor Extension" 6035:"NJ S%route% (1926).svg" 5224:"Route&nbsp;%route%" 2687:"Route&nbsp;%route%" 2615:ends by returning the root table: 2353:"HIGHWAYSON %route%.jpg" 1876:with the route number and, if the 1376:"National Route %route%" 32: 7290:"Toll plate yellow.svg" 5774:"NJ %route% (1926).svg" 5708:"NJ %route% (1956).svg" 3749:"Module:Road data/util" 3142:"US %route% (1961).svg" 2869: 2830:"Module:Road data/util" 1982:"Hwy.&nbsp;%route%" 1884:with the value of that argument. 1872:block. Then, the parser replaces 1577:" Alternate (Missouri)" 1412:"Ruta nacional %route%" 8204:"County Route %route%" 6894:"Garden State Parkway" 6878:"Garden State Parkway" 6632:"Newark Bay Extension" 6600:"Newark Bay Extension" 2868: 2226:"UK road B%route%.png" 2193:"UK road B%route%.svg" 1940:"Arkansas %route%.svg" 1388:"Peru Highway %route%" 37: 6489:"New Jersey Turnpike" 6473:"New Jersey Turnpike" 2890:Module:Road data/strings/USA/WA 2785:Module:Road data/strings/USA/NY 2718:Module:Road data/strings/USA/NJ 2663:"HK Route%route%.svg" 2590:Module:Road data/strings/USA/AS 2562:"SH&nbsp;%route%" 2458:"SH&nbsp;%route%" 2410:"Road data/masks/MEX" 1903:Module:Road data/strings/USA/AR 1619:"Alternate plate.svg" 1502:"US&nbsp;%route%" 1207:"County Road %route%" 8152:"County %route%.svg" 7640:"Ocean Drive NJ.svg" 4086:"Alt plate blue.svg" 1949:"Arkansas 917-1.svg" 1836:"Business plate.svg" 1478:"U.S. Route %route%" 1195:"County %route%.svg" 1183:"CR %route% jct.svg" 1: 8746:" plate county.svg" 7549:"Palisades Parkway" 6862:"GSPkwy Shield.svg" 2532:"Texas %route%.svg" 2269:Module:Road data/parser/hooks 1275:. Can be omitted when unused. 3666:print(util.arrayToString(p)) 3161:Module:Road data/strings/USA 2635:Module:Road data/strings/HKG 2490:argument added by the hook. 2292:Module:Road data/strings/MEX 2144:Module:Road data/strings/GBR 1644:When the parser function of 7049:"A.C. Expressway" 4985:"%s plate %s.svg" 3163:. That, in turn, modifies 1824:"US-%route% Bus." 9019: 8996: 8992: 8940: 8888: 8884: 8877: 8870: 8863: 8835: 8807: 8791: 8775: 8753: 8725: 8679: 8627: 8581: 8553: 8525: 8512: 8496: 8444: 8410: 8406: 8399: 8392: 8382: 8369: 8356: 8340: 8324: 8308: 8301: 8288: 8272: 8256: 8240: 8224: 8211: 8195: 8188: 8175: 8159: 8143: 8130: 8114: 8095: 8091: 8084: 8068: 8052: 8036: 8020: 8004: 7988: 7972: 7956: 7940: 7924: 7908: 7892: 7876: 7860: 7844: 7828: 7815: 7799: 7783: 7767: 7751: 7735: 7719: 7703: 7699: 7692: 7679: 7663: 7647: 7616: 7612: 7605: 7601: 7588: 7572: 7556: 7540: 7524: 7508: 7492: 7473: 7469: 7462: 7458: 7433: 7417: 7401: 7385: 7369: 7338: 7334: 7327: 7320: 7316: 7297: 7281: 7259: 7237: 7215: 7193: 7171: 7158: 7100: 7096: 7089: 7085: 7072: 7056: 7040: 7024: 7008: 6992: 6973: 6969: 6962: 6958: 6933: 6917: 6901: 6885: 6869: 6853: 6834: 6830: 6823: 6819: 6794: 6778: 6762: 6746: 6730: 6714: 6695: 6691: 6684: 6680: 6655: 6639: 6623: 6607: 6591: 6575: 6556: 6552: 6545: 6541: 6528: 6512: 6496: 6480: 6464: 6448: 6429: 6425: 6418: 6411: 6404: 6394: 6381: 6368: 6355: 6336: 6317: 6298: 6240: 6233: 6229: 6222: 6218: 6205: 6189: 6173: 6157: 6141: 6122: 6118: 6105: 6101: 6094: 6090: 6077: 6061: 6054:"Route S%route%" 6045: 6026: 6013: 6009: 6002: 5995: 5964: 5933: 5902: 5844: 5840: 5827: 5814: 5801: 5794: 5781: 5765: 5752: 5748: 5735: 5728: 5715: 5699: 5686: 5682: 5675: 5668: 5661: 5648: 5626: 5598: 5552: 5500: 5454: 5426: 5413: 4209:"U.S. Route 1/9" 4196:"U.S. Route 1/9" 4154:"US %route%.svg" 3880:"Interstate 276" 3551: 2486:, which has access to the 1800:"US %route%.svg" 1466:"US %route%.svg" 8672:" (New Jersey)" 6505:"N.J. Turnpike" 5397: 5351: 5305: 5301: 5276: 5251: 5244: 5231: 5215: 5199: 5192:"Route %route%" 5183: 5167: 5160: 5147: 5131: 5115: 5099: 5083: 5070: 5051: 5047: 5040: 5033: 5026: 5010: 4970: 4948: 4926: 4904: 4882: 4860: 4838: 4825: 4809: 4709: 4663: 4659: 4652: 4645: 4614: 4556: 4552: 4545: 4538: 4531: 4524: 4469: 4438: 4356: 4340: 4240: 4236: 4229: 4216: 4203: 4190: 4165: 4158: 4145: 4132: 4119: 4094: 4090: 4071: 4067: 4060: 4053: 4022: 3964: 3960: 3944: 3928: 3912: 3887: 3874: 3840: 3836: 3820: 3804: 3800:" (New Jersey)" 3788: 3784: 3756: 3731: 3727: 3702: 3695: 3691: 3684: 3677: 3670: 1734:The first is anything in 6910:"G.S. Parkway" 3663: 3656: 3649: 3642: 3638: 3631: 3624: 3617: 3610: 3607: 3173: 2914: 2888:. In this example from 2797: 2722: 2639: 2617: 2594: 2505: 2296: 2148: 2015: 1907: 1782: 1442: 1340: 1159: 1032: 7688:"Ocean Drive" 7656:"Ocean Drive" 3652:into the Debug console: 3600:Subpages of this module 1880:argument was provided, 1646:Module:Road data/parser 8317:"CR %route%" 5619:" plate.svg" 4138:"US 1-9.svg" 4125:"US 1-9.svg" 3479:" plate.svg" 2779:type as a link to the 1400:"PE-%route%" 1231:"CR %route%" 1120:if there is no value. 2434:"fullstate" 3680:e.g., `p.I` and `p`. 2253:"B%route%" 1253:series of templates. 1025:Hierarchy and fields 42:Module documentation 8233:"between" 6198:"%route%" 6166:"%route%" 5092:"between" 2775:This code sets the 2494:Other functionality 1723:Basic string syntax 8973:"USA/NY" 8921:"USA/PA" 8800:"county" 8784:"square" 8168:"county" 7728:"county" 5892:"^SR %d" 5657:"expand" 5240:"expand" 5019:"square" 4775:"Scenic" 4604:"^US %d" 4306:"Scenic" 3263:"Scenic" 3159:is inherited from 3118:"square" 2755:"USA/NY" 2036:"county" 1994:"expand" 1848:"expand" 1631:"expand" 1514:"expand" 1272:Business plate.svg 8486:"Truck" 7565:"brown" 6787:"green" 6648:"green" 6521:"green" 5724:"green" 4799:"Truck" 4763:"Emerg" 4330:"Truck" 4294:"Emerg" 3905:"split" 3281:"Truck" 2597:-- American Samoa 2422:"state" 2341:"state" 2118:Existence testing 1856:When parsing the 1607:" Alt." 1424:"es-pe" 9010: 9004: 9003: 9000: 8994: 8990: 8989: 8986: 8983: 8980: 8977: 8974: 8971: 8968: 8965: 8962: 8959: 8956: 8953: 8950: 8947: 8944: 8938: 8937: 8934: 8931: 8928: 8925: 8922: 8919: 8916: 8913: 8910: 8907: 8904: 8901: 8898: 8895: 8892: 8886: 8882: 8881: 8875: 8874: 8868: 8867: 8861: 8860: 8857: 8854: 8851: 8848: 8845: 8842: 8839: 8833: 8832: 8829: 8826: 8823: 8820: 8817: 8814: 8811: 8805: 8804: 8801: 8798: 8795: 8789: 8788: 8785: 8782: 8779: 8773: 8772: 8769: 8766: 8763: 8760: 8757: 8751: 8750: 8747: 8744: 8741: 8738: 8735: 8732: 8729: 8723: 8722: 8719: 8716: 8713: 8710: 8707: 8704: 8701: 8698: 8695: 8692: 8689: 8686: 8683: 8677: 8676: 8673: 8670: 8667: 8664: 8661: 8658: 8655: 8652: 8649: 8646: 8643: 8640: 8637: 8634: 8631: 8625: 8624: 8621: 8618: 8615: 8612: 8609: 8606: 8603: 8600: 8597: 8594: 8591: 8588: 8585: 8579: 8578: 8575: 8572: 8569: 8566: 8563: 8560: 8557: 8551: 8550: 8547: 8544: 8541: 8538: 8535: 8532: 8529: 8523: 8522: 8519: 8516: 8510: 8509: 8506: 8503: 8500: 8494: 8493: 8490: 8487: 8484: 8481: 8480:"Spur" 8478: 8475: 8472: 8469: 8466: 8463: 8460: 8457: 8454: 8451: 8448: 8442: 8441: 8438: 8435: 8432: 8429: 8426: 8423: 8420: 8417: 8414: 8408: 8404: 8403: 8397: 8396: 8390: 8389: 8386: 8380: 8379: 8376: 8373: 8367: 8366: 8363: 8360: 8354: 8353: 8350: 8347: 8344: 8338: 8337: 8334: 8333:"none" 8331: 8328: 8322: 8321: 8318: 8315: 8312: 8306: 8305: 8299: 8298: 8295: 8292: 8286: 8285: 8282: 8279: 8276: 8270: 8269: 8266: 8263: 8260: 8254: 8253: 8250: 8247: 8244: 8238: 8237: 8234: 8231: 8228: 8222: 8221: 8218: 8215: 8209: 8208: 8205: 8202: 8199: 8193: 8192: 8186: 8185: 8182: 8179: 8173: 8172: 8169: 8166: 8163: 8157: 8156: 8153: 8150: 8147: 8141: 8140: 8137: 8134: 8128: 8127: 8124: 8121: 8118: 8112: 8111: 8108: 8105: 8102: 8099: 8093: 8089: 8088: 8082: 8081: 8078: 8075: 8072: 8066: 8065: 8062: 8059: 8056: 8050: 8049: 8046: 8043: 8040: 8034: 8033: 8030: 8027: 8024: 8018: 8017: 8014: 8011: 8008: 8002: 8001: 7998: 7995: 7992: 7986: 7985: 7982: 7979: 7976: 7970: 7969: 7966: 7963: 7960: 7954: 7953: 7950: 7947: 7944: 7938: 7937: 7934: 7931: 7928: 7922: 7921: 7918: 7915: 7912: 7906: 7905: 7902: 7899: 7896: 7890: 7889: 7886: 7883: 7880: 7874: 7873: 7870: 7867: 7864: 7858: 7857: 7854: 7851: 7848: 7842: 7841: 7838: 7835: 7832: 7826: 7825: 7822: 7819: 7813: 7812: 7809: 7806: 7803: 7797: 7796: 7793: 7790: 7787: 7781: 7780: 7777: 7774: 7771: 7765: 7764: 7761: 7758: 7755: 7749: 7748: 7745: 7742: 7739: 7733: 7732: 7729: 7726: 7723: 7717: 7716: 7713: 7710: 7707: 7701: 7697: 7696: 7690: 7689: 7686: 7683: 7677: 7676: 7673: 7670: 7667: 7661: 7660: 7657: 7654: 7651: 7645: 7644: 7641: 7638: 7635: 7632: 7629: 7626: 7623: 7620: 7614: 7610: 7609: 7603: 7599: 7598: 7595: 7592: 7586: 7585: 7582: 7581:"hist" 7579: 7576: 7570: 7569: 7566: 7563: 7560: 7554: 7553: 7550: 7547: 7544: 7538: 7537: 7534: 7531: 7528: 7522: 7521: 7518: 7515: 7512: 7506: 7505: 7502: 7499: 7496: 7490: 7489: 7486: 7483: 7480: 7477: 7471: 7467: 7466: 7460: 7456: 7455: 7452: 7449: 7446: 7443: 7440: 7437: 7431: 7430: 7427: 7426:"blue" 7424: 7421: 7415: 7414: 7411: 7408: 7405: 7399: 7398: 7395: 7392: 7389: 7383: 7382: 7379: 7376: 7373: 7367: 7366: 7363: 7360: 7357: 7354: 7351: 7348: 7345: 7342: 7336: 7332: 7331: 7325: 7324: 7318: 7314: 7313: 7310: 7307: 7304: 7301: 7295: 7294: 7291: 7288: 7285: 7279: 7278: 7275: 7272: 7269: 7266: 7263: 7257: 7256: 7253: 7250: 7247: 7244: 7241: 7235: 7234: 7231: 7228: 7225: 7222: 7219: 7213: 7212: 7209: 7206: 7203: 7200: 7197: 7191: 7190: 7187: 7184: 7181: 7178: 7175: 7169: 7168: 7165: 7162: 7156: 7155: 7152: 7149: 7146: 7143: 7140: 7137: 7136:"PAEX" 7134: 7131: 7130:"NBEX" 7128: 7125: 7124:"NJTP" 7122: 7119: 7116: 7113: 7110: 7107: 7104: 7098: 7094: 7093: 7087: 7083: 7082: 7079: 7076: 7070: 7069: 7066: 7065:"blue" 7063: 7060: 7054: 7053: 7050: 7047: 7044: 7038: 7037: 7034: 7031: 7028: 7022: 7021: 7018: 7015: 7012: 7006: 7005: 7002: 6999: 6996: 6990: 6989: 6986: 6983: 6980: 6977: 6971: 6967: 6966: 6960: 6956: 6955: 6952: 6949: 6946: 6943: 6940: 6937: 6931: 6930: 6927: 6924: 6921: 6915: 6914: 6911: 6908: 6905: 6899: 6898: 6895: 6892: 6889: 6883: 6882: 6879: 6876: 6873: 6867: 6866: 6863: 6860: 6857: 6851: 6850: 6847: 6844: 6841: 6838: 6832: 6828: 6827: 6821: 6817: 6816: 6813: 6810: 6807: 6804: 6801: 6798: 6792: 6791: 6788: 6785: 6782: 6776: 6775: 6772: 6769: 6766: 6760: 6759: 6756: 6753: 6750: 6744: 6743: 6740: 6737: 6734: 6728: 6727: 6724: 6721: 6718: 6712: 6711: 6708: 6705: 6702: 6699: 6693: 6689: 6688: 6682: 6678: 6677: 6674: 6671: 6668: 6665: 6662: 6659: 6653: 6652: 6649: 6646: 6643: 6637: 6636: 6633: 6630: 6627: 6621: 6620: 6617: 6614: 6611: 6605: 6604: 6601: 6598: 6595: 6589: 6588: 6585: 6582: 6579: 6573: 6572: 6569: 6566: 6563: 6560: 6554: 6550: 6549: 6543: 6539: 6538: 6535: 6532: 6526: 6525: 6522: 6519: 6516: 6510: 6509: 6506: 6503: 6500: 6494: 6493: 6490: 6487: 6484: 6478: 6477: 6474: 6471: 6468: 6462: 6461: 6458: 6455: 6452: 6446: 6445: 6442: 6439: 6436: 6433: 6427: 6423: 6422: 6416: 6415: 6409: 6408: 6402: 6401: 6398: 6392: 6391: 6388: 6385: 6379: 6378: 6375: 6372: 6366: 6365: 6362: 6359: 6353: 6352: 6349: 6346: 6343: 6340: 6334: 6333: 6330: 6327: 6324: 6321: 6315: 6314: 6311: 6308: 6305: 6302: 6296: 6295: 6292: 6289: 6286: 6283: 6280: 6277: 6274: 6271: 6268: 6265: 6262: 6259: 6256: 6253: 6250: 6247: 6244: 6238: 6237: 6231: 6227: 6226: 6220: 6216: 6215: 6214:"hist" 6212: 6209: 6203: 6202: 6199: 6196: 6193: 6187: 6186: 6183: 6180: 6177: 6171: 6170: 6167: 6164: 6161: 6155: 6154: 6151: 6148: 6145: 6139: 6138: 6135: 6132: 6129: 6126: 6120: 6116: 6115: 6112: 6109: 6103: 6099: 6098: 6092: 6088: 6087: 6084: 6081: 6075: 6074: 6071: 6068: 6065: 6059: 6058: 6055: 6052: 6049: 6043: 6042: 6039: 6036: 6033: 6030: 6024: 6023: 6020: 6017: 6011: 6007: 6006: 6000: 5999: 5993: 5992: 5989: 5986: 5983: 5980: 5977: 5974: 5971: 5968: 5962: 5961: 5958: 5955: 5952: 5949: 5946: 5943: 5940: 5937: 5931: 5930: 5927: 5924: 5921: 5918: 5915: 5912: 5909: 5906: 5900: 5899: 5896: 5893: 5890: 5887: 5884: 5881: 5878: 5875: 5872: 5869: 5866: 5863: 5860: 5857: 5854: 5851: 5848: 5842: 5838: 5837: 5834: 5831: 5825: 5824: 5821: 5818: 5812: 5811: 5808: 5805: 5799: 5798: 5792: 5791: 5790:"1926" 5788: 5785: 5779: 5778: 5775: 5772: 5769: 5763: 5762: 5759: 5756: 5750: 5746: 5745: 5742: 5739: 5733: 5732: 5726: 5725: 5722: 5719: 5713: 5712: 5709: 5706: 5703: 5697: 5696: 5693: 5690: 5684: 5680: 5679: 5673: 5672: 5666: 5665: 5659: 5658: 5655: 5652: 5646: 5645: 5642: 5639: 5636: 5633: 5630: 5624: 5623: 5620: 5617: 5614: 5611: 5608: 5605: 5602: 5596: 5595: 5592: 5589: 5586: 5583: 5580: 5577: 5574: 5571: 5568: 5565: 5562: 5559: 5556: 5550: 5549: 5546: 5543: 5540: 5537: 5534: 5531: 5528: 5525: 5522: 5519: 5516: 5513: 5510: 5507: 5504: 5498: 5497: 5494: 5491: 5488: 5485: 5482: 5479: 5476: 5473: 5470: 5467: 5464: 5461: 5458: 5452: 5451: 5448: 5445: 5442: 5439: 5436: 5433: 5430: 5424: 5423: 5420: 5417: 5411: 5410: 5407: 5404: 5401: 5395: 5394: 5391: 5388: 5385: 5382: 5379: 5376: 5373: 5370: 5367: 5364: 5361: 5358: 5355: 5349: 5348: 5345: 5342: 5339: 5336: 5333: 5330: 5327: 5324: 5321: 5318: 5315: 5312: 5309: 5303: 5299: 5298: 5295: 5292: 5289: 5286: 5283: 5280: 5274: 5273: 5270: 5267: 5264: 5261: 5258: 5255: 5249: 5248: 5242: 5241: 5238: 5235: 5229: 5228: 5225: 5222: 5219: 5213: 5212: 5209: 5206: 5203: 5197: 5196: 5193: 5190: 5187: 5181: 5180: 5177: 5174: 5171: 5165: 5164: 5158: 5157: 5154: 5151: 5145: 5144: 5141: 5138: 5135: 5129: 5128: 5125: 5122: 5119: 5113: 5112: 5109: 5106: 5103: 5097: 5096: 5093: 5090: 5087: 5081: 5080: 5077: 5074: 5068: 5067: 5064: 5061: 5058: 5055: 5049: 5045: 5044: 5038: 5037: 5031: 5030: 5024: 5023: 5020: 5017: 5014: 5008: 5007: 5004: 5001: 4998: 4995: 4992: 4989: 4986: 4983: 4980: 4977: 4974: 4968: 4967: 4964: 4961: 4958: 4955: 4952: 4946: 4945: 4942: 4939: 4936: 4933: 4930: 4924: 4923: 4920: 4917: 4914: 4911: 4908: 4902: 4901: 4898: 4895: 4892: 4889: 4886: 4880: 4879: 4876: 4873: 4870: 4867: 4864: 4858: 4857: 4854: 4851: 4848: 4845: 4842: 4836: 4835: 4832: 4829: 4823: 4822: 4819: 4816: 4813: 4807: 4806: 4803: 4800: 4797: 4794: 4793:"Toll" 4791: 4788: 4787:"Temp" 4785: 4782: 4781:"Spur" 4779: 4776: 4773: 4770: 4767: 4764: 4761: 4758: 4757:"Conn" 4755: 4752: 4751:"City" 4749: 4746: 4743: 4740: 4737: 4734: 4731: 4728: 4725: 4722: 4719: 4716: 4713: 4707: 4706: 4703: 4700: 4699:"1961" 4697: 4694: 4693:"1948" 4691: 4688: 4687:"1926" 4685: 4682: 4679: 4676: 4673: 4670: 4667: 4661: 4657: 4656: 4650: 4649: 4643: 4642: 4639: 4636: 4633: 4630: 4627: 4624: 4621: 4618: 4612: 4611: 4608: 4605: 4602: 4599: 4596: 4593: 4590: 4587: 4584: 4581: 4578: 4575: 4572: 4569: 4566: 4563: 4560: 4554: 4550: 4549: 4543: 4542: 4536: 4535: 4529: 4528: 4522: 4521: 4518: 4515: 4512: 4509: 4506: 4503: 4500: 4497: 4494: 4491: 4488: 4485: 4482: 4479: 4476: 4473: 4467: 4466: 4463: 4460: 4457: 4454: 4451: 4448: 4445: 4442: 4436: 4435: 4432: 4429: 4426: 4423: 4420: 4417: 4414: 4411: 4408: 4405: 4402: 4399: 4396: 4393: 4390: 4387: 4384: 4381: 4378: 4375: 4372: 4369: 4366: 4363: 4360: 4354: 4353: 4350: 4347: 4344: 4338: 4337: 4334: 4331: 4328: 4325: 4324:"Toll" 4322: 4319: 4318:"Temp" 4316: 4313: 4312:"Spur" 4310: 4307: 4304: 4301: 4298: 4295: 4292: 4289: 4288:"Conn" 4286: 4283: 4282:"City" 4280: 4277: 4274: 4271: 4268: 4265: 4262: 4259: 4256: 4253: 4250: 4247: 4244: 4238: 4234: 4233: 4227: 4226: 4223: 4220: 4214: 4213: 4210: 4207: 4201: 4200: 4197: 4194: 4188: 4187: 4184: 4181: 4178: 4175: 4172: 4169: 4163: 4162: 4156: 4155: 4152: 4149: 4143: 4142: 4139: 4136: 4130: 4129: 4126: 4123: 4117: 4116: 4113: 4110: 4107: 4104: 4101: 4098: 4092: 4088: 4087: 4084: 4081: 4078: 4075: 4069: 4065: 4064: 4058: 4057: 4051: 4050: 4047: 4044: 4041: 4038: 4035: 4032: 4029: 4026: 4020: 4019: 4016: 4013: 4010: 4007: 4004: 4001: 3998: 3995: 3992: 3989: 3986: 3983: 3980: 3977: 3974: 3971: 3968: 3962: 3958: 3957: 3954: 3951: 3948: 3942: 3941: 3938: 3935: 3932: 3926: 3925: 3922: 3919: 3916: 3910: 3909: 3906: 3903: 3900: 3897: 3894: 3891: 3885: 3884: 3881: 3878: 3872: 3871: 3868: 3865: 3862: 3859: 3856: 3853: 3850: 3847: 3844: 3838: 3834: 3833: 3830: 3827: 3824: 3818: 3817: 3814: 3811: 3808: 3802: 3801: 3798: 3795: 3792: 3786: 3782: 3781: 3778: 3775: 3772: 3769: 3766: 3763: 3760: 3754: 3753: 3750: 3747: 3744: 3741: 3738: 3735: 3729: 3725: 3724: 3721: 3718: 3715: 3712: 3709: 3706: 3700: 3699: 3693: 3689: 3688: 3682: 3681: 3675: 3674: 3668: 3667: 3661: 3660: 3654: 3653: 3647: 3646: 3640: 3636: 3635: 3629: 3628: 3622: 3621: 3615: 3614: 3596: 3588: 3575: 3525: 3522: 3519: 3516: 3513: 3510: 3507: 3504: 3501: 3498: 3495: 3492: 3489: 3486: 3483: 3480: 3477: 3474: 3471: 3468: 3465: 3462: 3459: 3456: 3453: 3450: 3447: 3444: 3441: 3438: 3435: 3432: 3429: 3426: 3423: 3420: 3417: 3414: 3411: 3408: 3405: 3402: 3399: 3396: 3393: 3390: 3387: 3384: 3381: 3378: 3375: 3372: 3369: 3366: 3363: 3360: 3357: 3354: 3351: 3348: 3345: 3342: 3339: 3336: 3333: 3330: 3327: 3324: 3321: 3318: 3315: 3312: 3309: 3306: 3303: 3300: 3297: 3294: 3291: 3288: 3285: 3282: 3279: 3276: 3275:"Temp" 3273: 3270: 3269:"Spur" 3267: 3264: 3261: 3258: 3255: 3252: 3251:"Conn" 3249: 3246: 3243: 3240: 3237: 3234: 3231: 3228: 3225: 3222: 3219: 3216: 3213: 3210: 3207: 3204: 3201: 3198: 3195: 3192: 3189: 3186: 3183: 3180: 3177: 3170: 3166: 3158: 3154: 3150: 3143: 3140: 3137: 3134: 3131: 3128: 3125: 3122: 3119: 3116: 3113: 3110: 3107: 3104: 3101: 3098: 3095: 3092: 3089: 3086: 3083: 3080: 3077: 3074: 3071: 3068: 3065: 3062: 3059: 3056: 3053: 3050: 3047: 3044: 3041: 3038: 3035: 3032: 3029: 3026: 3023: 3020: 3017: 3014: 3011: 3008: 3005: 3002: 2999: 2996: 2993: 2990: 2987: 2984: 2981: 2978: 2975: 2972: 2969: 2966: 2963: 2960: 2957: 2954: 2951: 2950:"1961" 2948: 2945: 2944:"1948" 2942: 2939: 2938:"1926" 2936: 2933: 2930: 2927: 2924: 2921: 2918: 2911: 2907: 2903: 2899: 2895: 2887: 2875: 2872: 2871: 2864: 2861: 2858: 2855: 2852: 2849: 2846: 2843: 2840: 2837: 2834: 2831: 2828: 2825: 2822: 2819: 2816: 2813: 2810: 2807: 2804: 2801: 2791:Inheriting types 2782: 2778: 2771: 2768: 2765: 2762: 2759: 2756: 2753: 2750: 2747: 2744: 2741: 2738: 2735: 2732: 2729: 2726: 2712: 2709: 2706: 2703: 2700: 2697: 2694: 2691: 2688: 2685: 2682: 2679: 2676: 2673: 2670: 2667: 2664: 2661: 2658: 2655: 2652: 2649: 2646: 2643: 2624: 2621: 2610: 2607: 2604: 2601: 2598: 2578: 2575: 2572: 2569: 2566: 2563: 2560: 2557: 2554: 2551: 2548: 2545: 2542: 2539: 2536: 2533: 2530: 2527: 2524: 2521: 2518: 2515: 2512: 2509: 2489: 2485: 2481: 2477: 2473: 2469: 2462: 2459: 2456: 2453: 2450: 2447: 2444: 2441: 2438: 2435: 2432: 2429: 2426: 2423: 2420: 2417: 2414: 2411: 2408: 2405: 2402: 2399: 2398:"mask" 2396: 2393: 2390: 2387: 2384: 2381: 2378: 2375: 2372: 2369: 2366: 2363: 2360: 2357: 2354: 2351: 2348: 2345: 2342: 2339: 2336: 2333: 2330: 2327: 2324: 2321: 2318: 2315: 2312: 2309: 2306: 2303: 2300: 2289: 2285: 2281: 2277: 2257: 2254: 2251: 2248: 2245: 2242: 2239: 2236: 2233: 2230: 2227: 2224: 2221: 2218: 2215: 2212: 2209: 2206: 2203: 2200: 2197: 2194: 2191: 2188: 2185: 2182: 2179: 2176: 2173: 2170: 2167: 2164: 2161: 2158: 2155: 2152: 2141: 2137: 2133: 2129: 2125: 2113: 2106: 2103: 2100: 2097: 2094: 2091: 2088: 2085: 2082: 2079: 2076: 2073: 2070: 2067: 2064: 2061: 2058: 2055: 2052: 2049: 2046: 2043: 2040: 2037: 2034: 2031: 2028: 2025: 2022: 2019: 2008: 1998: 1995: 1992: 1989: 1986: 1983: 1980: 1977: 1974: 1971: 1968: 1965: 1962: 1959: 1956: 1953: 1950: 1947: 1944: 1941: 1938: 1935: 1932: 1929: 1926: 1923: 1920: 1917: 1914: 1911: 1900: 1883: 1879: 1875: 1871: 1867: 1863: 1859: 1852: 1849: 1846: 1843: 1840: 1837: 1834: 1831: 1828: 1825: 1822: 1819: 1816: 1813: 1810: 1807: 1804: 1801: 1798: 1795: 1792: 1789: 1786: 1779: 1771: 1767: 1763: 1759: 1755: 1751: 1747: 1741: 1737: 1714: 1708: 1702: 1698: 1692: 1681: 1675: 1664: 1658: 1640:Parser arguments 1635: 1632: 1629: 1626: 1623: 1620: 1617: 1614: 1611: 1608: 1605: 1602: 1599: 1596: 1593: 1590: 1587: 1584: 1581: 1578: 1575: 1572: 1569: 1566: 1563: 1560: 1557: 1554: 1551: 1548: 1545: 1542: 1539: 1536: 1533: 1530: 1527: 1524: 1521: 1518: 1515: 1512: 1509: 1506: 1503: 1500: 1497: 1494: 1491: 1488: 1485: 1482: 1479: 1476: 1473: 1470: 1467: 1464: 1461: 1458: 1455: 1452: 1449: 1446: 1439: 1435: 1428: 1425: 1422: 1419: 1416: 1413: 1410: 1407: 1404: 1401: 1398: 1395: 1392: 1389: 1386: 1383: 1380: 1377: 1374: 1371: 1368: 1365: 1362: 1359: 1356: 1353: 1350: 1347: 1344: 1328: 1322: 1314: 1308: 1300: 1292: 1288: 1284: 1280: 1274: 1268: 1260: 1252: 1246: 1242: 1235: 1232: 1229: 1226: 1223: 1220: 1217: 1214: 1211: 1208: 1205: 1202: 1199: 1196: 1193: 1190: 1187: 1184: 1181: 1178: 1175: 1172: 1169: 1166: 1163: 1155: 1144: 1138: 1132: 1126: 1119: 1115: 1111: 1107: 1103: 1096: 1093: 1090: 1087: 1084: 1081: 1078: 1075: 1072: 1069: 1066: 1063: 1060: 1057: 1054: 1051: 1048: 1045: 1042: 1039: 1036: 1016: 1015: 1010: 1009: 1004: 1003: 998: 997: 992: 991: 986: 985: 980: 979: 974: 973: 968: 967: 962: 961: 956: 955: 950: 949: 944: 943: 938: 937: 932: 931: 926: 925: 920: 919: 914: 913: 908: 907: 902: 901: 896: 895: 890: 889: 884: 883: 878: 877: 872: 871: 866: 865: 860: 859: 854: 853: 848: 847: 842: 841: 836: 835: 830: 829: 824: 823: 818: 817: 812: 811: 806: 805: 800: 799: 794: 793: 788: 787: 782: 781: 776: 775: 770: 769: 764: 763: 758: 757: 752: 751: 746: 745: 740: 739: 734: 733: 728: 727: 722: 721: 716: 715: 710: 709: 704: 703: 698: 697: 692: 691: 686: 685: 680: 679: 674: 673: 668: 667: 662: 661: 656: 655: 650: 649: 644: 643: 638: 637: 632: 631: 626: 625: 620: 619: 614: 613: 608: 607: 602: 601: 596: 595: 590: 589: 584: 583: 578: 577: 572: 571: 566: 565: 560: 559: 554: 553: 548: 547: 542: 541: 536: 535: 530: 529: 524: 523: 518: 517: 512: 511: 506: 505: 500: 499: 494: 493: 488: 487: 482: 481: 476: 475: 470: 469: 464: 463: 458: 457: 452: 451: 446: 445: 440: 439: 434: 433: 428: 427: 422: 421: 416: 415: 410: 409: 404: 403: 398: 397: 392: 391: 386: 385: 380: 379: 374: 373: 368: 367: 362: 361: 356: 355: 350: 349: 344: 343: 338: 337: 332: 331: 326: 325: 320: 319: 314: 313: 308: 307: 302: 301: 296: 295: 290: 289: 284: 283: 278: 277: 272: 271: 266: 265: 260: 259: 254: 253: 248: 247: 242: 241: 236: 235: 230: 229: 224: 223: 218: 217: 212: 211: 206: 205: 200: 199: 194: 193: 188: 187: 182: 181: 176: 175: 170: 169: 164: 163: 158: 157: 152: 151: 146: 145: 140: 139: 134: 133: 128: 127: 122: 121: 116: 115: 110: 109: 104: 103: 98: 97: 84: 78: 74: 68: 62: 43: 41: 40: 18:Module:Road data 9018: 9017: 9013: 9012: 9011: 9009: 9008: 9007: 9006: 9005: 9001: 8998: 8995: 8991: 8987: 8984: 8981: 8978: 8975: 8972: 8969: 8966: 8963: 8960: 8957: 8954: 8951: 8948: 8945: 8942: 8939: 8935: 8932: 8929: 8926: 8923: 8920: 8917: 8914: 8911: 8908: 8905: 8902: 8899: 8896: 8893: 8890: 8887: 8883: 8879: 8876: 8872: 8869: 8865: 8862: 8858: 8855: 8852: 8849: 8846: 8843: 8840: 8837: 8834: 8830: 8827: 8824: 8821: 8818: 8815: 8812: 8809: 8806: 8802: 8799: 8796: 8793: 8790: 8786: 8783: 8780: 8777: 8774: 8770: 8767: 8764: 8761: 8758: 8755: 8752: 8748: 8745: 8742: 8739: 8736: 8733: 8730: 8727: 8724: 8720: 8717: 8714: 8711: 8708: 8705: 8702: 8699: 8696: 8693: 8690: 8687: 8684: 8681: 8678: 8674: 8671: 8668: 8665: 8662: 8659: 8656: 8653: 8650: 8647: 8644: 8641: 8638: 8635: 8632: 8629: 8626: 8622: 8619: 8616: 8613: 8610: 8607: 8604: 8601: 8598: 8595: 8592: 8589: 8586: 8583: 8580: 8576: 8573: 8570: 8567: 8564: 8561: 8558: 8555: 8552: 8548: 8545: 8542: 8539: 8536: 8533: 8530: 8527: 8524: 8520: 8517: 8514: 8511: 8507: 8504: 8501: 8498: 8495: 8491: 8488: 8485: 8482: 8479: 8476: 8474:"Byp" 8473: 8470: 8468:"Alt" 8467: 8464: 8461: 8458: 8455: 8452: 8449: 8446: 8443: 8439: 8436: 8433: 8430: 8427: 8424: 8421: 8418: 8415: 8412: 8409: 8405: 8401: 8398: 8394: 8391: 8387: 8384: 8381: 8377: 8374: 8371: 8368: 8364: 8361: 8358: 8355: 8351: 8348: 8345: 8342: 8339: 8335: 8332: 8329: 8326: 8323: 8319: 8316: 8313: 8310: 8307: 8303: 8300: 8296: 8293: 8290: 8287: 8283: 8280: 8277: 8274: 8271: 8267: 8264: 8261: 8258: 8255: 8251: 8248: 8245: 8242: 8239: 8235: 8232: 8229: 8226: 8223: 8219: 8216: 8213: 8210: 8206: 8203: 8200: 8197: 8194: 8190: 8187: 8183: 8180: 8177: 8174: 8170: 8167: 8164: 8161: 8158: 8154: 8151: 8148: 8145: 8142: 8138: 8135: 8132: 8129: 8125: 8122: 8119: 8116: 8113: 8109: 8106: 8103: 8100: 8097: 8094: 8090: 8086: 8083: 8079: 8076: 8073: 8070: 8067: 8063: 8060: 8057: 8054: 8051: 8047: 8044: 8041: 8038: 8035: 8031: 8028: 8025: 8022: 8019: 8015: 8012: 8009: 8006: 8003: 7999: 7996: 7993: 7990: 7987: 7983: 7980: 7977: 7974: 7971: 7967: 7964: 7961: 7958: 7955: 7951: 7948: 7945: 7942: 7939: 7935: 7932: 7929: 7926: 7923: 7919: 7916: 7913: 7910: 7907: 7903: 7900: 7897: 7894: 7891: 7887: 7884: 7881: 7878: 7875: 7871: 7868: 7865: 7862: 7859: 7855: 7852: 7849: 7846: 7843: 7839: 7836: 7833: 7830: 7827: 7823: 7820: 7817: 7814: 7810: 7807: 7804: 7801: 7798: 7794: 7791: 7788: 7785: 7782: 7778: 7775: 7772: 7769: 7766: 7762: 7759: 7756: 7753: 7750: 7746: 7743: 7740: 7737: 7734: 7730: 7727: 7724: 7721: 7718: 7714: 7711: 7708: 7705: 7702: 7698: 7694: 7691: 7687: 7684: 7681: 7678: 7674: 7671: 7668: 7665: 7662: 7658: 7655: 7652: 7649: 7646: 7642: 7639: 7636: 7633: 7630: 7627: 7624: 7621: 7618: 7615: 7611: 7607: 7604: 7600: 7596: 7593: 7590: 7587: 7583: 7580: 7577: 7574: 7571: 7567: 7564: 7561: 7558: 7555: 7551: 7548: 7545: 7542: 7539: 7535: 7532: 7529: 7526: 7523: 7519: 7516: 7513: 7510: 7507: 7503: 7500: 7497: 7494: 7491: 7487: 7484: 7481: 7478: 7475: 7472: 7468: 7464: 7461: 7457: 7453: 7450: 7447: 7444: 7441: 7438: 7435: 7432: 7428: 7425: 7422: 7419: 7416: 7412: 7409: 7406: 7403: 7400: 7396: 7393: 7390: 7387: 7384: 7380: 7377: 7374: 7371: 7368: 7364: 7361: 7358: 7355: 7352: 7349: 7346: 7343: 7340: 7337: 7333: 7329: 7326: 7322: 7319: 7315: 7311: 7308: 7305: 7302: 7299: 7296: 7292: 7289: 7286: 7283: 7280: 7276: 7273: 7270: 7267: 7264: 7261: 7258: 7254: 7251: 7248: 7245: 7242: 7239: 7236: 7232: 7229: 7226: 7223: 7220: 7217: 7214: 7210: 7207: 7204: 7201: 7198: 7195: 7192: 7188: 7185: 7182: 7179: 7176: 7173: 7170: 7166: 7163: 7160: 7157: 7153: 7150: 7148:"ACE" 7147: 7144: 7142:"GSP" 7141: 7138: 7135: 7132: 7129: 7126: 7123: 7120: 7117: 7114: 7111: 7108: 7105: 7102: 7099: 7095: 7091: 7088: 7084: 7080: 7077: 7074: 7071: 7067: 7064: 7061: 7058: 7055: 7051: 7048: 7045: 7042: 7039: 7035: 7032: 7029: 7026: 7023: 7019: 7016: 7013: 7010: 7007: 7003: 7000: 6997: 6994: 6991: 6987: 6984: 6981: 6978: 6975: 6972: 6968: 6964: 6961: 6957: 6953: 6950: 6947: 6944: 6941: 6938: 6935: 6932: 6928: 6926:"GSP" 6925: 6922: 6919: 6916: 6912: 6909: 6906: 6903: 6900: 6896: 6893: 6890: 6887: 6884: 6880: 6877: 6874: 6871: 6868: 6864: 6861: 6858: 6855: 6852: 6848: 6845: 6842: 6839: 6836: 6833: 6829: 6825: 6822: 6818: 6814: 6811: 6808: 6805: 6802: 6799: 6796: 6793: 6789: 6786: 6783: 6780: 6777: 6773: 6770: 6767: 6764: 6761: 6757: 6754: 6751: 6748: 6745: 6741: 6738: 6735: 6732: 6729: 6725: 6722: 6719: 6716: 6713: 6709: 6706: 6703: 6700: 6697: 6694: 6690: 6686: 6683: 6679: 6675: 6672: 6669: 6666: 6663: 6660: 6657: 6654: 6650: 6647: 6644: 6641: 6638: 6634: 6631: 6628: 6625: 6622: 6618: 6615: 6612: 6609: 6606: 6602: 6599: 6596: 6593: 6590: 6586: 6583: 6580: 6577: 6574: 6570: 6567: 6564: 6561: 6558: 6555: 6551: 6547: 6544: 6540: 6536: 6533: 6530: 6527: 6523: 6520: 6517: 6514: 6511: 6507: 6504: 6501: 6498: 6495: 6491: 6488: 6485: 6482: 6479: 6475: 6472: 6469: 6466: 6463: 6459: 6456: 6453: 6450: 6447: 6443: 6440: 6437: 6434: 6431: 6428: 6424: 6420: 6417: 6413: 6410: 6406: 6403: 6399: 6396: 6393: 6389: 6386: 6383: 6380: 6376: 6373: 6370: 6367: 6363: 6360: 6357: 6354: 6350: 6347: 6344: 6341: 6338: 6335: 6331: 6328: 6325: 6322: 6319: 6316: 6312: 6309: 6306: 6303: 6300: 6297: 6293: 6290: 6288:"^%a" 6287: 6284: 6281: 6278: 6275: 6272: 6269: 6266: 6263: 6260: 6257: 6254: 6251: 6248: 6245: 6242: 6239: 6235: 6232: 6228: 6224: 6221: 6217: 6213: 6210: 6207: 6204: 6200: 6197: 6194: 6191: 6188: 6184: 6181: 6178: 6175: 6172: 6168: 6165: 6162: 6159: 6156: 6152: 6149: 6146: 6143: 6140: 6136: 6133: 6130: 6127: 6124: 6121: 6117: 6113: 6110: 6107: 6104: 6100: 6096: 6093: 6089: 6085: 6082: 6079: 6076: 6072: 6069: 6066: 6063: 6060: 6056: 6053: 6050: 6047: 6044: 6040: 6037: 6034: 6031: 6028: 6025: 6021: 6018: 6015: 6012: 6008: 6004: 6001: 5997: 5994: 5990: 5987: 5984: 5981: 5978: 5975: 5972: 5969: 5966: 5963: 5959: 5956: 5953: 5950: 5947: 5944: 5941: 5938: 5935: 5932: 5928: 5925: 5922: 5919: 5916: 5913: 5910: 5907: 5904: 5901: 5897: 5894: 5891: 5888: 5885: 5882: 5879: 5876: 5873: 5870: 5867: 5864: 5861: 5858: 5855: 5852: 5849: 5846: 5843: 5839: 5835: 5832: 5829: 5826: 5822: 5819: 5816: 5813: 5809: 5806: 5803: 5800: 5796: 5793: 5789: 5786: 5783: 5780: 5776: 5773: 5770: 5767: 5764: 5760: 5757: 5754: 5751: 5747: 5743: 5740: 5737: 5734: 5730: 5727: 5723: 5720: 5717: 5714: 5710: 5707: 5704: 5701: 5698: 5694: 5691: 5688: 5685: 5681: 5677: 5674: 5670: 5667: 5663: 5660: 5656: 5653: 5650: 5647: 5643: 5640: 5637: 5634: 5631: 5628: 5625: 5621: 5618: 5615: 5612: 5609: 5606: 5603: 5600: 5597: 5593: 5590: 5587: 5584: 5581: 5578: 5575: 5572: 5569: 5566: 5563: 5560: 5557: 5554: 5551: 5547: 5544: 5541: 5538: 5535: 5532: 5529: 5526: 5523: 5520: 5517: 5514: 5511: 5508: 5505: 5502: 5499: 5495: 5492: 5489: 5486: 5483: 5480: 5477: 5474: 5471: 5468: 5465: 5462: 5459: 5456: 5453: 5449: 5446: 5443: 5440: 5437: 5434: 5431: 5428: 5425: 5421: 5418: 5415: 5412: 5408: 5405: 5402: 5399: 5396: 5392: 5389: 5387:"Byp" 5386: 5383: 5381:"Bus" 5380: 5377: 5375:"Alt" 5374: 5371: 5368: 5365: 5362: 5359: 5356: 5353: 5350: 5346: 5343: 5341:'Route' 5340: 5337: 5334: 5331: 5328: 5325: 5322: 5319: 5316: 5313: 5310: 5307: 5304: 5300: 5296: 5293: 5290: 5287: 5284: 5281: 5278: 5275: 5271: 5268: 5265: 5262: 5259: 5256: 5253: 5250: 5246: 5243: 5239: 5236: 5233: 5230: 5226: 5223: 5220: 5217: 5214: 5210: 5207: 5204: 5201: 5198: 5194: 5191: 5188: 5185: 5182: 5178: 5175: 5172: 5169: 5166: 5162: 5159: 5155: 5152: 5149: 5146: 5142: 5139: 5136: 5133: 5130: 5126: 5123: 5120: 5117: 5114: 5110: 5107: 5104: 5101: 5098: 5094: 5091: 5088: 5085: 5082: 5078: 5075: 5072: 5069: 5065: 5062: 5059: 5056: 5053: 5050: 5046: 5042: 5039: 5035: 5032: 5028: 5025: 5021: 5018: 5015: 5012: 5009: 5005: 5002: 4999: 4996: 4993: 4990: 4987: 4984: 4981: 4978: 4975: 4972: 4969: 4965: 4962: 4959: 4956: 4953: 4950: 4947: 4943: 4940: 4937: 4934: 4931: 4928: 4925: 4921: 4918: 4915: 4912: 4909: 4906: 4903: 4899: 4896: 4893: 4890: 4887: 4884: 4881: 4877: 4874: 4871: 4868: 4865: 4862: 4859: 4855: 4852: 4849: 4846: 4843: 4840: 4837: 4833: 4830: 4827: 4824: 4820: 4817: 4814: 4811: 4808: 4804: 4801: 4798: 4795: 4792: 4789: 4786: 4783: 4780: 4777: 4774: 4771: 4769:"Opt" 4768: 4765: 4762: 4759: 4756: 4753: 4750: 4747: 4745:"Byp" 4744: 4741: 4739:"Bus" 4738: 4735: 4733:"Alt" 4732: 4729: 4726: 4723: 4720: 4717: 4714: 4711: 4708: 4704: 4701: 4698: 4695: 4692: 4689: 4686: 4683: 4680: 4677: 4674: 4671: 4668: 4665: 4662: 4658: 4654: 4651: 4647: 4644: 4640: 4637: 4634: 4631: 4628: 4625: 4622: 4619: 4616: 4613: 4609: 4606: 4603: 4600: 4597: 4594: 4591: 4588: 4585: 4582: 4579: 4576: 4573: 4570: 4567: 4564: 4561: 4558: 4555: 4551: 4547: 4544: 4540: 4537: 4533: 4530: 4526: 4523: 4519: 4516: 4513: 4510: 4507: 4504: 4501: 4498: 4495: 4492: 4489: 4486: 4483: 4480: 4477: 4474: 4471: 4468: 4464: 4461: 4458: 4455: 4452: 4449: 4446: 4443: 4440: 4437: 4433: 4430: 4428:"^US" 4427: 4424: 4421: 4418: 4415: 4412: 4409: 4406: 4403: 4400: 4397: 4394: 4391: 4388: 4385: 4382: 4379: 4376: 4373: 4370: 4367: 4364: 4361: 4358: 4355: 4351: 4348: 4345: 4342: 4339: 4335: 4332: 4329: 4326: 4323: 4320: 4317: 4314: 4311: 4308: 4305: 4302: 4300:"Opt" 4299: 4296: 4293: 4290: 4287: 4284: 4281: 4278: 4276:"Byp" 4275: 4272: 4270:"Bus" 4269: 4266: 4264:"Alt" 4263: 4260: 4257: 4254: 4251: 4248: 4245: 4242: 4239: 4235: 4231: 4228: 4224: 4221: 4218: 4215: 4211: 4208: 4205: 4202: 4198: 4195: 4192: 4189: 4185: 4182: 4179: 4176: 4173: 4170: 4167: 4164: 4160: 4157: 4153: 4150: 4147: 4144: 4140: 4137: 4134: 4131: 4127: 4124: 4121: 4118: 4114: 4111: 4108: 4105: 4102: 4099: 4096: 4093: 4089: 4085: 4082: 4079: 4076: 4073: 4070: 4066: 4062: 4059: 4055: 4052: 4048: 4045: 4042: 4039: 4036: 4033: 4030: 4027: 4024: 4021: 4017: 4014: 4011: 4008: 4005: 4002: 3999: 3996: 3993: 3990: 3987: 3984: 3981: 3978: 3975: 3972: 3969: 3966: 3963: 3959: 3955: 3952: 3949: 3946: 3943: 3939: 3936: 3933: 3930: 3927: 3923: 3920: 3917: 3914: 3911: 3907: 3904: 3901: 3898: 3895: 3892: 3889: 3886: 3882: 3879: 3876: 3873: 3869: 3866: 3863: 3860: 3857: 3854: 3851: 3848: 3845: 3842: 3839: 3835: 3831: 3828: 3825: 3822: 3819: 3815: 3812: 3809: 3806: 3803: 3799: 3796: 3793: 3790: 3787: 3783: 3779: 3776: 3773: 3770: 3767: 3764: 3761: 3758: 3755: 3751: 3748: 3745: 3742: 3739: 3736: 3733: 3730: 3726: 3722: 3719: 3716: 3713: 3710: 3707: 3704: 3701: 3697: 3694: 3690: 3686: 3683: 3679: 3676: 3672: 3669: 3665: 3662: 3658: 3655: 3651: 3648: 3644: 3641: 3637: 3633: 3630: 3626: 3623: 3619: 3616: 3612: 3609: 3604: 3603: 3598: 3590: 3578: 3576: 3565: 3550: 3532: 3527: 3526: 3523: 3520: 3517: 3514: 3511: 3508: 3505: 3502: 3499: 3496: 3493: 3490: 3487: 3484: 3481: 3478: 3475: 3472: 3469: 3466: 3463: 3460: 3457: 3454: 3451: 3448: 3445: 3442: 3439: 3436: 3433: 3430: 3427: 3424: 3421: 3418: 3415: 3412: 3409: 3406: 3403: 3400: 3397: 3394: 3391: 3388: 3385: 3382: 3379: 3376: 3373: 3370: 3367: 3364: 3361: 3358: 3355: 3352: 3349: 3346: 3343: 3340: 3337: 3334: 3331: 3328: 3325: 3322: 3319: 3316: 3313: 3310: 3307: 3304: 3301: 3298: 3295: 3292: 3289: 3286: 3283: 3280: 3277: 3274: 3271: 3268: 3265: 3262: 3259: 3257:"Opt" 3256: 3253: 3250: 3247: 3245:"Byp" 3244: 3241: 3239:"Bus" 3238: 3235: 3233:"Alt" 3232: 3229: 3226: 3223: 3220: 3217: 3214: 3211: 3208: 3205: 3202: 3199: 3196: 3193: 3190: 3187: 3184: 3181: 3178: 3175: 3168: 3164: 3156: 3152: 3148: 3145: 3144: 3141: 3138: 3135: 3132: 3129: 3126: 3123: 3120: 3117: 3114: 3111: 3108: 3105: 3102: 3099: 3096: 3093: 3090: 3087: 3084: 3081: 3078: 3075: 3072: 3069: 3066: 3063: 3060: 3057: 3054: 3051: 3048: 3045: 3042: 3039: 3036: 3033: 3030: 3027: 3024: 3021: 3018: 3015: 3012: 3009: 3006: 3003: 3000: 2997: 2994: 2991: 2988: 2985: 2982: 2979: 2976: 2973: 2970: 2967: 2964: 2961: 2958: 2955: 2952: 2949: 2946: 2943: 2940: 2937: 2934: 2931: 2928: 2925: 2922: 2919: 2916: 2909: 2905: 2901: 2897: 2893: 2885: 2882: 2873: 2866: 2865: 2862: 2859: 2856: 2853: 2850: 2847: 2844: 2841: 2838: 2835: 2832: 2829: 2826: 2823: 2820: 2817: 2814: 2811: 2808: 2805: 2802: 2799: 2793: 2780: 2776: 2773: 2772: 2769: 2766: 2763: 2760: 2757: 2754: 2751: 2748: 2745: 2742: 2739: 2736: 2733: 2730: 2727: 2724: 2714: 2713: 2710: 2707: 2704: 2701: 2698: 2695: 2692: 2689: 2686: 2683: 2680: 2677: 2674: 2671: 2668: 2665: 2662: 2659: 2656: 2653: 2650: 2647: 2644: 2641: 2631: 2626: 2625: 2622: 2619: 2612: 2611: 2608: 2605: 2602: 2599: 2596: 2585: 2580: 2579: 2576: 2573: 2570: 2567: 2564: 2561: 2558: 2555: 2552: 2549: 2546: 2543: 2540: 2537: 2534: 2531: 2528: 2525: 2522: 2519: 2516: 2513: 2510: 2507: 2496: 2487: 2483: 2479: 2475: 2471: 2467: 2464: 2463: 2460: 2457: 2454: 2451: 2448: 2445: 2442: 2439: 2436: 2433: 2430: 2427: 2424: 2421: 2418: 2415: 2412: 2409: 2406: 2403: 2400: 2397: 2394: 2391: 2388: 2385: 2382: 2379: 2376: 2373: 2370: 2367: 2364: 2361: 2358: 2355: 2352: 2349: 2346: 2343: 2340: 2337: 2334: 2331: 2328: 2325: 2322: 2319: 2316: 2313: 2310: 2307: 2304: 2301: 2298: 2287: 2283: 2279: 2275: 2264: 2259: 2258: 2255: 2252: 2249: 2246: 2243: 2240: 2237: 2234: 2231: 2228: 2225: 2222: 2219: 2216: 2213: 2210: 2207: 2204: 2201: 2198: 2195: 2192: 2189: 2186: 2183: 2180: 2177: 2174: 2171: 2168: 2165: 2162: 2159: 2156: 2153: 2150: 2139: 2135: 2131: 2127: 2123: 2120: 2111: 2108: 2107: 2104: 2101: 2098: 2095: 2092: 2089: 2086: 2083: 2080: 2077: 2074: 2071: 2068: 2065: 2062: 2059: 2056: 2053: 2050: 2047: 2044: 2041: 2038: 2035: 2032: 2029: 2026: 2023: 2021:regionalShields 2020: 2017: 2006: 2000: 1999: 1996: 1993: 1990: 1987: 1984: 1981: 1978: 1975: 1972: 1969: 1966: 1963: 1960: 1957: 1954: 1951: 1948: 1945: 1942: 1939: 1936: 1933: 1930: 1927: 1924: 1921: 1918: 1915: 1912: 1909: 1898: 1890: 1881: 1877: 1873: 1869: 1865: 1861: 1857: 1854: 1853: 1850: 1847: 1844: 1841: 1838: 1835: 1832: 1829: 1826: 1823: 1820: 1817: 1814: 1811: 1808: 1805: 1802: 1799: 1796: 1793: 1790: 1787: 1784: 1777: 1769: 1765: 1761: 1757: 1753: 1749: 1746: 1739: 1735: 1725: 1712: 1706: 1700: 1696: 1690: 1679: 1673: 1662: 1656: 1642: 1637: 1636: 1633: 1630: 1627: 1624: 1621: 1618: 1615: 1612: 1609: 1606: 1603: 1600: 1597: 1594: 1591: 1588: 1585: 1582: 1579: 1576: 1573: 1570: 1567: 1564: 1561: 1558: 1555: 1552: 1549: 1546: 1543: 1540: 1537: 1534: 1531: 1528: 1525: 1522: 1519: 1516: 1513: 1510: 1507: 1504: 1501: 1498: 1495: 1492: 1489: 1486: 1483: 1480: 1477: 1474: 1471: 1468: 1465: 1462: 1459: 1456: 1453: 1450: 1447: 1444: 1437: 1433: 1430: 1429: 1426: 1423: 1420: 1417: 1414: 1411: 1408: 1405: 1402: 1399: 1396: 1393: 1390: 1387: 1384: 1381: 1378: 1375: 1372: 1369: 1366: 1363: 1360: 1357: 1354: 1351: 1348: 1345: 1342: 1326: 1320: 1312: 1306: 1298: 1290: 1286: 1282: 1278: 1270: 1266: 1258: 1250: 1244: 1240: 1237: 1236: 1233: 1230: 1227: 1224: 1221: 1218: 1215: 1212: 1209: 1206: 1203: 1200: 1197: 1194: 1191: 1188: 1185: 1182: 1179: 1176: 1173: 1170: 1167: 1164: 1161: 1153: 1142: 1136: 1130: 1124: 1117: 1113: 1109: 1105: 1101: 1098: 1097: 1094: 1091: 1088: 1085: 1082: 1079: 1076: 1073: 1070: 1067: 1064: 1061: 1058: 1055: 1052: 1049: 1046: 1043: 1040: 1037: 1034: 1027: 1022: 1013: 1012: 1007: 1006: 1001: 1000: 995: 994: 989: 988: 983: 982: 977: 976: 971: 970: 965: 964: 959: 958: 953: 952: 947: 946: 941: 940: 935: 934: 929: 928: 923: 922: 917: 916: 911: 910: 905: 904: 899: 898: 893: 892: 887: 886: 881: 880: 875: 874: 869: 868: 863: 862: 857: 856: 851: 850: 845: 844: 839: 838: 833: 832: 827: 826: 821: 820: 815: 814: 809: 808: 803: 802: 797: 796: 791: 790: 785: 784: 779: 778: 773: 772: 767: 766: 761: 760: 755: 754: 749: 748: 743: 742: 737: 736: 731: 730: 725: 724: 719: 718: 713: 712: 707: 706: 701: 700: 695: 694: 689: 688: 683: 682: 677: 676: 671: 670: 665: 664: 659: 658: 653: 652: 647: 646: 641: 640: 635: 634: 629: 628: 623: 622: 617: 616: 611: 610: 605: 604: 599: 598: 593: 592: 587: 586: 581: 580: 575: 574: 569: 568: 563: 562: 557: 556: 551: 550: 545: 544: 539: 538: 533: 532: 527: 526: 521: 520: 515: 514: 509: 508: 503: 502: 497: 496: 491: 490: 485: 484: 479: 478: 473: 472: 467: 466: 461: 460: 455: 454: 449: 448: 443: 442: 437: 436: 431: 430: 425: 424: 419: 418: 413: 412: 407: 406: 401: 400: 395: 394: 389: 388: 383: 382: 377: 376: 371: 370: 365: 364: 359: 358: 353: 352: 347: 346: 341: 340: 335: 334: 329: 328: 323: 322: 317: 316: 311: 310: 305: 304: 299: 298: 293: 292: 287: 286: 281: 280: 275: 274: 269: 268: 263: 262: 257: 256: 251: 250: 245: 244: 239: 238: 233: 232: 227: 226: 221: 220: 215: 214: 209: 208: 203: 202: 197: 196: 191: 190: 185: 184: 179: 178: 173: 172: 167: 166: 161: 160: 155: 154: 149: 148: 143: 142: 137: 136: 131: 130: 125: 124: 119: 118: 113: 112: 107: 106: 101: 100: 95: 94: 91: 82: 76: 72: 66: 63: 44: 38: 36: 30: 29: 28: 12: 11: 5: 9016: 9014: 8985:"NY" 8933:"PA" 4012:"^I" 3608: 3589:and testcases 3549: 3548: 3545: 3542: 3539: 3531: 3528: 3174: 2915: 2881: 2878: 2798: 2792: 2789: 2767:"NY" 2723: 2640: 2630: 2627: 2618: 2595: 2584: 2581: 2506: 2495: 2492: 2297: 2263: 2260: 2149: 2119: 2116: 2016: 1908: 1889: 1886: 1783: 1724: 1721: 1717: 1716: 1710: 1704: 1694: 1684: 1683: 1677: 1667: 1666: 1660: 1641: 1638: 1443: 1341: 1339: 1338: 1310: 1303: 1302: 1295: 1294: 1276: 1263: 1262: 1255: 1254: 1160: 1158: 1157: 1147: 1146: 1140: 1134: 1128: 1033: 1026: 1023: 1021: 1018: 870:US 1961-Scenic 792:US 1948-Scenic 714:US 1926-Scenic 90: 89:Exported types 87: 35: 34: 31: 15: 14: 13: 10: 9: 6: 4: 3: 2: 9015: 8997: 8993: 8941: 8889: 8885: 8878: 8871: 8864: 8836: 8808: 8792: 8776: 8754: 8726: 8706:" " 8680: 8654:" " 8628: 8608:" " 8582: 8554: 8526: 8513: 8497: 8445: 8411: 8407: 8400: 8393: 8388:"]" 8383: 8375:"]" 8370: 8357: 8341: 8325: 8309: 8302: 8289: 8273: 8257: 8241: 8225: 8212: 8196: 8189: 8176: 8160: 8144: 8131: 8115: 8096: 8092: 8085: 8077:"]" 8069: 8061:"]" 8053: 8045:"]" 8037: 8029:"]" 8021: 8013:"]" 8005: 7997:"]" 7989: 7981:"]" 7973: 7965:"]" 7957: 7949:"]" 7941: 7933:"]" 7925: 7917:"]" 7909: 7901:"]" 7893: 7885:"]" 7877: 7869:"]" 7861: 7853:"]" 7845: 7837:"]" 7829: 7821:"]" 7816: 7808:"]" 7800: 7792:"]" 7784: 7776:"]" 7768: 7760:"]" 7752: 7736: 7720: 7704: 7700: 7693: 7680: 7664: 7648: 7617: 7613: 7606: 7602: 7597:"]" 7589: 7573: 7557: 7541: 7525: 7509: 7493: 7474: 7470: 7463: 7459: 7434: 7418: 7402: 7386: 7370: 7339: 7335: 7328: 7321: 7317: 7298: 7282: 7260: 7238: 7216: 7194: 7172: 7159: 7101: 7097: 7090: 7086: 7081:"]" 7073: 7057: 7041: 7025: 7009: 6993: 6974: 6970: 6963: 6959: 6934: 6918: 6902: 6886: 6870: 6854: 6835: 6831: 6824: 6820: 6795: 6779: 6763: 6747: 6731: 6715: 6696: 6692: 6685: 6681: 6656: 6640: 6624: 6608: 6592: 6576: 6557: 6553: 6546: 6542: 6537:"]" 6529: 6513: 6497: 6481: 6465: 6449: 6430: 6426: 6419: 6412: 6405: 6400:"]" 6395: 6387:"]" 6382: 6374:"]" 6369: 6361:"]" 6356: 6337: 6332:"]" 6318: 6313:"]" 6299: 6241: 6234: 6230: 6223: 6219: 6206: 6190: 6174: 6158: 6142: 6123: 6119: 6106: 6102: 6095: 6091: 6078: 6062: 6046: 6027: 6014: 6010: 6003: 5996: 5965: 5934: 5903: 5845: 5841: 5828: 5815: 5802: 5795: 5782: 5766: 5753: 5749: 5736: 5729: 5716: 5700: 5687: 5683: 5676: 5669: 5662: 5649: 5627: 5599: 5579:" " 5553: 5527:" " 5501: 5481:" " 5455: 5427: 5414: 5398: 5352: 5306: 5302: 5277: 5252: 5245: 5232: 5216: 5200: 5184: 5168: 5161: 5148: 5132: 5116: 5100: 5084: 5071: 5052: 5048: 5041: 5034: 5027: 5011: 4971: 4949: 4927: 4905: 4883: 4861: 4839: 4826: 4810: 4710: 4664: 4660: 4653: 4646: 4615: 4557: 4553: 4546: 4539: 4532: 4525: 4502:" " 4470: 4439: 4357: 4341: 4241: 4237: 4230: 4217: 4204: 4191: 4166: 4159: 4146: 4133: 4120: 4095: 4091: 4072: 4068: 4061: 4054: 4023: 3965: 3961: 3945: 3929: 3913: 3888: 3875: 3841: 3837: 3832:"]" 3821: 3816:" " 3805: 3789: 3785: 3757: 3732: 3728: 3703: 3698:-- New Jersey 3696: 3692: 3685: 3678: 3671: 3664: 3657: 3650: 3643: 3639: 3632: 3625: 3618: 3611: 3606: 3601: 3594: 3586: 3582: 3573: 3569: 3563: 3559: 3555: 3554:documentation 3546: 3543: 3540: 3537: 3536: 3535: 3529: 3443:" " 3401:" " 3365:" " 3172: 3171:accordingly. 3162: 2913: 2891: 2880:Advanced uses 2879: 2877: 2796: 2790: 2788: 2786: 2721: 2719: 2638: 2636: 2628: 2616: 2593: 2591: 2582: 2504: 2502: 2493: 2491: 2295: 2293: 2272: 2270: 2261: 2147: 2145: 2126:field set to 2117: 2115: 2014: 2012: 2003: 1906: 1904: 1894: 1887: 1885: 1781: 1773: 1743: 1732: 1730: 1729:format string 1722: 1720: 1711: 1705: 1695: 1689: 1688: 1687: 1678: 1672: 1671: 1670: 1661: 1655: 1654: 1653: 1650: 1647: 1639: 1441: 1336: 1334: 1325: 1318: 1311: 1305: 1304: 1297: 1296: 1277: 1273: 1265: 1264: 1257: 1256: 1249: 1248:Routelist row 1239: 1238: 1152: 1151: 1150: 1141: 1135: 1129: 1123: 1122: 1121: 1031: 1024: 1019: 1017: 894:US 1961-Truck 858:US 1961-Emerg 816:US 1948-Truck 780:US 1948-Emerg 738:US 1926-Truck 702:US 1926-Emerg 88: 86: 81: 80:routelist row 71: 60: 56: 52: 48: 27: 23: 19: 8794:bannersuffix 8434:'CR' 8349:countybrowse 8123:"" 7709:countybrowse 7559:bannersuffix 7420:bannersuffix 7274:bannersuffix 7262:bannersuffix 7059:bannersuffix 6920:bannersuffix 6781:bannersuffix 6642:bannersuffix 6515:bannersuffix 6150:"" 5784:bannersuffix 5718:bannersuffix 5335:'NJ' 5329:'SR' 3605: 3533: 3473:bannerprefix 3203:'SR' 3197:'WA' 3146: 2883: 2867: 2794: 2774: 2717: 2715: 2632: 2613: 2586: 2497: 2465: 2377:"" 2273: 2265: 2241:"" 2121: 2109: 2004: 2001: 1895: 1891: 1855: 1774: 1744: 1733: 1728: 1726: 1718: 1685: 1668: 1651: 1643: 1431: 1332: 1327:}} 1321:{{ 1251:}} 1245:{{ 1219:"" 1148: 1099: 1092:"" 1080:"" 1068:"" 1056:"" 1028: 888:US 1961-Toll 882:US 1961-Temp 876:US 1961-Spur 852:US 1961-Conn 846:US 1961-City 810:US 1948-Toll 804:US 1948-Temp 798:US 1948-Spur 774:US 1948-Conn 768:US 1948-City 732:US 1926-Toll 726:US 1926-Temp 720:US 1926-Spur 696:US 1926-Conn 690:US 1926-City 120:Back Country 92: 83:}} 77:{{ 73:}} 67:{{ 64: 8856:browselinks 8838:browselinks 8359:browselinks 6345:browselinks 3558:transcluded 1406:translation 1307:translation 864:US 1961-Opt 840:US 1961-Byp 834:US 1961-Bus 828:US 1961-Alt 786:US 1948-Opt 762:US 1948-Byp 756:US 1948-Bus 750:US 1948-Alt 708:US 1926-Opt 684:US 1926-Byp 678:US 1926-Bus 672:US 1926-Alt 336:I-Temporary 57:] [ 53:] [ 49:] [ 8718:abbrsuffix 8574:shieldmain 8556:shieldmain 8133:shieldmain 7863:Gloucester 7831:Cumberland 7786:Burlington 5591:abbrsuffix 4875:shieldmain 4863:shieldmain 3552:The above 3455:abbrsuffix 3341:shieldmain 3329:shieldmain 3136:shieldmain 2992:shieldmain 2910:shieldmain 2800:-- Albania 2280:parameters 1736:%argument% 1241:shieldlist 1189:shieldmain 1154:shieldmain 8740:banneralt 7927:Middlesex 7895:Hunterdon 5613:banneralt 4997:banneralt 2583:Structure 2488:fullstate 2199:otherwise 2140:otherwise 2136:otherwise 1888:Switching 1335:templates 1317:ISO 639-2 1014:USBR 2009 978:US-Scenic 948:US-Future 936:US-Detour 582:Route-Byp 576:Route-Bus 570:Route-Alt 360:Jefferson 300:I-Express 8023:Somerset 7943:Monmouth 7754:Atlantic 2783:type in 2629:Aliasing 2323:ifexists 2208:ifexists 2175:ifexists 2124:ifexists 1740:argument 1697:township 1002:US-Truck 960:US-named 942:US-Emerg 642:SRS 1926 462:NJS 1926 384:National 306:I-Future 252:GRR-Spur 222:FH-named 198:CR-Truck 24:‎ | 20:‎ | 8456:auxType 8146:default 7991:Passaic 7738:default 5545:suffix2 5363:auxType 4721:auxType 4404:auxType 4252:auxType 4219:default 4148:default 3890:default 3810:suffix2 3774:ustring 3743:require 3714:require 3583:| 3572:history 3570:| 3221:auxType 3165:auxType 3155:. The 2906:US 1961 2902:US 1961 2898:US 1948 2894:US 1926 2854:require 2824:require 2484:default 2440:default 2371:default 2288:default 2220:default 2187:default 2132:default 2093:default 2011:Ontario 1934:default 1899:default 1874:%route% 1866:%dab%, 1772:block. 1663:country 1315:is the 1299:section 996:US-Toll 990:US-Temp 984:US-Spur 954:US-Hist 930:US-Conn 924:US-City 900:US 1971 822:US 1961 744:US 1948 666:US 1926 612:SR 1956 606:SR 1926 594:Skyline 528:Parkway 432:NJ 1956 426:NJ 1926 372:Lincoln 348:I-Truck 318:I-named 312:I-Local 192:CR-Spur 162:BS 1957 138:BL 1957 55:history 22:strings 8999:return 8967:module 8915:module 8828:browse 8810:browse 8728:banner 8546:shield 8528:shield 8462:ipairs 8428:ipairs 8343:browse 8178:Bergen 8117:shield 8071:Warren 8039:Sussex 7959:Morris 7911:Mercer 7879:Hudson 7802:Camden 7770:Bergen 7634:shield 7495:shield 7356:shield 7284:banner 7186:shield 7174:shield 7118:ipairs 6995:shield 6856:shield 6717:shield 6578:shield 6451:shield 6326:browse 6144:shield 6029:shield 5768:shield 5702:shield 5601:banner 5447:shield 5429:shield 5369:ipairs 5323:ipairs 5073:shield 4979:format 4973:banner 4853:shield 4841:shield 4727:ipairs 4681:ipairs 4520:suffix 4465:shield 4447:shield 4258:ipairs 4109:shield 4080:banner 3794:suffix 3780:format 3762:format 3613:--[==[ 3597:pages. 3593:create 3585:mirror 3581:create 3461:banner 3419:suffix 3323:shield 3311:shield 3227:ipairs 3191:ipairs 2998:format 2974:format 2968:shield 2932:ipairs 2900:, and 2892:, the 2886:ipairs 2842:addAll 2749:module 2657:shield 2620:return 2523:shield 2480:masked 2428:masked 2314:shield 2166:shield 2112:county 1925:shield 1830:banner 1794:shield 1758:equals 1754:equals 1703:entry. 1701:county 1691:county 1613:banner 1547:shield 1529:shield 1460:shield 1438:US-Alt 1358:shield 1291:expand 1287:square 1283:banner 1267:banner 1177:shield 1125:shield 1112:, and 1102:shield 1050:shield 1020:Syntax 972:US-Opt 966:US-Old 918:US-Byp 912:US-Bus 906:US-Alt 636:SR-old 630:SR-Byp 624:SR-Bus 618:SR-Alt 588:Scenic 552:Postal 456:NJ-old 450:NJ-Byp 444:NJ-Bus 438:NJ-Alt 378:Mormon 342:I-Toll 330:I-Temp 324:I-Spur 288:I 1971 282:I 1961 276:I 1957 240:Future 186:CR-Byp 180:CR-Alt 8958:alias 8906:alias 8778:width 8499:local 8327:maint 8259:upper 8243:lower 8055:Union 8007:Salem 7975:Ocean 7847:Essex 7706:local 7591:maint 7575:color 7454:maint 7436:maint 7312:maint 7300:maint 7075:maint 6954:maint 6936:maint 6815:maint 6797:maint 6676:maint 6658:maint 6531:maint 6307:maint 6258:pairs 6208:color 6131:Byway 5862:pairs 5651:width 5400:local 5285:Route 5234:width 5118:upper 5102:lower 5013:width 4812:local 4574:pairs 4374:pairs 4343:local 3982:pairs 3947:below 3931:above 3915:split 3826:maint 3823:local 3807:local 3791:local 3759:local 3734:local 3705:local 3560:from 3530:Style 3515:width 3503:width 3290:local 3112:width 2815:local 2803:local 2740:alias 2711:Route 2699:route 2648:Route 2600:local 2568:width 2501:Texas 2262:Hooks 2018:local 1988:width 1882:%dab% 1842:width 1713:denom 1680:route 1657:state 1625:width 1508:width 1331:Lang- 1279:width 1035:place 654:Trail 564:Route 522:PAEX2 480:Npkwy 474:NJTP2 396:NBEX2 354:ISTEA 294:I-Alt 204:Dixie 168:Byway 61:] 59:purge 45:[ 16:< 8979:type 8927:type 8762:spec 8734:spec 8712:spec 8700:abbr 8682:abbr 8666:name 8660:spec 8648:name 8630:link 8620:name 8614:spec 8602:name 8584:name 8502:spec 8422:type 8311:abbr 8227:hook 8214:link 8198:name 7682:abbr 7666:link 7650:name 7543:abbr 7527:link 7511:name 7404:abbr 7388:link 7372:name 7347:ACBC 7252:abbr 7240:abbr 7230:link 7218:link 7208:name 7196:name 7112:type 7043:abbr 7027:link 7011:name 6948:NJTP 6904:abbr 6888:link 6872:name 6809:NJTP 6765:abbr 6749:link 6733:name 6704:PAEX 6670:NJTP 6626:abbr 6610:link 6594:name 6565:NBEX 6499:abbr 6483:link 6467:name 6438:NJTP 6294:then 6282:find 6192:abbr 6176:link 6160:name 6080:abbr 6064:link 6048:name 5991:abbr 5973:abbr 5960:link 5942:link 5929:name 5911:name 5898:then 5886:find 5635:spec 5607:spec 5585:spec 5573:abbr 5555:abbr 5539:name 5533:spec 5521:base 5503:link 5493:name 5487:spec 5475:name 5457:name 5403:spec 5317:type 5218:abbr 5202:link 5186:name 5170:base 5086:hook 5003:year 4991:spec 4963:abbr 4951:abbr 4941:link 4929:link 4919:name 4907:name 4897:base 4885:base 4815:spec 4675:year 4641:link 4623:link 4610:then 4598:find 4514:name 4508:spec 4496:base 4478:link 4434:then 4422:find 4410:then 4398:find 4346:spec 4180:link 4049:link 4031:link 4018:then 4006:find 3899:hook 3855:link 3737:util 3687:]==] 3568:edit 3491:spec 3467:spec 3449:spec 3437:abbr 3425:abbr 3413:name 3407:spec 3395:link 3383:link 3377:name 3371:spec 3359:name 3347:name 3293:spec 3185:type 3169:spec 3167:and 3151:and 3106:abbr 3088:abbr 3082:link 3064:link 3058:name 3040:name 3034:base 3016:base 3010:year 2986:year 2926:year 2836:util 2818:util 2761:type 2681:abbr 2669:link 2556:abbr 2544:link 2514:Both 2476:mask 2472:base 2468:mask 2452:abbr 2416:base 2404:mask 2392:hook 2383:link 2329:true 2284:args 2276:hook 2247:abbr 2235:link 2214:true 2181:true 2128:true 1976:abbr 1964:link 1870:else 1858:link 1818:abbr 1806:link 1770:else 1766:then 1674:type 1601:abbr 1583:abbr 1571:base 1553:link 1496:abbr 1484:link 1472:base 1418:lang 1394:abbr 1382:link 1370:name 1329:and 1324:Lang 1313:lang 1289:and 1259:base 1225:abbr 1213:link 1201:name 1143:abbr 1137:link 1131:name 1114:abbr 1110:link 1106:name 1086:abbr 1074:link 1062:name 1041:type 1011:and 1008:USBR 648:Tour 558:road 546:Post 540:Pkwy 516:PAEX 468:NJTP 408:NFSB 390:NBEX 264:GSP2 144:BLBS 114:ADHS 108:ACE2 96:ACBC 75:and 51:edit 47:view 8880:end 8873:end 8768:aux 8756:aux 8447:for 8413:for 8275:yes 8265:600 8249:500 8162:arg 7722:arg 7482:PIP 7448:ACE 7330:end 7103:for 6982:ACE 6843:GSP 6421:end 6414:end 6243:for 6005:end 5998:end 5847:for 5678:end 5671:end 5641:aux 5629:aux 5354:for 5308:for 5134:yes 5124:100 5043:end 5036:end 4712:for 4666:for 4655:end 4648:end 4559:for 4548:end 4541:end 4534:end 4527:end 4359:for 4243:for 4063:end 4056:end 3967:for 3921:100 3556:is 3524:end 3521:end 3497:aux 3485:aux 3212:for 3176:for 3157:aux 3127:end 2917:for 2908:'s 2848:ALB 2806:ALB 2720:): 2705:HKG 2693:HKG 2642:HKG 2637:): 2592:): 2359:NLE 2347:SON 2335:arg 2299:MEX 2294:): 2151:GBR 2146:): 2030:arg 2007:arg 1905:): 1878:dab 1862:dab 1778:dab 1762:arg 1750:arg 1707:dab 1343:PER 1162:USA 1118:"", 534:PIP 492:NTP 486:NSB 414:NHS 402:NER 366:LCT 258:GSP 246:GRR 234:FSB 210:FFH 150:BRP 126:BCB 102:ACE 70:jct 26:USA 9002:NJ 8988:}} 8949:NY 8943:NJ 8936:}} 8897:PA 8891:NJ 8850:CR 8844:NJ 8822:CR 8816:NJ 8743:.. 8709:.. 8703:.. 8694:CR 8688:NJ 8669:.. 8657:.. 8651:.. 8642:CR 8636:NJ 8611:.. 8605:.. 8596:CR 8590:NJ 8568:CR 8562:NJ 8540:CR 8534:NJ 8515:NJ 8508:NJ 8492:do 8489:}) 8465:({ 8459:in 8440:do 8437:}) 8431:({ 8425:in 8304:}, 8291:no 8191:}, 8104:CR 8098:NJ 7625:OD 7619:NJ 7476:NJ 7442:NJ 7341:NJ 7306:NJ 7268:NJ 7246:NJ 7224:NJ 7202:NJ 7180:NJ 7161:NJ 7154:do 7151:}) 7121:({ 7115:in 6976:NJ 6942:NJ 6837:NJ 6803:NJ 6698:NJ 6664:NJ 6559:NJ 6432:NJ 6273:if 6270:do 6264:NJ 6255:in 6125:NJ 6114:NJ 6108:NJ 6016:NJ 5985:SR 5979:NJ 5954:SR 5948:NJ 5923:SR 5917:NJ 5877:if 5874:do 5868:NJ 5859:in 5836:NJ 5830:NJ 5823:NJ 5817:NJ 5810:NJ 5804:NJ 5755:NJ 5744:NJ 5738:NJ 5689:NJ 5616:.. 5582:.. 5576:.. 5567:SR 5561:NJ 5542:.. 5530:.. 5524:.. 5515:SR 5509:NJ 5484:.. 5478:.. 5469:SR 5463:NJ 5441:SR 5435:NJ 5416:NJ 5409:NJ 5393:do 5390:}) 5372:({ 5366:in 5347:do 5344:}) 5326:({ 5320:in 5297:SR 5291:NJ 5279:NJ 5272:SR 5266:NJ 5260:NJ 5254:NJ 5163:}, 5150:no 5108:20 5060:SR 5054:NJ 5006:), 4957:NJ 4935:NJ 4913:NJ 4891:NJ 4869:NJ 4847:NJ 4828:NJ 4821:NJ 4805:do 4802:}) 4730:({ 4724:in 4705:do 4702:}) 4684:({ 4678:in 4635:US 4629:NJ 4589:if 4586:do 4580:NJ 4571:in 4517:.. 4505:.. 4499:.. 4490:US 4484:NJ 4459:US 4453:NJ 4413:if 4389:if 4386:do 4380:NJ 4371:in 4352:NJ 4336:do 4333:}) 4261:({ 4255:in 4174:US 4168:NJ 4103:US 4097:NJ 4074:NJ 4037:NJ 3997:if 3994:do 3988:NJ 3979:in 3956:}} 3843:NJ 3768:mw 3708:NJ 3564:. 3509:WA 3476:.. 3446:.. 3440:.. 3431:WA 3416:.. 3404:.. 3398:.. 3389:WA 3368:.. 3362:.. 3353:WA 3335:WA 3317:WA 3302:WA 3299:WA 3287:do 3284:}) 3230:({ 3224:in 3209:do 3206:}) 3194:({ 3188:in 3153:SR 3149:WA 3130:WA 3100:US 3094:WA 3076:US 3070:WA 3052:US 3046:WA 3028:US 3022:WA 3013:), 2989:), 2959:WA 2956:do 2953:}) 2935:({ 2929:in 2912:. 2896:, 2863:)) 2812:{} 2781:NY 2777:NY 2770:}} 2731:NY 2725:NJ 2623:AS 2609:{} 2603:AS 2574:40 2541:}, 2508:TX 2503:: 2449:}, 2380:}, 2305:SH 2232:}, 2013:: 1961:}, 1916:AR 1910:AR 1785:AL 1756:. 1604:.. 1595:US 1589:MO 1574:.. 1565:US 1559:MO 1541:US 1535:MO 1520:MO 1451:US 1445:MO 1440:. 1434:US 1349:RN 1333:xx 1168:CR 1108:, 1104:, 1005:, 999:, 993:, 987:, 981:, 975:, 969:, 963:, 957:, 951:, 945:, 939:, 933:, 927:, 921:, 915:, 909:, 903:, 897:, 891:, 885:, 879:, 873:, 867:, 861:, 855:, 849:, 843:, 837:, 831:, 825:, 819:, 813:, 807:, 801:, 795:, 789:, 783:, 777:, 771:, 765:, 759:, 753:, 747:, 741:, 735:, 729:, 723:, 717:, 711:, 705:, 699:, 693:, 687:, 681:, 675:, 669:, 663:, 660:US 657:, 651:, 645:, 639:, 633:, 627:, 621:, 615:, 609:, 603:, 600:SR 597:, 591:, 585:, 579:, 573:, 567:, 561:, 555:, 549:, 543:, 537:, 531:, 525:, 519:, 513:, 510:PA 507:, 504:OD 501:, 498:NY 495:, 489:, 483:, 477:, 471:, 465:, 459:, 453:, 447:, 441:, 435:, 429:, 423:, 420:NJ 417:, 411:, 405:, 399:, 393:, 387:, 381:, 375:, 369:, 363:, 357:, 351:, 345:, 339:, 333:, 327:, 321:, 315:, 309:, 303:, 297:, 291:, 285:, 279:, 273:, 267:, 261:, 255:, 249:, 243:, 237:, 231:, 228:FR 225:, 219:, 216:FH 213:, 207:, 201:, 195:, 189:, 183:, 177:, 174:CR 171:, 165:, 159:, 156:BS 153:, 147:, 141:, 135:, 132:BL 129:, 123:, 117:, 111:, 105:, 99:, 8982:= 8976:, 8970:= 8964:{ 8961:= 8955:{ 8952:= 8946:. 8930:= 8924:, 8918:= 8912:{ 8909:= 8903:{ 8900:= 8894:. 8866:} 8859:, 8853:. 8847:. 8841:= 8831:, 8825:. 8819:. 8813:= 8803:, 8797:= 8787:, 8781:= 8771:, 8765:. 8759:= 8749:, 8737:. 8731:= 8721:, 8715:. 8697:. 8691:. 8685:= 8675:, 8663:. 8645:. 8639:. 8633:= 8623:, 8617:. 8599:. 8593:. 8587:= 8577:, 8571:. 8565:. 8559:= 8549:, 8543:. 8537:. 8531:= 8521:{ 8518:= 8505:= 8483:, 8477:, 8471:, 8453:, 8450:_ 8419:, 8416:_ 8402:} 8395:} 8385:= 8378:, 8372:= 8365:{ 8362:= 8352:, 8346:= 8336:, 8330:= 8320:, 8314:= 8294:= 8284:, 8278:= 8268:, 8262:= 8252:, 8246:= 8236:, 8230:= 8220:{ 8217:= 8207:, 8201:= 8181:= 8171:, 8165:= 8155:, 8149:= 8139:{ 8136:= 8126:, 8120:= 8110:{ 8107:= 8101:. 8087:} 8080:, 8074:= 8064:, 8058:= 8048:, 8042:= 8032:, 8026:= 8016:, 8010:= 8000:, 7994:= 7984:, 7978:= 7968:, 7962:= 7952:, 7946:= 7936:, 7930:= 7920:, 7914:= 7904:, 7898:= 7888:, 7882:= 7872:, 7866:= 7856:, 7850:= 7840:, 7834:= 7824:, 7818:= 7811:, 7805:= 7795:, 7789:= 7779:, 7773:= 7763:, 7757:= 7747:, 7741:= 7731:, 7725:= 7715:{ 7712:= 7695:} 7685:= 7675:, 7669:= 7659:, 7653:= 7643:, 7637:= 7631:{ 7628:= 7622:. 7608:} 7594:= 7584:, 7578:= 7568:, 7562:= 7552:, 7546:= 7536:, 7530:= 7520:, 7514:= 7504:, 7498:= 7488:{ 7485:= 7479:. 7465:} 7451:. 7445:. 7439:= 7429:, 7423:= 7413:, 7407:= 7397:, 7391:= 7381:, 7375:= 7365:, 7359:= 7353:{ 7350:= 7344:. 7323:} 7309:. 7303:= 7293:, 7287:= 7277:, 7271:. 7265:= 7255:, 7249:. 7243:= 7233:, 7227:. 7221:= 7211:, 7205:. 7199:= 7189:, 7183:. 7177:= 7167:{ 7164:= 7145:, 7139:, 7133:, 7127:, 7109:, 7106:_ 7092:} 7078:= 7068:, 7062:= 7052:, 7046:= 7036:, 7030:= 7020:, 7014:= 7004:, 6998:= 6988:{ 6985:= 6979:. 6965:} 6951:. 6945:. 6939:= 6929:, 6923:= 6913:, 6907:= 6897:, 6891:= 6881:, 6875:= 6865:, 6859:= 6849:{ 6846:= 6840:. 6826:} 6812:. 6806:. 6800:= 6790:, 6784:= 6774:, 6768:= 6758:, 6752:= 6742:, 6736:= 6726:, 6720:= 6710:{ 6707:= 6701:. 6687:} 6673:. 6667:. 6661:= 6651:, 6645:= 6635:, 6629:= 6619:, 6613:= 6603:, 6597:= 6587:, 6581:= 6571:{ 6568:= 6562:. 6548:} 6534:= 6524:, 6518:= 6508:, 6502:= 6492:, 6486:= 6476:, 6470:= 6460:, 6454:= 6444:{ 6441:= 6435:. 6407:} 6397:= 6390:, 6384:= 6377:, 6371:= 6364:, 6358:= 6351:{ 6348:= 6342:. 6339:v 6329:= 6323:. 6320:v 6310:= 6304:. 6301:v 6291:) 6285:( 6279:: 6276:k 6267:) 6261:( 6252:v 6249:, 6246:k 6225:} 6211:= 6201:, 6195:= 6185:, 6179:= 6169:, 6163:= 6153:, 6147:= 6137:{ 6134:= 6128:. 6111:= 6097:} 6083:= 6073:, 6067:= 6057:, 6051:= 6038:, 6032:= 6022:{ 6019:= 5988:. 5982:. 5976:= 5970:. 5967:v 5957:. 5951:. 5945:= 5939:. 5936:v 5926:. 5920:. 5914:= 5908:. 5905:v 5895:) 5889:( 5883:: 5880:k 5871:) 5865:( 5856:v 5853:, 5850:k 5833:= 5820:= 5807:= 5797:} 5787:= 5777:, 5771:= 5761:{ 5758:= 5741:= 5731:} 5721:= 5711:, 5705:= 5695:{ 5692:= 5664:} 5654:= 5644:, 5638:. 5632:= 5622:, 5610:. 5604:= 5594:, 5588:. 5570:. 5564:. 5558:= 5548:, 5536:. 5518:. 5512:. 5506:= 5496:, 5490:. 5472:. 5466:. 5460:= 5450:, 5444:. 5438:. 5432:= 5422:{ 5419:= 5406:= 5384:, 5378:, 5360:, 5357:_ 5338:, 5332:, 5314:, 5311:_ 5294:. 5288:= 5282:. 5269:. 5263:= 5257:. 5247:} 5237:= 5227:, 5221:= 5211:, 5205:= 5195:, 5189:= 5179:, 5173:= 5153:= 5143:, 5137:= 5127:, 5121:= 5111:, 5105:= 5095:, 5089:= 5079:{ 5076:= 5066:{ 5063:= 5057:. 5029:} 5022:, 5016:= 5000:, 4994:. 4988:, 4982:( 4976:= 4966:, 4960:. 4954:= 4944:, 4938:. 4932:= 4922:, 4916:. 4910:= 4900:, 4894:. 4888:= 4878:, 4872:. 4866:= 4856:, 4850:. 4844:= 4834:{ 4831:= 4818:= 4796:, 4790:, 4784:, 4778:, 4772:, 4766:, 4760:, 4754:, 4748:, 4742:, 4736:, 4718:, 4715:_ 4696:, 4690:, 4672:, 4669:_ 4638:. 4632:. 4626:= 4620:. 4617:v 4607:) 4601:( 4595:: 4592:k 4583:) 4577:( 4568:v 4565:, 4562:k 4511:. 4493:. 4487:. 4481:= 4475:. 4472:v 4462:. 4456:. 4450:= 4444:. 4441:v 4431:) 4425:( 4419:: 4416:k 4407:) 4401:( 4395:: 4392:k 4383:) 4377:( 4368:v 4365:, 4362:k 4349:= 4327:, 4321:, 4315:, 4309:, 4303:, 4297:, 4291:, 4285:, 4279:, 4273:, 4267:, 4249:, 4246:_ 4232:} 4222:= 4212:, 4206:= 4199:, 4193:= 4186:{ 4183:= 4177:. 4171:. 4161:} 4151:= 4141:, 4135:= 4128:, 4122:= 4115:{ 4112:= 4106:. 4100:. 4083:= 4077:. 4046:. 4043:I 4040:. 4034:= 4028:. 4025:v 4015:) 4009:( 4003:: 4000:k 3991:) 3985:( 3976:v 3973:, 3970:k 3950:= 3940:, 3934:= 3924:, 3918:= 3908:, 3902:= 3896:{ 3893:= 3883:, 3877:= 3870:, 3864:= 3861:{ 3858:= 3852:. 3849:I 3846:. 3829:= 3813:= 3797:= 3777:. 3771:. 3765:= 3752:) 3746:( 3740:= 3723:) 3717:( 3711:= 3602:. 3595:) 3591:( 3587:) 3579:( 3574:) 3566:( 3518:} 3512:. 3506:= 3500:, 3494:. 3488:= 3482:, 3470:. 3464:= 3458:, 3452:. 3434:. 3428:= 3422:, 3410:. 3392:. 3386:= 3380:, 3374:. 3356:. 3350:= 3344:, 3338:. 3332:= 3326:, 3320:. 3314:= 3308:{ 3305:= 3296:= 3278:, 3272:, 3266:, 3260:, 3254:, 3248:, 3242:, 3236:, 3218:, 3215:_ 3200:, 3182:, 3179:_ 3139:= 3133:. 3124:} 3121:, 3115:= 3109:, 3103:. 3097:. 3091:= 3085:, 3079:. 3073:. 3067:= 3061:, 3055:. 3049:. 3043:= 3037:, 3031:. 3025:. 3019:= 3007:, 3001:( 2995:= 2983:, 2977:( 2971:= 2965:{ 2962:= 2947:, 2941:, 2923:, 2920:_ 2874:* 2857:( 2851:, 2845:( 2839:. 2833:) 2827:( 2821:= 2809:= 2764:= 2758:, 2752:= 2746:{ 2743:= 2737:{ 2734:= 2728:. 2708:. 2702:= 2696:. 2690:} 2684:= 2678:, 2672:= 2666:, 2660:= 2654:{ 2651:= 2645:. 2606:= 2577:} 2571:= 2565:, 2559:= 2553:, 2547:= 2535:, 2529:{ 2526:= 2520:{ 2517:= 2511:. 2461:} 2455:= 2443:= 2437:, 2431:= 2425:, 2419:= 2413:, 2407:= 2401:, 2395:= 2389:{ 2386:= 2374:= 2368:, 2362:= 2356:, 2350:= 2344:, 2338:= 2332:, 2326:= 2320:{ 2317:= 2311:{ 2308:= 2302:. 2256:} 2250:= 2244:, 2238:= 2229:} 2223:= 2217:, 2211:= 2205:{ 2202:= 2196:, 2190:= 2184:, 2178:= 2172:{ 2169:= 2163:{ 2160:= 2157:B 2154:. 2105:} 2102:} 2096:= 2090:, 2084:= 2081:{ 2078:= 2075:, 2069:= 2066:, 2060:= 2057:, 2051:= 2048:, 2042:= 2039:, 2033:= 2027:{ 2024:= 1997:} 1991:= 1985:, 1979:= 1973:, 1967:= 1955:= 1952:, 1946:= 1943:, 1937:= 1931:{ 1928:= 1922:{ 1919:= 1913:. 1851:} 1845:= 1839:, 1833:= 1827:, 1821:= 1815:, 1809:= 1803:, 1797:= 1791:{ 1788:= 1634:} 1628:= 1622:, 1616:= 1610:, 1598:. 1592:. 1586:= 1580:, 1568:. 1562:. 1556:= 1550:, 1544:. 1538:. 1532:= 1526:{ 1523:= 1517:} 1511:= 1505:, 1499:= 1493:, 1487:= 1481:, 1475:= 1469:, 1463:= 1457:{ 1454:= 1448:. 1427:} 1421:= 1415:, 1409:= 1403:, 1397:= 1391:, 1385:= 1379:, 1373:= 1367:, 1361:= 1355:{ 1352:= 1346:. 1337:. 1293:. 1234:} 1228:= 1222:, 1216:= 1210:, 1204:= 1198:, 1192:= 1186:, 1180:= 1174:{ 1171:= 1165:. 1095:} 1089:= 1083:, 1077:= 1071:, 1065:= 1059:, 1053:= 1047:{ 1044:= 1038:. 270:I

Index

Module:Road data
strings
USA
view
edit
history
purge
jct
routelist row
Routelist row
Business plate.svg
ISO 639-2
Lang
Lang-xx templates
Module:Road data/parser
Module:Road data/strings/USA/AR
Ontario
Module:Road data/strings/GBR
Module:Road data/parser/hooks
Module:Road data/strings/MEX
Texas
Module:Road data/strings/USA/AS
Module:Road data/strings/HKG
Module:Road data/strings/USA/NJ
Module:Road data/strings/USA/NY
Module:Road data/strings/USA/WA
Module:Road data/strings/USA
documentation
transcluded
Module:Road data/strings/USA/NJ/doc

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.

↑