Template:Fgmeta 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                                          = fgmeta
| repo                                          = fgmeta
| 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 tag ===
=== File and a branch ===
  {{obr}}fgmeta url
  {{obr}}fgmeta url
  {{!}} path  = CMakeLists.txt
  {{!}} path  = CMakeLists.txt
  {{!}} branch = version/2016.1.1/~
  {{!}} branch = release/2016.1/~
  {{cbr}}
  {{cbr}}


{{fgmeta url
{{fgmeta url
| path  = CMakeLists.txt
| path  = CMakeLists.txt
| branch = version/2016.1.1/~
| branch = release/2016.1/~
}}
 
=== File and a tag ===
{{obr}}fgmeta url
{{!}} path = CMakeLists.txt
{{!}} tag  = version/2016.1.1/~
{{cbr}}
 
{{fgmeta url
| path = CMakeLists.txt
| tag  = version/2016.1.1/~
}}
}}


Navigation menu