Difference between revisions of "Template:Relax clone"

From relax wiki
Jump to navigation Jump to search
m (Bugman admin moved page Template:Flightgear clone to Template:Relax clone without leaving a redirect: Converting from the FlightGear template to relax (from http://wiki.flightgear.org/index.php?title=Template:Flightgear_clone&oldid=95801).)
(Updated the original FlightGear template for relax.)
Line 5: Line 5:
 
| protocol                      = git
 
| protocol                      = git
 
| type                          = git
 
| type                          = git
| repo                          = flightgear
+
| repo                          = code
| post{{#if:{{{post|}}}||NULL}} = {{{post}}}
+
| post                         = {{{post|relax}}}
 
| full                          = 1
 
| full                          = 1
 
}}}}<noinclude>
 
}}}}<noinclude>
  
 
{{repo link/doc git clone
 
{{repo link/doc git clone
| label = FlightGear
+
| label = relax
| repo  = flightgear
+
| repo  = code
| post  = flightgear
+
| post  = relax
 
}}
 
}}
  
 
</noinclude>
 
</noinclude>

Revision as of 12:44, 10 September 2017

git clone git://git.code.sf.net/p/nmr-relax/code/ relax

Template documentation

Goal

To provide a consistent representation of the command to clone the relax git repository. It is a subtemplate of the master {{repo link}} template designed to be specific for the relax repositories.

Usage

{{MISSING 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/nmr-relax/code/ci/master/tree/

To use the <code> tags:

{{#tag:code|{{#tag:nowiki|
  {{repo link
  | full = 1
  }}
}}}}

https://sourceforge.net/p/nmr-relax/code/ci/master/tree/

Example

{{MISSING clone
| opt  = -v
| post = relax
}}

Template:MISSING clone

Related templates