Template:Fgaddon co: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Added the 'opt' and 'post' parameters and a category.)
(Fixes for the 'proj' parameter change at {{repo link}}.)
Line 4: Line 4:
| protocol = https
| protocol = https
| type    = svn
| type    = svn
| proj     = fgaddon
| repo     = fgaddon
| post    = {{{post|flightgear-fgaddon}}}
| post    = {{{post|flightgear-fgaddon}}}
| full    = 1
| full    = 1

Revision as of 07:49, 26 February 2016

svn co https://svn.code.sf.net/p/flightgear/fgaddon/trunk flightgear-fgaddon

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 checkout the FGAddon subversion repository.

Usage

{{fgaddon co
| opt  =
| post =
}}
opt
Any additional options to show after svn co.
post
Any optional text to show after the URL. This defaults to flightgear-fgaddon.

Example

{{fgaddon co
| opt  = --username <username>
| post = fgaddon
}}

svn co --username <username> https://svn.code.sf.net/p/flightgear/fgaddon/trunk fgaddon

Related templates