6,609
edits
(Switch the 'site' parameter to use the {{project infrastructure/code}} subtemplate.) |
(Support for the tag parameter.) |
||
| Line 9: | Line 9: | ||
| repo = simgear | | repo = simgear | ||
| branch{{#if:{{{branch|{{{b|}}}}}}||NULL}} = {{{branch|{{{b}}}}}} | | branch{{#if:{{{branch|{{{b|}}}}}}||NULL}} = {{{branch|{{{b}}}}}} | ||
| 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 34: | Line 35: | ||
}} | }} | ||
=== File and a | === File and a branch === | ||
{{obr}}simgear url | {{obr}}simgear url | ||
{{!}} path = simgear/ephemeris/ephemeris.cxx | {{!}} path = simgear/ephemeris/ephemeris.cxx | ||
| Line 43: | Line 44: | ||
| path = simgear/ephemeris/ephemeris.cxx | | path = simgear/ephemeris/ephemeris.cxx | ||
| branch = version/2016.1.1/~ | | branch = version/2016.1.1/~ | ||
}} | |||
=== File and a tag === | |||
{{obr}}simgear url | |||
{{!}} path = simgear/ephemeris/ephemeris.cxx | |||
{{!}} tag = version/2016.1.1 | |||
{{cbr}} | |||
{{simgear url | |||
| path = simgear/ephemeris/ephemeris.cxx | |||
| tag = version/2016.1.1 | |||
}} | }} | ||