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 | ||
| 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 17: | Line 17: | ||
|                  "unstable", |                  "unstable", | ||
|                  "experimental"                   ] |                  "experimental"                   ] | ||
|         }, | |||
|         "text": { | |||
|             "type": "line", | |||
|             "required": false, | |||
|             "description": "Link text", | |||
|             "aliases": ["2"] | |||
|          } |          } | ||
|      } |      } | ||
| } | } | ||
| </templatedata> | </templatedata> | ||
Revision as of 18:13, 30 August 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 | Suite1 | Version of Debian 
 | Line | required | 
| text | text2 | Link text | Line | optional |