Template:Simgear source: Difference between revisions

Jump to navigation Jump to search
m
Switch from the temporary {{project infrastructure/code}} template to {{project infrastructure}} template with the mode set to 'abbrev'.
(Full support for aliased and numbered parameters, with examples to demonstrate the capabilities.)
m (Switch from the temporary {{project infrastructure/code}} template to {{project infrastructure}} template with the mode set to 'abbrev'.)
 
(3 intermediate revisions by the same user not shown)
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 46: Line 47:
}}
}}


=== File and a tag ===
=== File and a branch ===
  {{obr}}simgear source
  {{obr}}simgear source
  {{!}} path  = simgear/ephemeris/ephemeris.cxx
  {{!}} path  = simgear/ephemeris/ephemeris.cxx
  {{!}} branch = version/2016.1.1/~
  {{!}} branch = release/2016.1/~
  {{cbr}}
  {{cbr}}


{{simgear source
{{simgear source
| path  = simgear/ephemeris/ephemeris.cxx
| path  = simgear/ephemeris/ephemeris.cxx
| branch = version/2016.1.1/~
| branch = release/2016.1/~
}}
 
=== File and a tag ===
{{obr}}simgear source
{{!}} path = simgear/ephemeris/ephemeris.cxx
{{!}} tag  = version/2016.1.1/~
{{cbr}}
 
{{simgear source
| path = simgear/ephemeris/ephemeris.cxx
| tag  = version/2016.1.1/~
}}
}}


Navigation menu