Difference between revisions of "Template:Repo link/doc git clone"
Jump to navigation
Jump to search
Bugman admin (talk | contribs) m (1 revision imported) |
(Renamed the 'repo' parameter to 'name', and removed the FlightGear reference.) |
||
Line 2: | Line 2: | ||
__NOTOC__ | __NOTOC__ | ||
== Goal == | == Goal == | ||
− | To provide a consistent representation of the command to clone the [[{{{label|MISSING}}}]] git repository. It is a subtemplate of the master {{tl|repo link}} template designed to be specific for the | + | To provide a consistent representation of the command to clone the [[{{{label|MISSING}}}]] git repository. It is a subtemplate of the master {{tl|repo link}} template designed to be specific for the relax repositories. |
{{repo link/doc usage | {{repo link/doc usage | ||
− | | template = {{{ | + | | template = {{{name|MISSING}}} clone |
| value_cmd = git clone | | value_cmd = git clone | ||
| opt = 1 | | opt = 1 | ||
Line 15: | Line 15: | ||
== Example == | == Example == | ||
− | {{obr}}{{{ | + | {{obr}}{{{name|MISSING}}} clone |
{{!}} opt = {{{opt|-v}}} | {{!}} opt = {{{opt|-v}}} | ||
{{!}} post = {{{post|MISSING}}} | {{!}} post = {{{post|MISSING}}} | ||
{{cbr}} | {{cbr}} | ||
− | {{{{{ | + | {{{{{name|MISSING}}} clone |
| opt = {{{opt|-v}}} | | opt = {{{opt|-v}}} | ||
| post = {{{post|MISSING}}} | | post = {{{post|MISSING}}} |