Template:Sandbox: Difference between revisions
m (I think I mismatched some brackets. Lets try that again... I might need to adjust the urlencode still though.) |
m (Add documentation...) |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <includeonly>{{#switch: {{{1}}} | short = 3.20 | v = v3.20 | 3.20.3 }}</includeonly> | ||
<noinclude><!-- ^^^^ ^^^^^ ^^^^^^ | |||
When updating this template, the latest version string must be changed three times, two lines above this comment | |||
The first is the short version (major.minor) | |||
The second is the short version prefixed with a lowercase v (vmajor.minor) | |||
The final is the full version string (major.minor.patchlevel)--></noinclude> | |||
<noinclude>{{Template}} | <noinclude>{{Template}} | ||
This template produces a string containing the latest version of Alpine Linux | |||
=== Usage === | === Usage === | ||
<pre>{{ | <pre>{{AlpineLatest|short|v}}</pre> | ||
{{define|short|The string produced will only contain the minor and major version}} | |||
{{define|v|The string produced will only contain the minor and major version prefixed with a v}} | |||
This template will only accept one parameter at a time, all parameters are optional.<br> | |||
If no parameters are supplied, or the parameters which are supplied are invalid, the full version string (minor.major.patchlevel) will be produced. | |||
=== Examples === | === Examples === | ||
<pre>{{ | Display the full version string of the latest Alpine Linux stable: | ||
<pre>{{AlpineLatest}}</pre> | |||
will produce: | will produce: | ||
{{ | {{AlpineLatest}} | ||
Display the short version string of the latest Alpine Linux stable: | |||
<pre>{{AlpineLatest|short}}</pre> | |||
will produce: | |||
{{AlpineLatest|short}} | |||
<pre>{{ | Display the short version string of the latest Alpine Linux stable, prefixed with v: | ||
<pre>{{AlpineLatest|v}}</pre> | |||
will produce: | will produce: | ||
{{ | {{AlpineLatest|v}} | ||
</noinclude> | |||
<!--If you're updating the string containing the latest version of Alpine, go to the top!--> | |||
</noinclude>< |
Latest revision as of 17:44, 6 September 2024
Template Documentation for Sandbox
Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.
Feel free to voice your opinion regarding this template.This template produces a string containing the latest version of Alpine Linux
Usage
{{AlpineLatest|short|v}}
- short
- The string produced will only contain the minor and major version
- v
- The string produced will only contain the minor and major version prefixed with a v
This template will only accept one parameter at a time, all parameters are optional.
If no parameters are supplied, or the parameters which are supplied are invalid, the full version string (minor.major.patchlevel) will be produced.
Examples
Display the full version string of the latest Alpine Linux stable:
{{AlpineLatest}}
will produce: 3.20.3
Display the short version string of the latest Alpine Linux stable:
{{AlpineLatest|short}}
will produce: 3.20.3
Display the short version string of the latest Alpine Linux stable, prefixed with v:
{{AlpineLatest|v}}
will produce: 3.20.3