Template:Simgear source: Difference between revisions

Updated the branch and tag parameter examples for the '/~' appending requirement.
(Support for the tag parameter.)
(Updated the branch and tag parameter examples for the '/~' appending requirement.)
Line 47: 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
  {{!}} tag  = version/2016.1.1
  {{!}} branch = release/2016.1/~
  {{cbr}}
  {{cbr}}


{{simgear source
{{simgear source
| path = simgear/ephemeris/ephemeris.cxx
| path   = simgear/ephemeris/ephemeris.cxx
| tag  = version/2016.1.1
| branch = release/2016.1/~
}}
}}


Or using the branch parameter:
=== File and a tag ===
 
  {{obr}}simgear source
  {{obr}}simgear source
  {{!}} path   = simgear/ephemeris/ephemeris.cxx
  {{!}} path = simgear/ephemeris/ephemeris.cxx
  {{!}} branch = version/2016.1.1/~
  {{!}} tag  = version/2016.1.1/~
  {{cbr}}
  {{cbr}}


{{simgear source
{{simgear source
| path   = simgear/ephemeris/ephemeris.cxx
| path = simgear/ephemeris/ephemeris.cxx
| branch = version/2016.1.1/~
| tag  = version/2016.1.1/~
}}
}}