Jump to content

Do not begin to migrate content here, it may be wiped without notice. More info.

Template:DebianCodenameLink: Difference between revisions

From Debian Wiki
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",..."
 
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>

Latest 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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
SuiteSuite 1

Version of Debian

Suggested values
oldoldstable oldstable stable testing unstable experimental
Linerequired
texttext 2

Link text

Lineoptional