Template:Repo link/doc usage: Difference between revisions

Jump to navigation Jump to search
Addition of the merge request parameter 'mr'.
(Switch of the 'commit' and 'path' parameter positions.)
(Addition of the merge request parameter 'mr'.)
Line 164: Line 164:
             | commit    =  
             | commit    =  
             | ''commit''    =  
             | ''commit''    =  
          }}
      }}
}}{{#ifeq: {{{mr|}}}      | 1 | <nowiki></nowiki>
{{!}} {{#ifeq: {{{type_mr|}}} | num
        | {{#ifeq: {{{stat_mr|}}} | mandatory
            | mr
            | ''mr''
          }}
        | {{#ifeq: {{{stat_mr|}}} | mandatory
            | mr        =
            | ''mr''        =
           }}
           }}
       }}
       }}
Line 438: Line 449:
  {{!}} style="text-align: center" {{!}} {{#if: {{{pos_commit|}}} | {{param|{{{pos_commit}}}}}}}
  {{!}} style="text-align: center" {{!}} {{#if: {{{pos_commit|}}} | {{param|{{{pos_commit}}}}}}}
  {{!}} style="text-align: center" {{!}} {{{stat_commit|optional}}}
  {{!}} style="text-align: center" {{!}} {{{stat_commit|optional}}}
</tr>
}}{{#ifeq: {{{mr|}}} | 1 |
<tr>
{{!}} {{param|mr}}
{{!}} The merge request number.  If provided and if the other parameters are present, this overrides any {{param|commit}}, {{param|tag}}, or {{param|branch}} parameter values.
{{!}} style="text-align: center" {{!}} {{#if: {{{short_mr|}}} | {{param|{{{short_mr}}}}}}}
{{!}} style="text-align: center" {{!}} {{#if: {{{pos_mr|}}} | {{param|{{{pos_mr}}}}}}}
{{!}} style="text-align: center" {{!}} {{{stat_mr|optional}}}
  </tr>
  </tr>
}}{{#ifeq: {{{path|}}} | 1 |
}}{{#ifeq: {{{path|}}} | 1 |
Line 556: Line 575:
  {{!}} tag        = {{!}} type_tag        = {{!}} short_tag        = {{!}} pos_tag        = {{!}} stat_tag        =  
  {{!}} tag        = {{!}} type_tag        = {{!}} short_tag        = {{!}} pos_tag        = {{!}} stat_tag        =  
  {{!}} commit    = {{!}} type_commit    = {{!}} short_commit    = {{!}} pos_commit    = {{!}} stat_commit    =  
  {{!}} commit    = {{!}} type_commit    = {{!}} short_commit    = {{!}} pos_commit    = {{!}} stat_commit    =  
{{!}} mr        = {{!}} type_mr        = {{!}} short_mr        = {{!}} pos_mr        = {{!}} stat_mr        =
  {{!}} path      = {{!}} type_path      = {{!}} short_path      = {{!}} pos_path      = {{!}} stat_path      =  
  {{!}} path      = {{!}} type_path      = {{!}} short_path      = {{!}} pos_path      = {{!}} stat_path      =  
  {{!}} line      = {{!}} type_line      = {{!}} short_line      = {{!}} pos_line      = {{!}} stat_line      =  
  {{!}} line      = {{!}} type_line      = {{!}} short_line      = {{!}} pos_line      = {{!}} stat_line      =  
Line 610: Line 630:
  {{!}} tag        = 1
  {{!}} tag        = 1
  {{!}} commit    = 1
  {{!}} commit    = 1
{{!}} mr        = 1
  {{!}} path      = 1
  {{!}} path      = 1
  {{!}} line      = 1
  {{!}} line      = 1
Line 641: Line 662:
| tag        = 1
| tag        = 1
| commit    = 1
| commit    = 1
| mr        = 1
| path      = 1
| path      = 1
| line      = 1
| line      = 1
Line 673: Line 695:
  {{!}} tag        = 1
  {{!}} tag        = 1
  {{!}} commit    = 1 {{!}} short_commit  = c {{!}} pos_commit = 5
  {{!}} commit    = 1 {{!}} short_commit  = c {{!}} pos_commit = 5
{{!}} mr        = 1 {{!}} short_mr      = m {{!}} pos_mr    = 6
  {{!}} path      = 1 {{!}} short_path    = f {{!}} pos_path  = 4
  {{!}} path      = 1 {{!}} short_path    = f {{!}} pos_path  = 4
  {{!}} line      = 1 {{!}} short_line    = l
  {{!}} line      = 1 {{!}} short_line    = l
Line 704: Line 727:
| tag        = 1
| tag        = 1
| commit    = 1 | short_commit  = c | pos_commit = 5
| commit    = 1 | short_commit  = c | pos_commit = 5
| mr        = 1 | short_mr      = m | pos_mr    = 6
| path      = 1 | short_path    = p | pos_path  = 4
| path      = 1 | short_path    = p | pos_path  = 4
| line      = 1 | short_line    = l
| line      = 1 | short_line    = l

Navigation menu