Template:Fgmeta clone: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Fixes for the 'proj' parameter change at {{repo link}}.)
m (Switch from the temporary {{project infrastructure/code}} template to {{project infrastructure}} template with the mode set to 'abbrev'.)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#tag:nowiki | {{repo link
{{#tag:nowiki|{{repo link
| site     = sf
| site                         = {{project infrastructure|abbrev}}
| cmd     = git clone {{{opt|}}}
| cmd                           = git clone
| protocol = git
| opt{{#if:{{{opt|}}}||NULL}}  = {{{opt}}}
| type     = git
| protocol                     = git
| repo     = fgmeta
| type                         = git
| post     = {{{post|flightgear-fgmeta}}}
| repo                         = fgmeta
| full     = 1
| post{{#if:{{{post|}}}||NULL}} = {{{post}}}
}} }}<noinclude>
| full                         = 1
}}}}<noinclude>


{{repo link/doc git clone
{{repo link/doc git clone
Line 13: Line 14:
| repo  = fgmeta
| repo  = fgmeta
| opt  = --recursive
| opt  = --recursive
| path = fgmeta
| post = fgmeta
}}
}}


</noinclude>
</noinclude>

Latest revision as of 16:01, 20 June 2019

git clone git://git.code.sf.net/p/flightgear/fgmeta/


The following template description is not displayed when the template is inserted in an article.

Goal

To provide a consistent representation of the command to clone the FGMeta git repository. It is a subtemplate of the master {{repo link}} template designed to be specific for the FlightGear repository.

Usage

{{fgmeta clone
| opt        =
| post       =
}}

The parameters are:

Parameter Description Abbreviated
parameter
Numbered
parameter
Status
opt Any additional options to show after the command git clone, but before the URL. optional
post Text to append. This is forms a set with the parameter opt. For example it can represent any command line options that come after the URL. optional

Plain text

To create a URL or link as plain text and avoid external links, simply use the {{#tag:tagname|content}} magic word construct:

{{#tag:nowiki|
  {{repo link
  | full = 1
  }}
}}

https://sourceforge.net/p/flightgear/flightgear/ci/next/tree/

To use the <code> tags:

{{#tag:code|{{#tag:nowiki|
  {{repo link
  | full = 1
  }}
}}}}

https://sourceforge.net/p/flightgear/flightgear/ci/next/tree/

Example

{{fgmeta clone
| opt  = --recursive
| post = fgmeta
}}

git clone --recursive git://git.code.sf.net/p/flightgear/fgmeta/ fgmeta

Related templates