Template:Fgdata-old clone: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Fix for the protocol.)
(Better handling of the 'opt' and 'post' parameters if not supplied.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{#tag:nowiki|{{repo link
{{#tag:nowiki|{{repo link
| site     = go
| site                       = go
| cmd     = git clone
| cmd                         = git clone
| opt     = {{{opt|}}}
| opt{{#if:{{{opt|}}}||NULL}} = {{{opt}}}
| protocol = https
| protocol                   = https
| type     = git
| type                       = git
| proj     = fg
| proj                       = fg
| repo     = fgdata
| repo                       = fgdata
| post     = {{{post|}}}
| post                       = {{{post|fgdata-old}}}
| full     = 1
| full                       = 1
}}}}<noinclude>
}}}}<noinclude>


Line 19: Line 19:
| template = fgdata-old clone
| template = fgdata-old clone
| opt      = 1
| opt      = 1
| post    = 1
| post    = 1 | default_post = fgdata-old
| break    = 0
| break    = 0
}}
}}

Latest revision as of 11:36, 7 March 2016

git clone https://gitorious.org/fg/fgdata.git fgdata-old


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

Usage

{{fgdata-old clone
| opt        =
| post       =
}}

The parameters are:

Parameter Description Abbreviated
parameter
Numbered
parameter
Status
opt Any additional options to show after cmd, 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. The default value is fgdata-old. 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

{{fgdata-old clone
| opt  = -v
}}

git clone -v https://gitorious.org/fg/fgdata.git fgdata-old

Related templates