Template:DescriptionStatus/doc

From OpenStreetMap Wiki
Jump to navigation Jump to search

Usage

Full parameter set in vertical format
Vertical list Prerequisites Brief instructions / notes
{{DescriptionStatus
| type       = 
| key        = 
| value      = 
| status     = 
| statuslink = 
| lang       = 
| rtype      = 
}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  • If a field name is listed in the Prerequisites column it is a prerequisite for the field to the left.

The following parameters are recognised:

Description type

  • type: set to key to describe a single key; set to value to describe a key/value pair
  • key: the key being described
  • value: if type=value, the value being described, otherwise ignored
  • status: the approval status of this feature; possible values include:
    • approved: the feature has successfully completed the approval process ⇒ approved
    • de facto: the tag is in widespread use, but no formal proposal process has taken place ⇒ de facto
    • deprecated: the tag was deprecated by a proposal; usually replaced with a new tag ⇒ deprecated
    • in use: the feature is in use ⇒ in use
    • obsolete: the tag doesn't occure in the database anymore ⇒ obsolete
    • proposed: the feature has been formally proposed ⇒ proposed
    • voting: the feature is currently being voted on as part of the approval process ⇒ voting
    • If no status is provided: ⇒ undefined
  • statuslink: name of the proposal page, for linking
  • lang: the ISO 639-2 code for the language used to document this feature: this will generate aspects of the description box in the specified language, if translations are available
  • rtype: .

Examples

Note: In these examples, long lines have been wrapped for convenience. The advanced formatting parameters, class, float, style and languagelinks are not shown, as their values are specific to use as examples.

{{DescriptionStatus
| type       = value
| key        = tourism
| value      = zoo
| status     = approved
| statuslink = Talk:Tag:tourism=zoo
| lang       = en
| rtype      = 
}}

approvedPage for proposal

{{DescriptionStatus
| type       = value
| key        = sport
| value      = climbing
| status     = undefined
| lang       = de
}}

unbestimmt

See also