Difference between revisions of "Template:Website clone"

From relax wiki
Jump to navigation Jump to search
(Creation of the {{website clone}} template by copying {{relax clone}}.)
 
(Update for the {{repo link/doc git clone}} template change.)
 
Line 13: Line 13:
 
{{repo link/doc git clone
 
{{repo link/doc git clone
 
| label = relax
 
| label = relax
| proj = {{project infrastructure/proj}}
+
| name = website
| repo  = {{project infrastructure/repo website}}
 
 
| post  = website
 
| post  = website
 
}}
 
}}
  
 
</noinclude>
 
</noinclude>

Latest revision as of 12:47, 26 October 2017

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

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

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

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

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

Related templates