Template:Terragear url: Difference between revisions

Jump to navigation Jump to search
Support for the tag parameter.
(Switch the 'site' parameter to use the {{project infrastructure/code}} subtemplate.)
(Support for the tag parameter.)
Line 9: Line 9:
| repo                                          = terragear
| repo                                          = terragear
| branch                                        = {{{branch|{{{b|master}}}}}}
| branch                                        = {{{branch|{{{b|master}}}}}}
| tag{{#if:{{{tag|}}}||NULL}}                  = {{{tag}}}
| path{{#if:{{{path|{{{f|{{{1|}}}}}}}}}||NULL}} = {{{path|{{{f|{{{1}}}}}}}}}
| path{{#if:{{{path|{{{f|{{{1|}}}}}}}}}||NULL}} = {{{path|{{{f|{{{1}}}}}}}}}
| commit{{#if:{{{commit|{{{c|}}}}}}||NULL}}    = {{{commit|{{{c}}}}}}
| commit{{#if:{{{commit|{{{c|}}}}}}||NULL}}    = {{{commit|{{{c}}}}}}
Line 35: Line 36:
}}
}}


=== File and a tag ===
=== File and a branch ===
  {{obr}}terragear url
  {{obr}}terragear url
  {{!}} path  = detect.c
  {{!}} path  = detect.c
  {{!}} branch = genapts
  {{!}} branch = pre_vec3
  {{cbr}}
  {{cbr}}


{{terragear url
{{terragear url
| path  = detect.c
| path  = detect.c
| branch = genapts
| branch = pre_vec3
}}
 
=== File and a tag ===
{{obr}}terragear url
{{!}} path = detect.c
{{!}} tag  = genapts
{{cbr}}
 
{{terragear url
| path = detect.c
| tag  = genapts
}}
}}


Navigation menu