Template:Repo link/doc usage: Difference between revisions

Jump to navigation Jump to search
Documented the 'break' parameter
mNo edit summary
(Documented the 'break' parameter)
Line 506: Line 506:
  {{!}} svn        =  
  {{!}} svn        =  
  {{!}} git        =  
  {{!}} git        =  
{{!}} break      =
  {{cbr}}
  {{cbr}}


; '''type_*''':  The parameter type.  This defaults to '''name''' to define this as a named parameter.  For an anonymous or numbered parameter, set this to '''num'''.
; type_*:  The parameter type.  This defaults to '''name''' to define this as a named parameter.  For an anonymous or numbered parameter, set this to '''num'''.


; '''short_*''':  The optional abbreviated parameter name used as an alias for the full parameter name.
; short_*:  The optional abbreviated parameter name used as an alias for the full parameter name.


; '''pos_*''':  The parameter position for anonymous or numbered parameters.
; pos_*:  The parameter position for anonymous or numbered parameters.


; '''stat_*''':  The parameter status, for example '''mandatory'''.  This defaults to '''optional'''.
; stat_*:  The parameter status, for example '''mandatory'''.  This defaults to '''optional'''.


; '''eg_*''':  An example for the parameter.
; eg_*:  An example for the parameter.


; '''default_*''':  The default parameter value.
; default_*:  The default parameter value.
 
; break:  If set to '''1''', an empty line between the URL and text formatting will be added.


== Examples ==
== Examples ==

Navigation menu