Template:L/ver/clade: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "<noinclude>Basically the same as {{lt|l/ver}}, but with a prefix ("clade") and not lowercased. Adapted from Template:L/ver/class. </noinclude>[[{{{project|{{#titleparts:{{PAGENAME}}|1|1}}}}}/{{{version|{{#titleparts:{{PAGENAME}}|1|2}}}}}/clade{{#if:{{{ns|}}}|/{{{ns}}}|}}{{#if:{{{1|}}}|/{{{1}}}|}}|{{{2|{{{1}}}}}}]]")
 
(prevent templatedata inclusion)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>Basically the same as {{lt|l/ver}}, but with a prefix ("clade") and not lowercased. Adapted from [[Template:L/ver/class]].
<includeonly>[[{{{p|{{#titleparts:{{PAGENAME}}|1|1}}}}}/{{{v|{{#titleparts:{{PAGENAME}}|1|2}}}}}/clade/{{{1}}}/{{{2}}}|{{{2|{{{1}}}}}}]]</includeonly><noinclude>
</noinclude>[[{{{project|{{#titleparts:{{PAGENAME}}|1|1}}}}}/{{{version|{{#titleparts:{{PAGENAME}}|1|2}}}}}/clade{{#if:{{{ns|}}}|/{{{ns}}}|}}{{#if:{{{1|}}}|/{{{1}}}|}}|{{{2|{{{1}}}}}}]]
<templatedata>
{
"params": {
"1": {
"description": "namespace for clade",
"type": "string",
"required": true
},
"2": {
"description": "clade endname (i.e. name within namespace)",
"type": "string",
"required": true
},
"p": {
"aliases": [
"project"
],
"description": "name of project",
"example": "Ferreteria",
"type": "string"
},
"v": {
"aliases": [
"version"
],
"description": "version number within project",
"example": "v0.6",
"type": "string"
}
},
"description": "Basically the same as {{lt|l/ver}}, but with a prefix (\"clade\"), not lowercased, and argument 2 is both shown and added to the path. Adapted from [[Template:L/ver/class]]."
}
</templatedata>
</noinclude>

Latest revision as of 15:59, 11 March 2025

Basically the same as {{lt|l/ver}}, but with a prefix ("clade"), not lowercased, and argument 2 is both shown and added to the path. Adapted from [[Template:L/ver/class]].

Template parameters

ParameterDescriptionTypeStatus
11

namespace for clade

Stringrequired
22

clade endname (i.e. name within namespace)

Stringrequired
pp project

name of project

Example
Ferreteria
Stringoptional
vv version

version number within project

Example
v0.6
Stringoptional