Knowledge (XXG)

Module:Road data/strings/USA/regional/Trails

Source 📝

39: 2018: 1434:, 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 1762:
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
1044:
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
1646:
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
177:
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
796:
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,
1735:
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
879:. 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. 1414:
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,
923:
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
2719: 2747: 2715: 1040:
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.
1419:, 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. 1943:
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.
1935:. 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. 58: 1781:
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
1864:
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
2695:
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.
2709: 54: 797:
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.
50: 875:
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
1049:
entry should be provided to handle any route numbers not explicitly stated. The following is a representative example of route-based switching (from
1150:
In this example, Highways 917 and 980 have non-standard shield names, which are explicitly provided. Other route numbers use the default format.
1157:
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
1262:
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.
580:
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
2701: 2686:
Align table fields using tabs. All tables should be aligned so that fields line up with each other, as shown in the above examples.
813:: The country the route is located in. If the country is not passed by the calling module, the parser will attempt to include it. 2037: 1932: 1865: 1737: 1648: 1158: 1050: 890:
entry in the arguments table described earlier. This is what allows the route number to be spliced into a shield or link name.
817:
The above entries are primarily used to find the string module itself, so they should not be a concern for module writers.
1416: 264:. Currently, these are the types used by all countries. By convention, they are always specified, using an empty string 2308: 1782: 1439: 1291: 46: 25: 1286:
field is returned. Existence testing may be chained by using a second ifexists table as the value of the first table's
1153:
Switching on other arguments is also allowed. The name of the argument to be used for switching is stated in the
409:
can be used for aliasing different types that have a similar base structure, such as U.S. Highway special routes.
21: 793: 464: 419: 857:: A tag used to disambiguate the link target. This is mostly used for bannered routes in the United States. 395: 79: 867:
Parser hooks, which will be described later, can add entries to this table that may be used by strings.
178:
module. The table is composed of further tables, one per type. The basic syntax for a type table is:
841:: The county the route is located in. This is usually used for county routes in the United States. 2295:
Similarly, subtypes can be created in the same manner. This example creates 9 subtypes each for
824:: The type of the route. This determines the entry of the root table that is used by the parser. 2705: 304:
is used when a different shield is desired at the top of an infobox, such as for county roads.
912:
argument. If the result of the test is true, the statement is replaced with the value of the
429:
stores a code representing the width of the shield. It is most often helpful when used with
17: 1426:
field in a table as equal to the name of a hook. Hooks receive two arguments, both tables:
1258:
In this example, which is a shield table that is reused by several types in Ontario, the
896:. 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
478: 471: 1438:
field of the table, though there are exceptions. Here is an example of a hook (from
928:
argument is tested and the link disambiguation is adjusted accordingly, as follows:
830:: The route "number". This is easily the most important argument for module writers. 69: 2052:
types are all created from the same code. At the bottom that is an override for
2821:
To inspect a particular route type, change `p` above to include the route type,
800:
The table accessible by the strings includes the following entries by default:
2793:
To inspect the content of this data module when editing, enter the following
449:
stores the specific section number for those routes that are defined by law.
2032:
It is possible to create multiple types based on a specified pattern using
33: 2782:{{#invoke:Road data/dump|dump|module=Module:<name-of-this-module>}} 1278:, the parser will perform existence testing on the result of parsing the 1016:. 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. 457:
specifies the native language name of the route displayed by an infobox
1290:
field, and so on. Here's an example of nested existence testing (from
863:: This rare entry is used exclusively for West Virginia county routes. 886:
form. The parser will replace such a statement with the value of the
391:
is used when a different shield is desired in lists that utilize the
2692:
Add spaces to either side of an assignment operator (equals sign).
908:
may be empty, in which case the parser tests the existence of the
1614:
In this example, the parser will process the link by calling the
1270:
Another use for tables is existence testing. If a table has the
4461:"Logo of the United States National Park Service.svg" 4179:"Logo of the United States National Park Service.svg" 4153:"Logo of the United States National Park Service.svg" 3096:"Theodore Roosevelt International Highway marker.svg" 1012:
argument was provided. If so, it replaces the statement with
1618:
hook. In short, this hook takes the argument referenced in
2682:
There are a few style guidelines that should be followed:
433:. Can be omitted entirely when unused; common values are 2807:
local util = require("Module:Road data/util")
2740: 2732: 2728: 1626:, and stores it in the field in the arguments noted in 916:
block. Otherwise, it is replaced with the value of the
847:: This entry is similar in function and utility to the 281:
specifies the name of the route displayed by an infobox
4166:"Crowley's Ridge Parkway wordmark.svg" 1422:
Generally speaking, a hook is called by setting the
1282:
field. If the test fails, the result of parsing the
417:
stores the name of the special route plate, such as
4073:"Mormon Pioneer National Historic Trail" 4041:"Mormon Pioneer National Historic Trail" 3057:"National Park to Park Highway sign.svg" 467:code of the native language; this code is used by 2768:To inspect the content of this data module, use ] 1622:, passes it through the mask module specified in 960:"U.S. Route %route% Business (Alabama)" 2725:Editors can experiment in this module's sandbox 2710:Module:Road data/strings/USA/regional/Trails/doc 2024:Only one module may be inherited at this time. 1513:"Nuevo Leon State Highway %route%.PNG" 900:to see if it is equal to the value specified in 807:: The state or province the route is located in. 287:specifies the target of a link generated, if any 3044:"National Old Trails Road marker.svg" 2152:"US %%route%% Washington %s.svg" 275:determines the shield that is displayed, if any 3018:"Jefferson Davis Highway marker.svg" 2992:"Dixie Overland Highway sign 1.svg" 2979:"Black and Yellow Trail marker.svg" 1594:"%fullstate% State Highway %route%" 1220:"Niagara Regional Road %route%.svg" 1008:field, the parser first checks to see if the 584:and then to use aliases for subtypes such as 8: 2953:"Arrowhead Trails Association.svg" 1647:shield per call. An example may be found in 1430:, which is the table in the definition; and 1211:"Durham Regional Road %route%.svg" 893:The second special string is in the form of 3213:"Pacific Highway (United States)" 3109:"William Penn Highway marker.svg" 2689:Each table field should be on its own line. 834:The following entries are used less often: 4370:"Natchez Trace Parkway Logo.gif" 4205:"Natchez Trace Parkway Logo.gif" 3684:"National Road Sign cropped.JPG" 3200:"Old Spanish Trail (auto trail)" 1247:"Simcoe County Road %route%.JPG" 1202:"York Regional Road %route%.svg" 638:"U.S. Route %route% in Missouri" 4218:"Palisades Interstate Pkwy.svg" 4140:"Blue Ridge Parkway shield.png" 3792:"Blue Ridge Parkway shield.png" 3756:-- Modern 'historic trails' below 1193:"Essex County Road %route%.png" 248:The four main fields in a type table are 93:This module exports the following types: 3438:"Jefferson Highway marker.svg" 3187:"Arrowhead Trail (auto trail)" 2008:"Module:Road data/strings/EUR" 297:Other common fields in road data tables 2966:"Bankhead Highway marker.svg" 1698:"Texas State Highway %route%" 1630:. The hook returns the string given in 3005:"Jackson Highway marker.svg" 2128:"US %%route%% (%s).svg" 1686:"Toll Texas %route% new.svg" 293:determines the displayed abbreviation. 4192:"Lewis and Clark Trail.png" 3902:"Lewis and Clark Trail.svg" 1823:"Route %route% (Hong Kong)" 1235:"Simcoe county road 52.png" 1118:"Arkansas Highway %route% " 1106:"Arkansas 980(Airport).svg" 512:"PE-%route% route sign.svg" 7: 3561:"LincolnHighwayMarker.svg" 3331:"Dixie Highway marker.svg" 3083:"Pacific Highway sign.svg" 3031:"Liberty Highway Logo.jpg" 1045:parsing, but the option is there. A 2775:and enter the following input text: 3735:"Historic National Road" 1835:"Route&nbsp;%route%" 1763:ends by returning the root table: 1501:"HIGHWAYSON %route%.jpg" 1024:with the route number and, if the 524:"National Route %route%" 32: 4402:"Natchez Trace Parkway" 4386:"Natchez Trace Parkway" 3950:"Lewis and Clark Trail" 3934:"Lewis and Clark Trail" 3918:"Lewis and Clark Trail" 3070:"Old Spanish Trail.svg" 2888:"Module:Road data/util" 2290:"US %route% (1961).svg" 2017: 1978:"Module:Road data/util" 1130:"Hwy.&nbsp;%route%" 1032:with the value of that argument. 1020:block. Then, the parser replaces 725:" Alternate (Missouri)" 560:"Ruta nacional %route%" 3122:"YellowstoneTrail.svg" 2016: 1374:"UK road B%route%.png" 1341:"UK road B%route%.svg" 1088:"Arkansas %route%.svg" 536:"Peru Highway %route%" 37: 2038:Module:Road data/strings/USA/WA 1933:Module:Road data/strings/USA/NY 1866:Module:Road data/strings/USA/NJ 1811:"HK Route%route%.svg" 1738:Module:Road data/strings/USA/AS 1710:"SH&nbsp;%route%" 1606:"SH&nbsp;%route%" 1558:"Road data/masks/MEX" 1051:Module:Road data/strings/USA/AR 767:"Alternate plate.svg" 650:"US&nbsp;%route%" 355:"County Road %route%" 3840:"Blue Ridge Parkway" 3824:"Blue Ridge Parkway" 3808:"Blue Ridge Parkway" 1097:"Arkansas 917-1.svg" 984:"Business plate.svg" 626:"U.S. Route %route%" 343:"County %route%.svg" 331:"CR %route% jct.svg" 1: 3486:"Jefferson Highway" 3470:"Jefferson Highway" 3454:"Jefferson Highway" 1680:"Texas %route%.svg" 1417:Module:Road data/parser/hooks 423:. Can be omitted when unused. 2814:print(util.arrayToString(p)) 2309:Module:Road data/strings/USA 1783:Module:Road data/strings/HKG 1638:argument added by the hook. 1440:Module:Road data/strings/MEX 1292:Module:Road data/strings/GBR 792:When the parser function of 4286:"%route% Parkway" 4270:"%route% Parkway" 4254:"%route% Parkway" 3609:"Lincoln Highway" 3593:"Lincoln Highway" 3577:"Lincoln Highway" 2311:. That, in turn, modifies 972:"US-%route% Bus." 4611: 4588: 4584: 4577: 4558: 4524: 4520: 4513: 4500: 4484: 4468: 4452: 4433: 4429: 4422: 4409: 4393: 4377: 4361: 4342: 4338: 4313: 4306: 4293: 4277: 4261: 4245: 4238: 4225: 4212: 4199: 4186: 4173: 4160: 4147: 4134: 4121: 4102: 4098: 4094:-- National Parkways below 4091: 4087: 4080: 4064: 4048: 4032: 4016: 3997: 3993: 3986: 3973: 2699: 1634:, which has access to the 948:"US %route%.svg" 614:"US %route%.svg" 4493:"Skyline Drive" 4477:"Skyline Drive" 3957: 3941: 3925: 3909: 3893: 3874: 3870: 3863: 3847: 3831: 3815: 3799: 3783: 3764: 3760: 3753: 3749: 3742: 3726: 3719:"National Road" 3710: 3703:"National Road" 3694: 3675: 3656: 3652: 3645: 3632: 3616: 3600: 3584: 3568: 3552: 3533: 3529: 3522: 3509: 3493: 3477: 3461: 3445: 3429: 3410: 3406: 3399: 3386: 3379:"Dixie Highway" 3370: 3363:"Dixie Highway" 3354: 3347:"Dixie Highway" 3338: 3322: 3303: 3299: 3292: 3285: 3272: 3256: 3243: 3227: 3220: 3207: 3194: 3181: 3165: 3152: 3136: 3129: 3116: 3103: 3090: 3077: 3064: 3051: 3038: 3025: 3012: 2999: 2986: 2973: 2960: 2947: 2931: 2918: 2899: 2895: 2870: 2866: 2850: 2843: 2839: 2832: 2825: 2818: 882:The first is anything in 4057:"Mormon Trail" 2811: 2804: 2797: 2790: 2786: 2779: 2772: 2765: 2758: 2755: 2321: 2062: 2036:. In this example from 1945: 1870: 1787: 1765: 1742: 1653: 1444: 1296: 1163: 1055: 930: 590: 488: 307: 180: 2800:into the Debug console: 2748:Subpages of this module 1028:argument was provided, 794:Module:Road data/parser 2627:" plate.svg" 1927:type as a link to the 548:"PE-%route%" 379:"CR %route%" 268:if there is no value. 1582:"fullstate" 3690:--should be improved 2828:e.g., `p.I` and `p`. 1401:"B%route%" 401:series of templates. 173:Hierarchy and fields 42:Module documentation 3966:"upright" 3625:"upright" 3502:"upright" 3395:"upright" 3265:"upright" 3236:"%route%" 3174:"%route%" 3145:"%route%" 1923:This code sets the 1642:Other functionality 871:Basic string syntax 2411:"Scenic" 2307:is inherited from 2266:"square" 1903:"USA/NY" 1184:"county" 1142:"expand" 996:"expand" 779:"expand" 662:"expand" 420:Business plate.svg 3982:"brown" 2429:"Truck" 1745:-- American Samoa 1570:"state" 1489:"state" 1266:Existence testing 1004:When parsing the 755:" Alt." 572:"es-pe" 4602: 4596: 4595: 4592: 4586: 4582: 4581: 4575: 4574: 4573:"hist" 4571: 4568: 4565: 4562: 4556: 4555: 4552: 4549: 4546: 4543: 4540: 4537: 4534: 4531: 4528: 4522: 4518: 4517: 4511: 4510: 4507: 4504: 4498: 4497: 4494: 4491: 4488: 4482: 4481: 4478: 4475: 4472: 4466: 4465: 4462: 4459: 4456: 4450: 4449: 4446: 4443: 4440: 4437: 4431: 4427: 4426: 4420: 4419: 4416: 4413: 4407: 4406: 4403: 4400: 4397: 4391: 4390: 4387: 4384: 4381: 4375: 4374: 4371: 4368: 4365: 4359: 4358: 4355: 4352: 4349: 4346: 4340: 4336: 4335: 4332: 4329: 4326: 4323: 4320: 4317: 4311: 4310: 4304: 4303: 4300: 4297: 4291: 4290: 4287: 4284: 4281: 4275: 4274: 4271: 4268: 4265: 4259: 4258: 4255: 4252: 4249: 4243: 4242: 4236: 4235: 4232: 4229: 4223: 4222: 4219: 4216: 4210: 4209: 4206: 4203: 4197: 4196: 4193: 4190: 4184: 4183: 4180: 4177: 4171: 4170: 4167: 4164: 4158: 4157: 4154: 4151: 4145: 4144: 4141: 4138: 4132: 4131: 4128: 4125: 4119: 4118: 4115: 4112: 4109: 4106: 4100: 4096: 4095: 4089: 4085: 4084: 4078: 4077: 4074: 4071: 4068: 4062: 4061: 4058: 4055: 4052: 4046: 4045: 4042: 4039: 4036: 4030: 4029: 4026: 4023: 4020: 4014: 4013: 4010: 4007: 4004: 4001: 3995: 3991: 3990: 3984: 3983: 3980: 3977: 3971: 3970: 3967: 3964: 3961: 3955: 3954: 3951: 3948: 3945: 3939: 3938: 3935: 3932: 3929: 3923: 3922: 3919: 3916: 3913: 3907: 3906: 3903: 3900: 3897: 3891: 3890: 3887: 3884: 3881: 3878: 3872: 3868: 3867: 3861: 3860: 3857: 3854: 3851: 3845: 3844: 3841: 3838: 3835: 3829: 3828: 3825: 3822: 3819: 3813: 3812: 3809: 3806: 3803: 3797: 3796: 3793: 3790: 3787: 3781: 3780: 3777: 3774: 3771: 3768: 3762: 3758: 3757: 3751: 3747: 3746: 3740: 3739: 3736: 3733: 3730: 3724: 3723: 3720: 3717: 3714: 3708: 3707: 3704: 3701: 3698: 3692: 3691: 3688: 3685: 3682: 3679: 3673: 3672: 3669: 3666: 3663: 3660: 3654: 3650: 3649: 3643: 3642: 3641:"blue" 3639: 3636: 3630: 3629: 3626: 3623: 3620: 3614: 3613: 3610: 3607: 3604: 3598: 3597: 3594: 3591: 3588: 3582: 3581: 3578: 3575: 3572: 3566: 3565: 3562: 3559: 3556: 3550: 3549: 3546: 3543: 3540: 3537: 3531: 3527: 3526: 3520: 3519: 3518:"blue" 3516: 3513: 3507: 3506: 3503: 3500: 3497: 3491: 3490: 3487: 3484: 3481: 3475: 3474: 3471: 3468: 3465: 3459: 3458: 3455: 3452: 3449: 3443: 3442: 3439: 3436: 3433: 3427: 3426: 3423: 3420: 3417: 3414: 3408: 3404: 3403: 3397: 3396: 3393: 3390: 3384: 3383: 3380: 3377: 3374: 3368: 3367: 3364: 3361: 3358: 3352: 3351: 3348: 3345: 3342: 3336: 3335: 3332: 3329: 3326: 3320: 3319: 3316: 3313: 3310: 3307: 3301: 3297: 3296: 3290: 3289: 3283: 3282: 3279: 3276: 3270: 3269: 3266: 3263: 3260: 3254: 3253: 3250: 3247: 3241: 3240: 3237: 3234: 3231: 3225: 3224: 3218: 3217: 3214: 3211: 3205: 3204: 3201: 3198: 3192: 3191: 3188: 3185: 3179: 3178: 3175: 3172: 3169: 3163: 3162: 3159: 3156: 3150: 3149: 3146: 3143: 3140: 3134: 3133: 3127: 3126: 3123: 3120: 3114: 3113: 3110: 3107: 3101: 3100: 3097: 3094: 3088: 3087: 3084: 3081: 3075: 3074: 3071: 3068: 3062: 3061: 3058: 3055: 3049: 3048: 3045: 3042: 3036: 3035: 3032: 3029: 3023: 3022: 3019: 3016: 3010: 3009: 3006: 3003: 2997: 2996: 2993: 2990: 2984: 2983: 2980: 2977: 2971: 2970: 2967: 2964: 2958: 2957: 2954: 2951: 2945: 2944: 2941: 2938: 2935: 2929: 2928: 2925: 2922: 2916: 2915: 2912: 2909: 2906: 2903: 2897: 2893: 2892: 2889: 2886: 2883: 2880: 2877: 2874: 2868: 2864: 2863: 2860: 2857: 2854: 2848: 2847: 2841: 2837: 2836: 2830: 2829: 2823: 2822: 2816: 2815: 2809: 2808: 2802: 2801: 2795: 2794: 2788: 2784: 2783: 2777: 2776: 2770: 2769: 2763: 2762: 2744: 2736: 2723: 2673: 2670: 2667: 2664: 2661: 2658: 2655: 2652: 2649: 2646: 2643: 2640: 2637: 2634: 2631: 2628: 2625: 2622: 2619: 2616: 2613: 2610: 2607: 2604: 2601: 2598: 2595: 2592: 2589: 2586: 2583: 2580: 2577: 2574: 2571: 2568: 2565: 2562: 2559: 2556: 2553: 2550: 2547: 2544: 2541: 2538: 2535: 2532: 2529: 2526: 2523: 2520: 2517: 2514: 2511: 2508: 2505: 2502: 2499: 2496: 2493: 2490: 2487: 2484: 2481: 2478: 2475: 2472: 2469: 2466: 2463: 2460: 2457: 2454: 2451: 2448: 2445: 2442: 2439: 2436: 2433: 2430: 2427: 2424: 2423:"Temp" 2421: 2418: 2417:"Spur" 2415: 2412: 2409: 2406: 2403: 2400: 2399:"Conn" 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: 2318: 2314: 2306: 2302: 2298: 2291: 2288: 2285: 2282: 2279: 2276: 2273: 2270: 2267: 2264: 2261: 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: 2147: 2144: 2141: 2138: 2135: 2132: 2129: 2126: 2123: 2120: 2117: 2114: 2111: 2108: 2105: 2102: 2099: 2098:"1961" 2096: 2093: 2092:"1948" 2090: 2087: 2086:"1926" 2084: 2081: 2078: 2075: 2072: 2069: 2066: 2059: 2055: 2051: 2047: 2043: 2035: 2023: 2020: 2019: 2012: 2009: 2006: 2003: 2000: 1997: 1994: 1991: 1988: 1985: 1982: 1979: 1976: 1973: 1970: 1967: 1964: 1961: 1958: 1955: 1952: 1949: 1939:Inheriting types 1930: 1926: 1919: 1916: 1913: 1910: 1907: 1904: 1901: 1898: 1895: 1892: 1889: 1886: 1883: 1880: 1877: 1874: 1860: 1857: 1854: 1851: 1848: 1845: 1842: 1839: 1836: 1833: 1830: 1827: 1824: 1821: 1818: 1815: 1812: 1809: 1806: 1803: 1800: 1797: 1794: 1791: 1772: 1769: 1758: 1755: 1752: 1749: 1746: 1726: 1723: 1720: 1717: 1714: 1711: 1708: 1705: 1702: 1699: 1696: 1693: 1690: 1687: 1684: 1681: 1678: 1675: 1672: 1669: 1666: 1663: 1660: 1657: 1637: 1633: 1629: 1625: 1621: 1617: 1610: 1607: 1604: 1601: 1598: 1595: 1592: 1589: 1586: 1583: 1580: 1577: 1574: 1571: 1568: 1565: 1562: 1559: 1556: 1553: 1550: 1547: 1546:"mask" 1544: 1541: 1538: 1535: 1532: 1529: 1526: 1523: 1520: 1517: 1514: 1511: 1508: 1505: 1502: 1499: 1496: 1493: 1490: 1487: 1484: 1481: 1478: 1475: 1472: 1469: 1466: 1463: 1460: 1457: 1454: 1451: 1448: 1437: 1433: 1429: 1425: 1405: 1402: 1399: 1396: 1393: 1390: 1387: 1384: 1381: 1378: 1375: 1372: 1369: 1366: 1363: 1360: 1357: 1354: 1351: 1348: 1345: 1342: 1339: 1336: 1333: 1330: 1327: 1324: 1321: 1318: 1315: 1312: 1309: 1306: 1303: 1300: 1289: 1285: 1281: 1277: 1273: 1261: 1254: 1251: 1248: 1245: 1242: 1239: 1236: 1233: 1230: 1227: 1224: 1221: 1218: 1215: 1212: 1209: 1206: 1203: 1200: 1197: 1194: 1191: 1188: 1185: 1182: 1179: 1176: 1173: 1170: 1167: 1156: 1146: 1143: 1140: 1137: 1134: 1131: 1128: 1125: 1122: 1119: 1116: 1113: 1110: 1107: 1104: 1101: 1098: 1095: 1092: 1089: 1086: 1083: 1080: 1077: 1074: 1071: 1068: 1065: 1062: 1059: 1048: 1031: 1027: 1023: 1019: 1015: 1011: 1007: 1000: 997: 994: 991: 988: 985: 982: 979: 976: 973: 970: 967: 964: 961: 958: 955: 952: 949: 946: 943: 940: 937: 934: 927: 919: 915: 911: 907: 903: 899: 895: 889: 885: 862: 856: 850: 846: 840: 829: 823: 812: 806: 788:Parser arguments 783: 780: 777: 774: 771: 768: 765: 762: 759: 756: 753: 750: 747: 744: 741: 738: 735: 732: 729: 726: 723: 720: 717: 714: 711: 708: 705: 702: 699: 696: 693: 690: 687: 684: 681: 678: 675: 672: 669: 666: 663: 660: 657: 654: 651: 648: 645: 642: 639: 636: 633: 630: 627: 624: 621: 618: 615: 612: 609: 606: 603: 600: 597: 594: 587: 583: 576: 573: 570: 567: 564: 561: 558: 555: 552: 549: 546: 543: 540: 537: 534: 531: 528: 525: 522: 519: 516: 513: 510: 507: 504: 501: 498: 495: 492: 476: 470: 462: 456: 448: 440: 436: 432: 428: 422: 416: 408: 400: 394: 390: 383: 380: 377: 374: 371: 368: 365: 362: 359: 356: 353: 350: 347: 344: 341: 338: 335: 332: 329: 326: 323: 320: 317: 314: 311: 303: 292: 286: 280: 274: 267: 263: 259: 255: 251: 244: 241: 238: 235: 232: 229: 226: 223: 220: 217: 214: 211: 208: 205: 202: 199: 196: 193: 190: 187: 184: 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 4610: 4609: 4605: 4604: 4603: 4601: 4600: 4599: 4598: 4597: 4593: 4590: 4587: 4583: 4579: 4576: 4572: 4569: 4566: 4563: 4560: 4557: 4553: 4550: 4547: 4544: 4541: 4538: 4535: 4532: 4529: 4526: 4523: 4519: 4515: 4512: 4508: 4505: 4502: 4499: 4495: 4492: 4489: 4486: 4483: 4479: 4476: 4473: 4470: 4467: 4463: 4460: 4457: 4454: 4451: 4447: 4444: 4441: 4438: 4435: 4432: 4428: 4424: 4421: 4417: 4414: 4411: 4408: 4404: 4401: 4398: 4395: 4392: 4388: 4385: 4382: 4379: 4376: 4372: 4369: 4366: 4363: 4360: 4356: 4353: 4350: 4347: 4344: 4341: 4337: 4333: 4330: 4327: 4324: 4321: 4318: 4315: 4312: 4308: 4305: 4301: 4298: 4295: 4292: 4288: 4285: 4282: 4279: 4276: 4272: 4269: 4266: 4263: 4260: 4256: 4253: 4250: 4247: 4244: 4240: 4237: 4233: 4230: 4227: 4224: 4220: 4217: 4214: 4211: 4207: 4204: 4201: 4198: 4194: 4191: 4188: 4185: 4181: 4178: 4175: 4172: 4168: 4165: 4162: 4159: 4155: 4152: 4149: 4146: 4142: 4139: 4136: 4133: 4129: 4126: 4123: 4120: 4116: 4113: 4110: 4107: 4104: 4101: 4097: 4093: 4090: 4086: 4082: 4079: 4075: 4072: 4069: 4066: 4063: 4059: 4056: 4053: 4050: 4047: 4043: 4040: 4037: 4034: 4031: 4027: 4024: 4021: 4018: 4015: 4011: 4008: 4005: 4002: 3999: 3996: 3992: 3988: 3985: 3981: 3978: 3975: 3972: 3968: 3965: 3962: 3959: 3956: 3952: 3949: 3946: 3943: 3940: 3936: 3933: 3930: 3927: 3924: 3920: 3917: 3914: 3911: 3908: 3904: 3901: 3898: 3895: 3892: 3888: 3885: 3882: 3879: 3876: 3873: 3869: 3865: 3862: 3858: 3855: 3852: 3849: 3846: 3842: 3839: 3836: 3833: 3830: 3826: 3823: 3820: 3817: 3814: 3810: 3807: 3804: 3801: 3798: 3794: 3791: 3788: 3785: 3782: 3778: 3775: 3772: 3769: 3766: 3763: 3759: 3755: 3752: 3748: 3744: 3741: 3737: 3734: 3731: 3728: 3725: 3721: 3718: 3715: 3712: 3709: 3705: 3702: 3699: 3696: 3693: 3689: 3686: 3683: 3680: 3677: 3674: 3670: 3667: 3664: 3661: 3658: 3655: 3651: 3647: 3644: 3640: 3637: 3634: 3631: 3627: 3624: 3621: 3618: 3615: 3611: 3608: 3605: 3602: 3599: 3595: 3592: 3589: 3586: 3583: 3579: 3576: 3573: 3570: 3567: 3563: 3560: 3557: 3554: 3551: 3547: 3544: 3541: 3538: 3535: 3532: 3528: 3524: 3521: 3517: 3514: 3511: 3508: 3504: 3501: 3498: 3495: 3492: 3488: 3485: 3482: 3479: 3476: 3472: 3469: 3466: 3463: 3460: 3456: 3453: 3450: 3447: 3444: 3440: 3437: 3434: 3431: 3428: 3424: 3421: 3418: 3415: 3412: 3409: 3405: 3401: 3398: 3394: 3391: 3388: 3385: 3381: 3378: 3375: 3372: 3369: 3365: 3362: 3359: 3356: 3353: 3349: 3346: 3343: 3340: 3337: 3333: 3330: 3327: 3324: 3321: 3317: 3314: 3311: 3308: 3305: 3302: 3298: 3294: 3291: 3287: 3284: 3280: 3277: 3274: 3271: 3267: 3264: 3261: 3258: 3255: 3251: 3248: 3245: 3242: 3238: 3235: 3232: 3229: 3226: 3222: 3219: 3215: 3212: 3209: 3206: 3202: 3199: 3196: 3193: 3189: 3186: 3183: 3180: 3176: 3173: 3170: 3167: 3164: 3160: 3157: 3154: 3151: 3147: 3144: 3141: 3138: 3135: 3131: 3128: 3124: 3121: 3118: 3115: 3111: 3108: 3105: 3102: 3098: 3095: 3092: 3089: 3085: 3082: 3079: 3076: 3072: 3069: 3066: 3063: 3059: 3056: 3053: 3050: 3046: 3043: 3040: 3037: 3033: 3030: 3027: 3024: 3020: 3017: 3014: 3011: 3007: 3004: 3001: 2998: 2994: 2991: 2988: 2985: 2981: 2978: 2975: 2972: 2968: 2965: 2962: 2959: 2955: 2952: 2949: 2946: 2942: 2939: 2936: 2933: 2930: 2926: 2923: 2920: 2917: 2913: 2910: 2907: 2904: 2901: 2898: 2894: 2890: 2887: 2884: 2881: 2878: 2875: 2872: 2869: 2865: 2861: 2858: 2855: 2852: 2849: 2845: 2842: 2838: 2834: 2831: 2827: 2824: 2820: 2817: 2813: 2810: 2806: 2803: 2799: 2796: 2792: 2789: 2785: 2781: 2778: 2774: 2771: 2767: 2764: 2760: 2757: 2752: 2751: 2746: 2738: 2726: 2724: 2713: 2698: 2680: 2675: 2674: 2671: 2668: 2665: 2662: 2659: 2656: 2653: 2650: 2647: 2644: 2641: 2638: 2635: 2632: 2629: 2626: 2623: 2620: 2617: 2614: 2611: 2608: 2605: 2602: 2599: 2596: 2593: 2590: 2587: 2584: 2581: 2578: 2575: 2572: 2569: 2566: 2563: 2560: 2557: 2554: 2551: 2548: 2545: 2542: 2539: 2536: 2533: 2530: 2527: 2524: 2521: 2518: 2515: 2512: 2509: 2506: 2503: 2500: 2497: 2494: 2491: 2488: 2485: 2482: 2479: 2476: 2473: 2470: 2467: 2464: 2461: 2458: 2455: 2452: 2449: 2446: 2443: 2440: 2437: 2434: 2431: 2428: 2425: 2422: 2419: 2416: 2413: 2410: 2407: 2405:"Opt" 2404: 2401: 2398: 2395: 2393:"Byp" 2392: 2389: 2387:"Bus" 2386: 2383: 2381:"Alt" 2380: 2377: 2374: 2371: 2368: 2365: 2362: 2359: 2356: 2353: 2350: 2347: 2344: 2341: 2338: 2335: 2332: 2329: 2326: 2323: 2316: 2312: 2304: 2300: 2296: 2293: 2292: 2289: 2286: 2283: 2280: 2277: 2274: 2271: 2268: 2265: 2262: 2259: 2256: 2253: 2250: 2247: 2244: 2241: 2238: 2235: 2232: 2229: 2226: 2223: 2220: 2217: 2214: 2211: 2208: 2205: 2202: 2199: 2196: 2193: 2190: 2187: 2184: 2181: 2178: 2175: 2172: 2169: 2166: 2163: 2160: 2157: 2154: 2151: 2148: 2145: 2142: 2139: 2136: 2133: 2130: 2127: 2124: 2121: 2118: 2115: 2112: 2109: 2106: 2103: 2100: 2097: 2094: 2091: 2088: 2085: 2082: 2079: 2076: 2073: 2070: 2067: 2064: 2057: 2053: 2049: 2045: 2041: 2033: 2030: 2021: 2014: 2013: 2010: 2007: 2004: 2001: 1998: 1995: 1992: 1989: 1986: 1983: 1980: 1977: 1974: 1971: 1968: 1965: 1962: 1959: 1956: 1953: 1950: 1947: 1941: 1928: 1924: 1921: 1920: 1917: 1914: 1911: 1908: 1905: 1902: 1899: 1896: 1893: 1890: 1887: 1884: 1881: 1878: 1875: 1872: 1862: 1861: 1858: 1855: 1852: 1849: 1846: 1843: 1840: 1837: 1834: 1831: 1828: 1825: 1822: 1819: 1816: 1813: 1810: 1807: 1804: 1801: 1798: 1795: 1792: 1789: 1779: 1774: 1773: 1770: 1767: 1760: 1759: 1756: 1753: 1750: 1747: 1744: 1733: 1728: 1727: 1724: 1721: 1718: 1715: 1712: 1709: 1706: 1703: 1700: 1697: 1694: 1691: 1688: 1685: 1682: 1679: 1676: 1673: 1670: 1667: 1664: 1661: 1658: 1655: 1644: 1635: 1631: 1627: 1623: 1619: 1615: 1612: 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: 1435: 1431: 1427: 1423: 1412: 1407: 1406: 1403: 1400: 1397: 1394: 1391: 1388: 1385: 1382: 1379: 1376: 1373: 1370: 1367: 1364: 1361: 1358: 1355: 1352: 1349: 1346: 1343: 1340: 1337: 1334: 1331: 1328: 1325: 1322: 1319: 1316: 1313: 1310: 1307: 1304: 1301: 1298: 1287: 1283: 1279: 1275: 1271: 1268: 1259: 1256: 1255: 1252: 1249: 1246: 1243: 1240: 1237: 1234: 1231: 1228: 1225: 1222: 1219: 1216: 1213: 1210: 1207: 1204: 1201: 1198: 1195: 1192: 1189: 1186: 1183: 1180: 1177: 1174: 1171: 1169:regionalShields 1168: 1165: 1154: 1148: 1147: 1144: 1141: 1138: 1135: 1132: 1129: 1126: 1123: 1120: 1117: 1114: 1111: 1108: 1105: 1102: 1099: 1096: 1093: 1090: 1087: 1084: 1081: 1078: 1075: 1072: 1069: 1066: 1063: 1060: 1057: 1046: 1038: 1029: 1025: 1021: 1017: 1013: 1009: 1005: 1002: 1001: 998: 995: 992: 989: 986: 983: 980: 977: 974: 971: 968: 965: 962: 959: 956: 953: 950: 947: 944: 941: 938: 935: 932: 925: 917: 913: 909: 905: 901: 897: 894: 887: 883: 873: 860: 854: 848: 844: 838: 827: 821: 810: 804: 790: 785: 784: 781: 778: 775: 772: 769: 766: 763: 760: 757: 754: 751: 748: 745: 742: 739: 736: 733: 730: 727: 724: 721: 718: 715: 712: 709: 706: 703: 700: 697: 694: 691: 688: 685: 682: 679: 676: 673: 670: 667: 664: 661: 658: 655: 652: 649: 646: 643: 640: 637: 634: 631: 628: 625: 622: 619: 616: 613: 610: 607: 604: 601: 598: 595: 592: 585: 581: 578: 577: 574: 571: 568: 565: 562: 559: 556: 553: 550: 547: 544: 541: 538: 535: 532: 529: 526: 523: 520: 517: 514: 511: 508: 505: 502: 499: 496: 493: 490: 474: 468: 460: 454: 446: 438: 434: 430: 426: 418: 414: 406: 398: 392: 388: 385: 384: 381: 378: 375: 372: 369: 366: 363: 360: 357: 354: 351: 348: 345: 342: 339: 336: 333: 330: 327: 324: 321: 318: 315: 312: 309: 301: 290: 284: 278: 272: 265: 261: 257: 253: 249: 246: 245: 242: 239: 236: 233: 230: 227: 224: 221: 218: 215: 212: 209: 206: 203: 200: 197: 194: 191: 188: 185: 182: 175: 170: 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: 4608: 4606: 2846:-- Auto trails 2756: 2737:and testcases 2697: 2696: 2693: 2690: 2687: 2679: 2676: 2322: 2063: 2029: 2026: 1946: 1940: 1937: 1915:"NY" 1871: 1788: 1778: 1775: 1766: 1743: 1732: 1729: 1654: 1643: 1640: 1445: 1411: 1408: 1297: 1267: 1264: 1164: 1056: 1037: 1034: 931: 872: 869: 865: 864: 858: 852: 842: 832: 831: 825: 815: 814: 808: 789: 786: 591: 489: 487: 486: 458: 451: 450: 443: 442: 424: 411: 410: 403: 402: 308: 306: 305: 295: 294: 288: 282: 276: 181: 174: 171: 169: 166: 90: 89:Exported types 87: 35: 34: 31: 15: 14: 13: 10: 9: 6: 4: 3: 2: 4607: 4589: 4585: 4578: 4559: 4525: 4521: 4514: 4509:"]" 4501: 4485: 4469: 4453: 4434: 4430: 4423: 4418:"]" 4410: 4394: 4378: 4362: 4343: 4339: 4314: 4307: 4302:"]" 4294: 4278: 4262: 4246: 4239: 4226: 4213: 4200: 4187: 4174: 4161: 4148: 4135: 4122: 4103: 4099: 4092: 4088: 4081: 4065: 4049: 4033: 4017: 3998: 3994: 3987: 3974: 3958: 3942: 3926: 3910: 3894: 3875: 3871: 3864: 3856:"]" 3848: 3832: 3816: 3800: 3784: 3765: 3761: 3754: 3750: 3743: 3727: 3711: 3695: 3676: 3657: 3653: 3646: 3633: 3617: 3601: 3585: 3569: 3553: 3534: 3530: 3523: 3510: 3494: 3478: 3462: 3446: 3430: 3411: 3407: 3400: 3387: 3371: 3355: 3339: 3323: 3304: 3300: 3293: 3286: 3273: 3257: 3244: 3228: 3221: 3208: 3195: 3182: 3166: 3153: 3137: 3130: 3117: 3104: 3091: 3078: 3065: 3052: 3039: 3026: 3013: 3000: 2987: 2974: 2961: 2948: 2932: 2919: 2900: 2896: 2871: 2867: 2851: 2844: 2840: 2833: 2826: 2819: 2812: 2805: 2798: 2791: 2787: 2780: 2773: 2766: 2759: 2754: 2749: 2742: 2734: 2730: 2721: 2717: 2711: 2707: 2703: 2702:documentation 2694: 2691: 2688: 2685: 2684: 2683: 2677: 2591:" " 2549:" " 2513:" " 2320: 2319:accordingly. 2310: 2061: 2039: 2028:Advanced uses 2027: 2025: 1944: 1938: 1936: 1934: 1869: 1867: 1786: 1784: 1776: 1764: 1741: 1739: 1730: 1652: 1650: 1641: 1639: 1443: 1441: 1420: 1418: 1409: 1295: 1293: 1274:field set to 1265: 1263: 1162: 1160: 1151: 1054: 1052: 1042: 1035: 1033: 929: 921: 891: 880: 878: 877:format string 870: 868: 859: 853: 843: 837: 836: 835: 826: 820: 819: 818: 809: 803: 802: 801: 798: 795: 787: 589: 484: 482: 473: 466: 459: 453: 452: 445: 444: 425: 421: 413: 412: 405: 404: 397: 396:Routelist row 387: 386: 300: 299: 298: 289: 283: 277: 271: 270: 269: 179: 172: 167: 165: 88: 86: 81: 80:routelist row 71: 60: 56: 52: 48: 27: 23: 19: 4234:"" 4025:"" 3976:bannersuffix 3635:bannersuffix 3512:bannersuffix 2940:"" 2753: 2681: 2621:bannerprefix 2351:'SR' 2345:'WA' 2294: 2031: 2015: 1942: 1922: 1863: 1780: 1761: 1734: 1645: 1613: 1525:"" 1421: 1413: 1389:"" 1269: 1257: 1152: 1149: 1043: 1039: 1003: 922: 892: 881: 876: 874: 866: 833: 816: 799: 791: 579: 480: 475:}} 469:{{ 399:}} 393:{{ 367:"" 296: 247: 240:"" 228:"" 216:"" 204:"" 176: 92: 83:}} 77:{{ 73:}} 67:{{ 64: 3960:orientation 3619:orientation 3496:orientation 3389:orientation 3246:orientation 2706:transcluded 554:translation 455:translation 57:] [ 53:] [ 49:] [ 3278:'' 2700:The above 2603:abbrsuffix 2489:shieldmain 2477:shieldmain 2284:shieldmain 2140:shieldmain 2058:shieldmain 1948:-- Albania 1428:parameters 884:%argument% 389:shieldlist 337:shieldmain 302:shieldmain 3419:Jefferson 1731:Structure 1636:fullstate 1347:otherwise 1288:otherwise 1284:otherwise 1036:Switching 483:templates 465:ISO 639-2 108:Jefferson 3665:National 1931:type in 1777:Aliasing 1471:ifexists 1356:ifexists 1323:ifexists 1272:ifexists 888:argument 845:township 132:National 24:‎ | 20:‎ | 4442:Skyline 4322:Parkway 4228:default 3542:Lincoln 3259:default 3168:default 2934:default 2882:require 2731:| 2720:history 2718:| 2369:auxType 2313:auxType 2303:. The 2054:US 1961 2050:US 1961 2046:US 1948 2042:US 1926 2002:require 1972:require 1632:default 1588:default 1519:default 1436:default 1368:default 1335:default 1280:default 1241:default 1159:Ontario 1082:default 1047:default 1022:%route% 1014:%dab%, 920:block. 811:country 463:is the 447:section 156:Skyline 144:Parkway 120:Lincoln 55:history 22:strings 4594:Trails 4591:return 4548:Trails 4455:shield 4436:Trails 4364:shield 4345:Trails 4328:Trails 4316:Trails 4124:shield 4105:Trails 4019:shield 4006:Mormon 4000:Trails 3896:shield 3877:Trails 3786:shield 3767:Trails 3678:shield 3659:Trails 3555:shield 3536:Trails 3432:shield 3413:Trails 3325:shield 3306:Trails 2921:shield 2902:Trails 2856:Trails 2761:--[==[ 2745:pages. 2741:create 2733:mirror 2729:create 2609:banner 2567:suffix 2471:shield 2459:shield 2375:ipairs 2339:ipairs 2146:format 2122:format 2116:shield 2080:ipairs 2048:, and 2040:, the 2034:ipairs 1990:addAll 1897:module 1805:shield 1768:return 1671:shield 1628:masked 1576:masked 1462:shield 1314:shield 1260:county 1073:shield 978:banner 942:shield 906:equals 902:equals 851:entry. 849:county 839:county 761:banner 695:shield 677:shield 608:shield 586:US-Alt 506:shield 439:expand 435:square 431:banner 415:banner 325:shield 273:shield 260:, and 250:shield 198:shield 168:Syntax 126:Mormon 4567:color 4542:pairs 4503:maint 4412:maint 4296:maint 3850:maint 3312:Dixie 2908:Trail 2873:local 2853:local 2708:from 2678:Style 2663:width 2651:width 2438:local 2260:width 1963:local 1951:local 1888:alias 1859:Route 1847:route 1796:Route 1748:local 1716:width 1649:Texas 1410:Hooks 1166:local 1136:width 1030:%dab% 990:width 861:denom 828:route 805:state 773:width 656:width 479:Lang- 427:width 183:place 162:Trail 102:Dixie 61:] 59:purge 45:[ 16:< 4487:abbr 4471:link 4396:abbr 4380:link 4334:Pkwy 4280:abbr 4264:link 4248:name 4111:Pkwy 4067:abbr 4051:link 4035:name 3944:abbr 3928:link 3912:name 3834:abbr 3818:link 3802:name 3729:abbr 3713:link 3697:name 3603:abbr 3587:link 3571:name 3480:abbr 3464:link 3448:name 3373:abbr 3357:link 3341:name 3230:abbr 3155:link 3139:name 2876:util 2835:]==] 2716:edit 2639:spec 2615:spec 2597:spec 2585:abbr 2573:abbr 2561:name 2555:spec 2543:link 2531:link 2525:name 2519:spec 2507:name 2495:name 2441:spec 2333:type 2317:spec 2315:and 2299:and 2254:abbr 2236:abbr 2230:link 2212:link 2206:name 2188:name 2182:base 2164:base 2158:year 2134:year 2074:year 1984:util 1966:util 1909:type 1829:abbr 1817:link 1704:abbr 1692:link 1662:Both 1624:mask 1620:base 1616:mask 1600:abbr 1564:base 1552:mask 1540:hook 1531:link 1477:true 1432:args 1424:hook 1395:abbr 1383:link 1362:true 1329:true 1276:true 1124:abbr 1112:link 1018:else 1006:link 966:abbr 954:link 918:else 914:then 822:type 749:abbr 731:abbr 719:base 701:link 644:abbr 632:link 620:base 566:lang 542:abbr 530:link 518:name 477:and 472:Lang 461:lang 437:and 407:base 373:abbr 361:link 349:name 291:abbr 285:link 279:name 262:abbr 258:link 254:name 234:abbr 222:link 210:name 189:type 159:and 150:Pkwy 75:and 51:edit 47:view 4580:end 4527:for 4351:NTP 3883:LCT 3773:BRP 2704:is 2672:end 2669:end 2645:aux 2633:aux 2360:for 2324:for 2305:aux 2275:end 2065:for 2056:'s 1996:ALB 1954:ALB 1868:): 1853:HKG 1841:HKG 1790:HKG 1785:): 1740:): 1507:NLE 1495:SON 1483:arg 1447:MEX 1442:): 1299:GBR 1294:): 1178:arg 1155:arg 1053:): 1026:dab 1010:dab 926:dab 910:arg 898:arg 855:dab 491:PER 310:USA 266:"", 138:NTP 114:LCT 96:BRP 70:jct 26:USA 4554:do 4539:in 4241:}, 3223:}, 3132:}, 2862:{} 2712:. 2657:WA 2624:.. 2594:.. 2588:.. 2579:WA 2564:.. 2552:.. 2546:.. 2537:WA 2516:.. 2510:.. 2501:WA 2483:WA 2465:WA 2450:WA 2447:WA 2435:do 2432:}) 2378:({ 2372:in 2357:do 2354:}) 2342:({ 2336:in 2301:SR 2297:WA 2278:WA 2248:US 2242:WA 2224:US 2218:WA 2200:US 2194:WA 2176:US 2170:WA 2161:), 2137:), 2107:WA 2104:do 2101:}) 2083:({ 2077:in 2060:. 2044:, 2011:)) 1960:{} 1929:NY 1925:NY 1918:}} 1879:NY 1873:NJ 1771:AS 1757:{} 1751:AS 1722:40 1689:}, 1656:TX 1651:: 1597:}, 1528:}, 1453:SH 1380:}, 1161:: 1109:}, 1064:AR 1058:AR 933:AL 904:. 752:.. 743:US 737:MO 722:.. 713:US 707:MO 689:US 683:MO 668:MO 599:US 593:MO 588:. 582:US 497:RN 481:xx 316:CR 256:, 252:, 153:, 147:, 141:, 135:, 129:, 123:, 117:, 111:, 105:, 99:, 4570:= 4564:. 4561:v 4551:) 4545:( 4536:v 4533:, 4530:k 4516:} 4506:= 4496:, 4490:= 4480:, 4474:= 4464:, 4458:= 4448:{ 4445:= 4439:. 4425:} 4415:= 4405:, 4399:= 4389:, 4383:= 4373:, 4367:= 4357:{ 4354:= 4348:. 4331:. 4325:= 4319:. 4309:} 4299:= 4289:, 4283:= 4273:, 4267:= 4257:, 4251:= 4231:= 4221:, 4215:= 4208:, 4202:= 4195:, 4189:= 4182:, 4176:= 4169:, 4163:= 4156:, 4150:= 4143:, 4137:= 4130:{ 4127:= 4117:{ 4114:= 4108:. 4083:} 4076:, 4070:= 4060:, 4054:= 4044:, 4038:= 4028:, 4022:= 4012:{ 4009:= 4003:. 3989:} 3979:= 3969:, 3963:= 3953:, 3947:= 3937:, 3931:= 3921:, 3915:= 3905:, 3899:= 3889:{ 3886:= 3880:. 3866:} 3859:, 3853:= 3843:, 3837:= 3827:, 3821:= 3811:, 3805:= 3795:, 3789:= 3779:{ 3776:= 3770:. 3745:} 3738:, 3732:= 3722:, 3716:= 3706:, 3700:= 3687:, 3681:= 3671:{ 3668:= 3662:. 3648:} 3638:= 3628:, 3622:= 3612:, 3606:= 3596:, 3590:= 3580:, 3574:= 3564:, 3558:= 3548:{ 3545:= 3539:. 3525:} 3515:= 3505:, 3499:= 3489:, 3483:= 3473:, 3467:= 3457:, 3451:= 3441:, 3435:= 3425:{ 3422:= 3416:. 3402:} 3392:= 3382:, 3376:= 3366:, 3360:= 3350:, 3344:= 3334:, 3328:= 3318:{ 3315:= 3309:. 3295:} 3288:} 3281:, 3275:= 3268:, 3262:= 3252:{ 3249:= 3239:, 3233:= 3216:, 3210:= 3203:, 3197:= 3190:, 3184:= 3177:, 3171:= 3161:{ 3158:= 3148:, 3142:= 3125:, 3119:= 3112:, 3106:= 3099:, 3093:= 3086:, 3080:= 3073:, 3067:= 3060:, 3054:= 3047:, 3041:= 3034:, 3028:= 3021:, 3015:= 3008:, 3002:= 2995:, 2989:= 2982:, 2976:= 2969:, 2963:= 2956:, 2950:= 2943:, 2937:= 2927:{ 2924:= 2914:{ 2911:= 2905:. 2891:) 2885:( 2879:= 2859:= 2750:. 2743:) 2739:( 2735:) 2727:( 2722:) 2714:( 2666:} 2660:. 2654:= 2648:, 2642:. 2636:= 2630:, 2618:. 2612:= 2606:, 2600:. 2582:. 2576:= 2570:, 2558:. 2540:. 2534:= 2528:, 2522:. 2504:. 2498:= 2492:, 2486:. 2480:= 2474:, 2468:. 2462:= 2456:{ 2453:= 2444:= 2426:, 2420:, 2414:, 2408:, 2402:, 2396:, 2390:, 2384:, 2366:, 2363:_ 2348:, 2330:, 2327:_ 2287:= 2281:. 2272:} 2269:, 2263:= 2257:, 2251:. 2245:. 2239:= 2233:, 2227:. 2221:. 2215:= 2209:, 2203:. 2197:. 2191:= 2185:, 2179:. 2173:. 2167:= 2155:, 2149:( 2143:= 2131:, 2125:( 2119:= 2113:{ 2110:= 2095:, 2089:, 2071:, 2068:_ 2022:* 2005:( 1999:, 1993:( 1987:. 1981:) 1975:( 1969:= 1957:= 1912:= 1906:, 1900:= 1894:{ 1891:= 1885:{ 1882:= 1876:. 1856:. 1850:= 1844:. 1838:} 1832:= 1826:, 1820:= 1814:, 1808:= 1802:{ 1799:= 1793:. 1754:= 1725:} 1719:= 1713:, 1707:= 1701:, 1695:= 1683:, 1677:{ 1674:= 1668:{ 1665:= 1659:. 1609:} 1603:= 1591:= 1585:, 1579:= 1573:, 1567:= 1561:, 1555:= 1549:, 1543:= 1537:{ 1534:= 1522:= 1516:, 1510:= 1504:, 1498:= 1492:, 1486:= 1480:, 1474:= 1468:{ 1465:= 1459:{ 1456:= 1450:. 1404:} 1398:= 1392:, 1386:= 1377:} 1371:= 1365:, 1359:= 1353:{ 1350:= 1344:, 1338:= 1332:, 1326:= 1320:{ 1317:= 1311:{ 1308:= 1305:B 1302:. 1253:} 1250:} 1244:= 1238:, 1232:= 1229:{ 1226:= 1223:, 1217:= 1214:, 1208:= 1205:, 1199:= 1196:, 1190:= 1187:, 1181:= 1175:{ 1172:= 1145:} 1139:= 1133:, 1127:= 1121:, 1115:= 1103:= 1100:, 1094:= 1091:, 1085:= 1079:{ 1076:= 1070:{ 1067:= 1061:. 999:} 993:= 987:, 981:= 975:, 969:= 963:, 957:= 951:, 945:= 939:{ 936:= 782:} 776:= 770:, 764:= 758:, 746:. 740:. 734:= 728:, 716:. 710:. 704:= 698:, 692:. 686:. 680:= 674:{ 671:= 665:} 659:= 653:, 647:= 641:, 635:= 629:, 623:= 617:, 611:= 605:{ 602:= 596:. 575:} 569:= 563:, 557:= 551:, 545:= 539:, 533:= 527:, 521:= 515:, 509:= 503:{ 500:= 494:. 485:. 441:. 382:} 376:= 370:, 364:= 358:, 352:= 346:, 340:= 334:, 328:= 322:{ 319:= 313:. 243:} 237:= 231:, 225:= 219:, 213:= 207:, 201:= 195:{ 192:= 186:.

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/regional/Trails/doc

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