Template:Proposed feature: Difference between revisions

From OpenStreetMap Wiki
Jump to navigation Jump to search
(removed proposalDate, replaced by draftStartDate a long time ago)
m (Remove blank lines)
Line 1: Line 1:
<includeonly>
<includeonly>|-
|-
| {{ #ifexist: Approved features/{{{name}}} | [[{{{page|Approved features/{{{name}}}}}}|{{{name}}}]] | [[{{{page|Proposed features/{{{name}}}}}}|{{{name}}}]] }}
| {{ #ifexist: Approved features/{{{name}}} | [[{{{page|Approved features/{{{name}}}}}}|{{{name}}}]] | [[{{{page|Proposed features/{{{name}}}}}}|{{{name}}}]] }}
| '''{{{key|*}}} = {{{value|*}}}'''
| '''{{{key|*}}} = {{{value|*}}}'''
Line 10: Line 9:
| ''{{{rfcStartDate|*}}}''
| ''{{{rfcStartDate|*}}}''
| ''{{{voteStartDate|*}}}''
| ''{{{voteStartDate|*}}}''
| ''{{{voteEndDate|*}}}''
| ''{{{voteEndDate|*}}}''</includeonly><noinclude>
</includeonly>

<noinclude>
== Usage Note ==
== Usage Note ==
The '''proposed_feature''' Template was designed to be used to list proposed features on the [[Proposed features]] Page.
The '''proposed_feature''' Template was designed to be used to list proposed features on the [[Proposed features]] Page.
Line 20: Line 16:


<nowiki>{{Start_proposed_features}} </nowiki>
<nowiki>{{Start_proposed_features}} </nowiki>

<nowiki>{{Proposed_feature|name=*|category=*|user=*|key=*|value=*|type=*|
<nowiki>{{Proposed_feature|name=*|category=*|user=*|key=*|value=*|type=*|
definition=*|appearance=*|
definition=*|appearance=*|
status=*|draftStartDate=*|rfcStartDate=*|voteStartDate=*|voteEndDate=*}}</nowiki>
status=*|draftStartDate=*|rfcStartDate=*|voteStartDate=*|voteEndDate=*}}</nowiki>

<nowiki>{{End_proposed_features}} </nowiki>
<nowiki>{{End_proposed_features}} </nowiki>


Line 40: Line 34:
* '''voteStartDate''' - when voting can be started
* '''voteStartDate''' - when voting can be started
* '''voteEndDate''' - when voting is finished
* '''voteEndDate''' - when voting is finished
{{warning|Warning: Blank lines in the wiki source can create additional vertical spacing in the last column of the row.}}

== See also ==
== See also ==
* [[Proposed features]]
* [[Proposed features]]

Revision as of 19:31, 26 December 2009

Usage Note

The proposed_feature Template was designed to be used to list proposed features on the Proposed features Page.

For proper use, templates need to be used in this order:

{{Start_proposed_features}} 
{{Proposed_feature|name=*|category=*|user=*|key=*|value=*|type=*|
definition=*|appearance=*|
status=*|draftStartDate=*|rfcStartDate=*|voteStartDate=*|voteEndDate=*}}
{{End_proposed_features}} 
  • name - Freely chose-able proposal name - Key:highway, Tag:highway=trunk, Use_true_instead_of_yes, ...
  • category - The proposal type - Highway, Cycleway, Tracktype, Waterway, Railway, Aeroway, Aerialway, Power, Man_made, Leisure, Amenities, Shop, Tourism, Historic, Landuse, Military, Natural, Route, Boundary, Sport, Abutters, Accessories, Properties, Restrictions, Name, References, Place, Annotation, or Keys
  • user - your wiki nick
  • key - the database key - *, highway, oneway, ...
  • value - the database value - *, true, trunk, ...
  • type - database type - node, linear, area and relation
  • definition - short description of the proposal
  • appearance - how should it be rendered - hidden, free text or picture
  • status - Current proposal status - Draft, Proposed, Vote, Approved, Rejected, Abandoned
  • draftStartDate - date of the first draft in yyyy-mm-dd format
  • rfcStartDate - date of the RFC-mail sent to the talk-list
  • voteStartDate - when voting can be started
  • voteEndDate - when voting is finished

See also

Related Templates