This is a documentation for Board Game Arena: play board games online !

Template:Pill: Difference between revisions

From Board Game Arena
Jump to navigation Jump to search
(Template:Text optimisation)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{text|{{{1|A}}}|{{{2|#eee}}}|{{{3|#fff0}}}|c={{{c|oklch(from {{{2|#eee}}} clamp(0,(l/0.64 - 1)*-infinity,1) 0 h)}}}|s={{{s}}}|f={{{f|Roboto,sans-serif}}}|w=700|wrap=nowrap|v=.25|h=.5|br=99}}<noinclude>
{{text|{{{1|A}}}|{{{2|#eee}}}|{{{3|{{{2|#eee}}}}}}|c={{{c|oklch(from {{{2|#eee}}} clamp(0,(l/0.64 - 1)*-infinity,1) 0 h)}}}|s={{{s}}}|f={{{f|Roboto,sans-serif}}}|w=700|wr=nowrap|y=4|x=8|br=99}}<noinclude>


== Examples ==
== Examples ==
Line 57: Line 57:
   <div>background</div>
   <div>background</div>
   <div><code>#eee</code> (light grey)</div>
   <div><code>#eee</code> (light grey)</div>
   <div><code><nowiki>{{pill|some text|green}}</nowiki></code></div>
   <div><code><nowiki>{{pill|some text</nowiki></code><br><code><nowiki>|green}}</nowiki></code></div>
   <div>{{pill|some text|green}}</div>
   <div>{{pill|some text|green}}</div>
   <div>'''''Optional:''''' background color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value CSS color value].</div>
   <div>'''''Optional:''''' background color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value CSS color value].</div>
Line 63: Line 63:
   <div>background<br>end color</div>
   <div>background<br>end color</div>
   <div>transparent</div>
   <div>transparent</div>
   <div><code><nowiki>{{pill|some text</nowiki></code><br><code><nowiki>|lightgreen}}</nowiki></code></div>
   <div><code><nowiki>{{pill|some text</nowiki></code><br><code><nowiki>|white|lightgreen}}</nowiki></code></div>
   <div>{{pill|some text|lightgreen|s=1.2}}</div>
   <div>{{pill|some text|white|lightgreen}}</div>
   <div>'''''Optional:''''' background end color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value CSS color value].</div>
   <div>'''''Optional:''''' background end color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value CSS color value].</div>
   <div><code>c</code></div>
   <div><code>c</code></div>
Line 87: Line 87:


[[Category:TextTemplates]]
[[Category:TextTemplates]]
[[Category:WikiTemplates]]
</noinclude>
</noinclude>

Latest revision as of 21:15, 1 July 2025

A

Examples

some text {{pill|some text|firebrick}}

some text {{pill|some text|#cf8}}

some text {{pill|some text|#fc8|#cf8}}

Gamehelpobsession

Meeple Name wikitext
Butler.png Butler {{pill|Butler|#2A2275}}
Valet.png Valet {{pill|Valet|#249167}}
Lady's Maid.png Lady's Maid {{pill|Lady's Maid|#72116E}}
Housekeeper.png Housekeeper {{pill|Housekeeper|#E81F35}}
Footman.png Footman {{pill|Footman|#DFDACD}}

Parameters

Id
Name
Default
Example
Result
Description
1
text
A
{{pill|some text}}
some text
Required: content.
2
background
#eee (light grey)
{{pill|some text
|green}}
some text
Optional: background color as a CSS color value.
3
background
end color
transparent
{{pill|some text
|white|lightgreen}}
some text
Optional: background end color as a CSS color value.
c
text color
automatic black/white
{{pill|some text
|c=green}}
some text
Optional: text color as a CSS color value.
s
size
unchanged
{{pill|some text
|s=1.3}}
some text
Optional: text size in em units (1em = unchanged size).
f
font
Roboto,Arial,sans-serif
{{pill|some text
|f=cursive}}
some text
Optional: font name as a CSS font-family value.