Template:Fgmeta clone: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Added the 'post' parameter.)
(Template simplication by transclusion of {{repo link/doc git clone}}.)
Line 5: Line 5:
| type    = git
| type    = git
| proj    = fgmeta
| proj    = fgmeta
| post    = {{{post|}}}
| post    = {{{post|flightgear-fgmeta}}}
| full    = 1
| full    = 1
}} }}<noinclude>
}} }}<noinclude>
{{Informative template|1=
__NOTOC__
== Goal ==
To provide a consistent representation of the command to clone the FGMeta git repository.


== Usage ==
{{repo link/doc git clone
{{obr}}'''fgmeta clone'''
| label = FGMeta
{{!}} ''opt''  =
| repo = fgmeta
{{!}} ''post'' =
| opt   = --recursive
{{cbr}}
| path  = fgmeta
 
; opt: Any additional options to show after <code>git clone</code>.
 
; post: Any optional text to show after the URL.
 
== Example ==
  {{obr}}fgmeta clone
{{!}} opt  = --recursive
{{!}} post = flightgear-fgmeta
{{cbr}}
 
{{fgmeta clone
| opt = --recursive
| post = flightgear-fgmeta
}}
}}


== Related templates ==
</noinclude>
{{repo link/doc related}}
 
}}</noinclude>

Revision as of 16:39, 25 February 2016

git clone git://git.code.sf.net/p/fgmeta/flightgear/ 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 = MISSING
}}

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

Related templates