Template:Github clone: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
(Proper handling of missing parameters for recursive transclusion.)
Line 1: Line 1:
{{#tag:nowiki|{{repo link
{{#tag:nowiki|{{repo link
| site     = gh
| site                         = gh
| cmd     = git clone
| cmd                           = git clone
| opt     = {{{opt|}}}
| opt{{#if:{{{opt|}}}||NULL}}  = {{{opt}}}
| protocol = https
| protocol                     = https
| type     = git
| type                         = git
| user     = {{{user|}}}
| user{{#if:{{{user|}}}||NULL}} = {{{user}}}
| proj     = {{{proj|}}}
| proj{{#if:{{{proj|}}}||NULL}} = {{{proj}}}
| repo     = {{{repo|}}}
| repo{{#if:{{{repo|}}}||NULL}} = {{{repo}}}
| post     = {{{post|}}}
| post{{#if:{{{post|}}}||NULL}} = {{{post}}}
| full     = 1
| full                         = 1
}} }}<noinclude>
}} }}<noinclude>



Revision as of 12:47, 2 March 2016