Template:DebianCodenameLink: Difference between revisions
Appearance
AndrewSayers (talk | contribs) Created page with "<pre><onlyinclude>{{DebianInfo|CodenameLink|{{{Suite|{{{1|}}}}}}}}</onlyinclude></pre> <templatedata> { "description": "Link to the page associated with the codename of a given Debian release", "params": { "Suite": { "type": "line", "required": true, "description": "Version of Debian", "aliases": ["1"], "suggestedvalues": [ "oldoldstable", "oldstable",..." |
AndrewSayers (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<pre><onlyinclude>{{DebianInfo|CodenameLink|{{{Suite|{{{1|}}}}}}}}</onlyinclude></pre> | <pre><onlyinclude>[[{{DebianInfo|CodenameLink|{{{Suite|{{{1|}}}}}}}}{{#if:{{{text|{{{2|}}}}}}|{{!}}{{{text|{{{2|}}}}}}}}]]</onlyinclude></pre> | ||
<templatedata> | <templatedata> | ||
| Line 16: | Line 16: | ||
"testing", | "testing", | ||
"unstable", | "unstable", | ||
"experimental" | "experimental" | ||
] | |||
}, | |||
"text": { | |||
"type": "line", | |||
"required": false, | |||
"description": "Link text", | |||
"aliases": ["2"] | |||
} | } | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 15:18, 11 September 2025
<onlyinclude>[[{{DebianInfo|CodenameLink|{{{Suite|{{{1|}}}}}}}}{{#if:{{{text|{{{2|}}}}}}|{{!}}{{{text|{{{2|}}}}}}}}]]</onlyinclude>
Link to the page associated with the codename of a given Debian release
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Suite | Suite 1 | Version of Debian
| Line | required |
| text | text 2 | Link text | Line | optional |