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'.
(Removed the 'user' parameter.)
m (Switch from the temporary {{project infrastructure/code}} template to {{project infrastructure}} template with the mode set to 'abbrev'.)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{repo link
{{repo link
| site                                     = {{project infrastructure|abbrev}}
| site                                         = {{project infrastructure|abbrev}}
| cmd{{#if:{{{cmd|}}}||NULL}}               = {{{cmd}}}
| cmd{{#if:{{{cmd|}}}||NULL}}                   = {{{cmd}}}
| opt{{#if:{{{opt|}}}||NULL}}               = {{{opt}}}
| opt{{#if:{{{opt|}}}||NULL}}                   = {{{opt}}}
| protocol{{#if:{{{protocol|}}}||NULL}}     = {{{protocol}}}
| protocol{{#if:{{{protocol|}}}||NULL}}         = {{{protocol}}}
| login{{#if:{{{login|}}}||NULL}}           = {{{login}}}
| login{{#if:{{{login|}}}||NULL}}               = {{{login}}}
| type{{#if:{{{type|}}}||NULL}}             = {{{type}}}
| type{{#if:{{{type|}}}||NULL}}                 = {{{type}}}
| proj                                     = flightgear
| proj                                         = flightgear
| repo                                     = simgear
| repo                                         = simgear
| branch{{#if:{{{branch|}}}||NULL}}         = {{{branch}}}
| branch{{#if:{{{branch|{{{b|}}}}}}||NULL}}     = {{{branch|{{{b}}}}}}
| path{{#if:{{{path|}}}||NULL}}             = {{{path}}}
| tag{{#if:{{{tag|}}}||NULL}}                  = {{{tag}}}
| commit{{#if:{{{commit|}}}||NULL}}         = {{{commit}}}
| path{{#if:{{{path|{{{f|{{{1|}}}}}}}}}||NULL}} = {{{path|{{{f|{{{1}}}}}}}}}
| line{{#if:{{{line|}}}||NULL}}             = {{{line}}}
| commit{{#if:{{{commit|{{{c|}}}}}}||NULL}}     = {{{commit|{{{c}}}}}}
| view{{#if:{{{view|}}}||NULL}}             = {{{view}}}
| line{{#if:{{{line|{{{l|}}}}}}||NULL}}         = {{{line|{{{l}}}}}}
| text{{#if:{{{text|}}}||NULL}}             = {{{text}}}
| view{{#if:{{{view|{{{v|}}}}}}||NULL}}         = {{{view|{{{v}}}}}}
| pre{{#if:{{{pre|}}}||NULL}}               = {{{pre}}}
| text{{#if:{{{text|{{{t|}}}}}}||NULL}}         = {{{text|{{{t}}}}}}
| post{{#if:{{{post|}}}||NULL}}             = {{{post}}}
| pre{{#if:{{{pre|}}}||NULL}}                   = {{{pre}}}
| simplepath{{#if:{{{simplepath|}}}||NULL}} = {{{simplepath}}}
| post{{#if:{{{post|}}}||NULL}}                 = {{{post}}}
| full{{#if:{{{full|}}}||NULL}}             = {{{full}}}
| simplepath{{#if:{{{simplepath|}}}||NULL}}     = {{{simplepath}}}
| full{{#if:{{{full|}}}||NULL}}                 = {{{full}}}
}}<noinclude>
}}<noinclude>


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/~
}}
}}


Line 150: Line 162:
}}
}}


=== Aliased parameters ===
This is for https://sourceforge.net/p/flightgear/simgear/ci/version/2016.1.1/~/tree/simgear/ephemeris/ephemeris.cxx.
{{obr}}simgear source
{{!}} f    = simgear/ephemeris/ephemeris.cxx
{{!}} b    = version/2016.1.1/~
{{!}} full = 1
{{cbr}}
{{simgear source
| f    = simgear/ephemeris/ephemeris.cxx
| b    = version/2016.1.1/~
| full = 1
}}
}}


</noinclude>
=== Numbered parameters ===
This is for https://sourceforge.net/p/flightgear/simgear/ci/version/2016.1.1/~/tree/simgear/ephemeris/ephemeris.cxx.
 
{{obr}}simgear source {{!}} simgear/ephemeris/ephemeris.cxx {{!}} b = version/2016.1.1/~ {{!}} full = 1 {{cbr}}
 
{{simgear source | simgear/ephemeris/ephemeris.cxx | b = version/2016.1.1/~ | full = 1 }}
 
}}</noinclude>

Navigation menu