Template:Fgcom clone

From FlightGear wiki
Revision as of 09:46, 23 May 2016 by Bugman (talk | contribs) (Creation of the {{fgcom clone}} subtemplate of {{repo link}}.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

git clone git://[[:Template:Project infrastructure/code]]//fgcom


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

Usage

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

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

git clone -v git://[[:Template:Project infrastructure/code]]//fgcom fgcom

Related templates