Sandbox: Difference between revisions

From Alpine Linux
(Wiki edit test)
(testing template)
Line 1: Line 1:
<noinclude>
<noinclude>{{Template}}


{{Verified}}
'''A generic message Pill.'''


====Usage (Clickable)====
{{Codeline|1=<nowiki>{{Pill|Version:|v3.22.x|green|palegreen|left|link_url=Documentation_Page_v3.22|link_text=v3.22.x}}</nowiki>}}


</noinclude>
====Usage (Non-Clickable)====
<includeonly>
{{Codeline|1=<nowiki>{{Pill||<-v3.14.x|#DF0000|#FFDFDF}}</nowiki>}}
{{#if: {{{v}}}|v}}3.20.1
 
====Example====
 
{{Pill|Version:|v3.22.x|green|palegreen|left|link_url=Installation|link_text=v3.22.0}}
 
{{Pill||<- v3.14.x|#DF0000|#FFDFDF}}
 
</noinclude><includeonly>
{{{StyleBlock|
<span style="
    padding: 2px;
    margin: 2px 2px;
    background-color: {{{4}}};
    border: 2px solid {{{3|#000000}}};
    -moz-border-radius: 1em;
    border-radius: 1em;
    float: {{{5|right}}};
    font-size:80%;
    white-space: nowrap;
">
<strong> {{{1}}} </strong>{{{link_text|{{{2}}}}}
</span>
}}}
 
{{{link_url|
    <p style="
        padding: 2px;
        margin: 2px 2px;
        background-color: {{{4}}};
        border: 2px solid {{{3|#000000}}};
        -moz-border-radius: 1em;
        border-radius: 1em;
        float: {{{5|right}}};
        font-size:80%;
    ">
    <strong> {{{1}}} </strong>{{{2}}}
    </p>
}}
</includeonly>
</includeonly>
If you have other linux distro already installed.

Revision as of 06:04, 7 December 2025

Template Documentation for Sandbox

This page is a template and should only be used as part of other articles. For more information, read Help:Template.

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.

A generic message Pill.

Usage (Clickable)

{{Pill|Version:|v3.22.x|green|palegreen|left|link_url=Documentation_Page_v3.22|link_text=v3.22.x}}

Usage (Non-Clickable)

{{Pill||<-v3.14.x|#DF0000|#FFDFDF}}

Example

Version:v3.22.x


<- v3.14.x