Template:Flightgear clone: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Created a template for standardising the git clone of flightgear.)
 
m (Switch from the temporary {{project infrastructure/code}} template to {{project infrastructure}} template with the mode set to 'abbrev'.)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<nowiki>git clone git://git.code.sf.net/p/flightgear/flightgear</nowiki><noinclude>
{{#tag:nowiki|{{repo link
{{Informative template|1=
| site                          = {{project infrastructure|abbrev}}
__NOTOC__
| cmd                          = git clone
== Goal ==
| opt{{#if:{{{opt|}}}||NULL}}  = {{{opt}}}
To provide a consistent representations of the command to git clone the flightgear repository.
| protocol                      = git
| type                          = git
| repo                          = flightgear
| post{{#if:{{{post|}}}||NULL}} = {{{post}}}
| full                          = 1
}}}}<noinclude>


== Usage ==
{{repo link/doc git clone
  {{obr}}'''flightgear clone'''{{cbr}}
| label = FlightGear
| repo  = flightgear
| post = flightgear
}}


== Example ==
</noinclude>
{{obr}}flightgear clone{{cbr}}
{{flightgear clone}}
 
== Related templates ==
{{repo link/doc related}}
 
}}</noinclude>

Latest revision as of 16:00, 20 June 2019

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


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 FlightGear git repository. It is a subtemplate of the master {{repo link}} template designed to be specific for the FlightGear repository.

Usage

{{flightgear 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

{{flightgear clone
| opt  = -v
| post = flightgear
}}

git clone -v git://git.code.sf.net/p/flightgear/flightgear/ flightgear

Related templates