Template:Sandbox: Difference between revisions

From Alpine Linux
m (typo I think)
No edit summary
 
(31 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{Template}}
<noinclude>{{Template}}
== Template Documentation ==
Link to [http://bugs.alpinelinux.org/ Alpine Issues].


== Example ==
'''A clickable message Pill (wikilink).'''
<pre>{{Issue|279}}</pre>


will produce:
====Usage====
{{Issue|279}}
{{Codeline|1=<nowiki>{{Pill_clickable||<-v3.14.x|#DF0000|#FFDFDF||Installation}}</nowiki>}}


The issue's description can be included as an optional second argument.
====Parameters====
* {{{1}}} - Prefix text (optional)
* {{{2}}} - Main text
* {{{3}}} - Border color
* {{{4}}} - Background color
* {{{5}}} - Float position (currently unused)
* {{{6}}} - Wiki page name (required)


</noinclude><includeonly><span class="plainlinks">[https://gitlab.alpinelinux.org/alpine/aports/-/issues/{{{1}}} #{{{1}}}{{#if: {{{2|}}} |. {{{2}}}}}}]</span></includeonly>
====Example====
{{Pill_clickable||v3.22.x|green|palegreen||Installation}}
 
</noinclude><includeonly><span style="padding:2px;background-color:{{{4}}};border:2px solid:{{{3}}};border-radius:1em;display:inline-block;font-size:80%;">[https://wiki.alpinelinux.org/wiki/{{{6}}} <strong>{{{1}}}</strong>{{{2}}}]</span></includeonly>

Latest revision as of 06:41, 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 clickable message Pill (wikilink).

Usage

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

Parameters

  • {{{1}}} - Prefix text (optional)
  • {{{2}}} - Main text
  • {{{3}}} - Border color
  • {{{4}}} - Background color
  • {{{5}}} - Float position (currently unused)
  • {{{6}}} - Wiki page name (required)

Example

v3.22.x