« Modèle:Para/doc Voir l’historique

(Page créée avec « {{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> == Usage == This template is for giving examples of Wikipedia:Templat... »)
 
Ligne 1 : Ligne 1 :
{{ReturnTo | Editing manual | the editing manual}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->


== Usage ==
This template is for giving examples of [[Wikipedia:Template messages|template]] parameter source code (useful in template documentation and talk page discussions of template code).  It must have one or two parameters itself. The first is the name of the example parameter to display (this may be ''empty'', but it '''must''' be ''present''), and the second (optional) one is a value for the first example parameter, or (if the first {{tl|para}} parameter is empty) an unnamed example parameter.


Ferries are large water crafts (boats) that carry vehicles (and people) from one ferry dock to another. Ferries normally have scheduled sailings and are often run as a part of the highway system.
===Examples===
#&nbsp;&nbsp;{{tlx|para|name}}
#:renders as
#:{{para|name}}
#&nbsp;&nbsp;{{tlx|para|title|&lt;var&gt;book title&lt;/var&gt;}}
#:renders as
#:{{para|title|<var>book title</var>}}
#&nbsp;&nbsp;{{tlx|para|3=section|2=<span style="font-size: 1pt;">&nbsp;</span>}}
#:renders as
#:{{para||section}}
#:(for unnamed parameters in the example code; note the empty first parameter in the {{tl|para}} template)
#&nbsp;&nbsp;{{tlx|para|&lt;var&gt;parameter&lt;/var&gt;|&lt;var&gt;value&lt;/var&gt;}}
#:renders as
#:{{para|<var>parameter</var>|<var>value</var>}}


In some states, ferries are a key part of the roadway system and are hard to avoid. In some areas it is important to have them added to the map because they are sometimes the best option, and in a few cases the only option, to get to a destination.
When using literal, pre-specified values, simply provide the value (appearance as in example 3). When illustrating hypothetical, variable or user-definable values, use <tt><nowiki><var>value</var></nowiki></tt> (appearance as in example 2), and the same should be done for non-literal, example parameters (as in example 4).


Not all ferries should be mapped however. The following guidelines should be followed when considering adding a ferry onto the Waze map.
== See also ==
 
* [[Template:Tlx]] &ndash; for providing examples of entire-template code with included parameters
== When and when not to add ==
Ferries that meet '''any''' of these conditions should generally '''not''' be mapped.
*Passenger ferries without vehicles
*Ferries requiring pre-booking
*Private ferries unavailable to the general public
*Ferries over two hours in duration
 
If the ferry does not meet any of the above conditions, it can be added to the map.
 
If you have any questions about weather the ferry should  or shouldnt be mapped, contact your [[Roles and responsibilities#Coordinators | Country Coordinator]] (or, in large countries, your [[Regional Coordinator]]) or post in the [http://www.waze.com/forum/viewforum.php?f=8 forum.]
 
== How to add ==
The full length of the ferry route and both docking points must be part of your [[editable area]]. It may be necessary to ride the ferry with Waze running to add that route to your area.
 
#Turn on the [[Map_Editor_Interface_and_Controls#GPS_points|GPS Points Layer]] to see the ferry's typical path. If no GPS point are visible, it may be OK to simply draw a straight line between the two docks.
#[[Map_Editing_Quick-start_Guide#Create_a_Road|Draw a segment]] from one ferry dock to the other following the GPS points. [[Map_Editor_Interface_and_Controls#Segment_Edit_Detail|Name and label the new segment]] with '''No City''' and with the road name of the ferry line. This is often the combined names of both sides of the Ferry. For example: Bainbridge Island - Seattle Ferry. The [[Road types and names|road type]] should match the road type on either side of ferry. Do not use Ferry, Freeway, Parking Lot, or Private Road Types. If the ferry is a part of the highway system, then it should be marked Minor or Major Highway. Be sure to set the [[Scheduled_restrictions|time restrictions]] on the segment including the first ferry (opening time) and the last ferry (closing time). [[File:Ferry_Segment.png|650px|left]] {{Clear}}
#Draw segments on both loading ramps using the same road type as the ferry. These should have the correct city name entered on each side and "Ferry Loading Ramp" in road name field for both. (Editor Note: This gives some separation from the ferry and the ferry's slow waiting lines, enabling better routing.)
#Draw a [[Creating_and_Editing_street_segments#Set_Road_Type.2C_Direction.2C_and_Elevation|one-way segment]] connecting the loading ramp segment to the main road on both sides using the same road type as the ferry. Label it with the correct city name on each side and '''No Name''' in name field. If ferry has multiple exit routes and clear signs then you can label the exit road with the standard "to: X" and "to: Y". Example "to: Seattle" and "to: I-90 / I-5".
#Draw another one-way segment connecting the main roads to the loading ramp segment on both sides using the same road type as the ferry. Mark is as a '''toll road''' if it has a fee in the direction of this segment. It should be labeled with correct city name on each side and "to Bainbridge Island - Seattle Ferry". (Editor Note: some ferries charge riders going one direction and not the other. You commonly see this when ferries are going to an Island where the ferry is the only access, then the ferry going to the island is '''toll road''' and ferry going to main land is not tolled. Splitting exit and entrance ramps enable this flexibility).
 
'''Examples of properly mapped ferry docks'''
[[File:Bainbridge_Island.png|340px|left]][[File:Seattle_Dock.png|340px|right]]
{{Clear}}
 
== Road types ==
 
{{mbox
| type = warning
| text = The Ferry Road type is not to be used at this time. '''Do not use the Ferry Road type for any purpose.''' For more information [http://www.waze.com/forum/viewtopic.php?f=276&t=81265&view=unread#unread see this forum] for the latest information on this topic.
}}
{{clear}}
 
== Future ferry support ==
As of Feb 2014, there is no set schedule when Waze will add further support for ferry routes, but it is in the list of future features. See the [[Talk:Ferries|talk page]] for more information.
 
{{ReturnTo | Editing manual | the editing manual}}
[[Category:Style Guides]]

Dernière version du 27 février 2017 à 18:31

This is a documentation subpage for Modèle:Para.
It contains usage information, categories and other content that is not part of the original modèle page.

Usage

This template is for giving examples of template parameter source code (useful in template documentation and talk page discussions of template code). It must have one or two parameters itself. The first is the name of the example parameter to display (this may be empty, but it must be present), and the second (optional) one is a value for the first example parameter, or (if the first {{para}} parameter is empty) an unnamed example parameter.

Examples

  1.   {{para|name}}
    renders as
    |name=
  2.   {{para|title|<var>book title</var>}}
    renders as
    |title=book title
  3.   {{para| |section}}
    renders as
    |section
    (for unnamed parameters in the example code; note the empty first parameter in the {{para}} template)
  4.   {{para|<var>parameter</var>|<var>value</var>}}
    renders as
    |parameter=value

When using literal, pre-specified values, simply provide the value (appearance as in example 3). When illustrating hypothetical, variable or user-definable values, use <var>value</var> (appearance as in example 2), and the same should be done for non-literal, example parameters (as in example 4).

See also

  • Template:Tlx – for providing examples of entire-template code with included parameters