Template:MUTCD/doc

From the AARoads Wiki: Read about the road before you go
Jump to navigation Jump to search

Usage

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:MUTCD in articles based on its TemplateData.

TemplateData for MUTCD

<templatedata>{

 "description": "",
 "params": {
       "year": {
           "label": "Year",
           "description": "Edition for the Manual on Uniform Traffic Control Devices. If the year is omitted, the default is 2009. The 2003 edition is also able to be referenced.",
           "type": "number"
       },
       "revision": {
           "label": "Revision",
           "description": "Revision to the base edition. If the revision is omitted, the default is 3 (for the 2009 edition). For the 2009 edition, the revision level can be blank (original), dated Dec 2009; rev 1 and 2, dated May 2012; or rev 1, 2, and 3, dated Jul 2022. For the 2003 edition, the revision level can be blank (original), dated Nov 2003; rev 1, dated Nov 2004; or rev 1 and 2, dated Dec 2007.",
           "type": "number"
       },
       "chapter": {
           "label": "Chapter",
           "description": "Chapter number to be referenced, in the format NA, where N is the part number and A is the specific chapter. The default chapter is 1A.",
           "type": "string"
       }
 }

}</templatedata>

Examples

{{MUTCD}} returns the formatted reference:

  • "1A". 2009 Manual on Uniform Traffic Control Devices (Report). Rev. 3. United States Department of Transportation, Federal Highway Administration. July 2022. Retrieved September 16, 2024.

{{MUTCD |chapter=9B |revision=}} returns the formatted reference:

{{MUTCD |year=2009 |revision=2 |chapter=3A}} returns the formatted reference:

{{MUTCD |year=2003 |revision=2 |chapter=7D}} returns the formatted reference:

Source