This is a documentation for Board Game Arena: play board games online !
Template:HiveBee: Difference between revisions
Jump to navigation
Jump to search
Sammy McSam (talk | contribs) (Template:HexMap coordinates) |
Sammy McSam (talk | contribs) (bg image to css) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{hex|= | {{hex |rounded= | ||
|bg= | |bg=linear-gradient(#000 0 {{{w|10}}}0%,#E6D3A0 {{{w|10}}}0% 100%); | ||
|w= | |r=clamp(0,{{{f|0}}},1) | ||
|w=60 | |||
|x={{{x|1}}} | |x={{{x|1}}} | ||
|y={{{y|1}}} | |y={{{y|1}}} | ||
|{{ | |{{hex | ||
|w=60 | |||
| | |||
|bg=transparent | |bg=transparent | ||
|r=calc({{{r|0}}} - {{{f|0}}}) | |||
|r=calc({{{r|0}}} | |||
|{{gameIcon | |{{gameIcon | ||
|tooltip=Queen Bee | |tooltip=Queen Bee | ||
|imageFileName=HiveIcons.png | |imageFileName=HiveIcons.png | ||
|scale=0.8 | |scale=0.8 | ||
|width= | |width=60 | ||
|height= | |height=67.2 | ||
|x=calc(5*72 | |x=calc(6 + 5*72) | ||
|y=calc({{{ | |y=calc(2.4 + 72 {{{w|- 72}}}) | ||
}} | }} | ||
}} | }} | ||
Line 36: | Line 29: | ||
<div style="font-weight:bold;width:8rem;">Result</div> | <div style="font-weight:bold;width:8rem;">Result</div> | ||
<div style="font-weight:bold;width:8rem;">Description</div> | <div style="font-weight:bold;width:8rem;">Description</div> | ||
<div><code>w</code></div> | |||
<div><code>n/a</code></div> | |||
<div><code><nowiki>{{hiveBee |w= }}</nowiki></code></div> | |||
<div>{{hiveBee |w= }}</div> | |||
<div>'''''Optional:''''' change the hex color from black to white.</div> | |||
<div><code>x</code></div> | |||
<div><code>1</code></div> | |||
<div><code><nowiki>{{hiveBee |x=3 }}</nowiki></code></div> | |||
<div>{{hiveBee |x=3 }}</div> | |||
<div>'''''Optional:''''' specify the x co-ordinate of the hex on a '''[[Template:HexMap]]'''.</div> | |||
<div><code>y</code></div> | |||
<div><code>1</code></div> | <div><code>1</code></div> | ||
<div><code><nowiki>{{hiveBee |y=2 }}</nowiki></code></div> | |||
<div><code><nowiki>{{hiveBee | | <div>{{hiveBee |y=2 }}</div> | ||
<div>{{hiveBee | | <div>'''''Optional:''''' specify the y co-ordinate of the hex on a '''[[Template:HexMap]]'''.</div> | ||
<div>'''''Optional:''''' | |||
<div><code>r</code></div> | <div><code>r</code></div> | ||
<div><code>0</code></div> | <div><code>0</code></div> | ||
<div><code><nowiki>{{hiveBee |r=1 }}</nowiki></code></div> | <div><code><nowiki>{{hiveBee |r=1 }}</nowiki></code></div> | ||
<div>{{hiveBee |r=1 }}</div> | <div>{{hiveBee |r=1 }}</div> | ||
<div>'''''Optional:''''' rotate in units of | <div>'''''Optional:''''' rotate in units of 30° (<code>0</code>-<code>11</code>).</div> | ||
<div><code>f</code></div> | |||
<div><code>0</code></div> | |||
<div><code><nowiki>{{hiveBee |f=1 }}</nowiki></code></div> | |||
<div>{{hiveBee |f=1 }}</div> | |||
<div>'''''Optional:''''' transform from pointed-top hex (<code>0</code>) to flat-top hex (<code>1</code>).</div> | |||
</div> | </div> | ||
[[Category:HiveIcons]] | [[Category:HiveIcons]] | ||
</noinclude> | </noinclude> |
Latest revision as of 23:08, 27 May 2024
Parameters
Parameter
Default value
Example
Result
Description
w
n/a
{{hiveBee |w= }}
Optional: change the hex color from black to white.
x
1
{{hiveBee |x=3 }}
Optional: specify the x co-ordinate of the hex on a Template:HexMap.
y
1
{{hiveBee |y=2 }}
Optional: specify the y co-ordinate of the hex on a Template:HexMap.
r
0
{{hiveBee |r=1 }}
Optional: rotate in units of 30° (
0
-11
).f
0
{{hiveBee |f=1 }}
Optional: transform from pointed-top hex (
0
) to flat-top hex (1
).