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

Template:HiveBee: Difference between revisions

From Board Game Arena
Jump to navigation Jump to search
 
(variables)
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
|bg=transparent
|bg=transparent
|w=68
|w=68
|r=(1 - clamp(0,{{{ft|0}}},1))
|x={{{x|1}}}
|y={{{y|1}}}
|{{gameIcon
|{{gameIcon
|imageFileName=HiveIcons.png
|imageFileName=HiveIcons.png
Line 13: Line 16:
|bg=transparent
|bg=transparent
|w=68
|w=68
|r=calc({{{r|0}}}*2)
|r={{{r|0}}}
|{{gameIcon
|{{gameIcon
|tooltip=Queen Bee
|tooltip=Queen Bee
Line 39: Line 42:
   <div>{{hiveBee |1 }}</div>
   <div>{{hiveBee |1 }}</div>
   <div>'''''Optional:''''' dark (<code>0</code>) / light (<code>1</code>).</div>
   <div>'''''Optional:''''' dark (<code>0</code>) / light (<code>1</code>).</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><nowiki>{{hiveBee |y=2 }}</nowiki></code></div>
  <div>{{hiveBee |y=2 }}</div>
  <div>'''''Optional:''''' specify the y co-ordinate of the hex on a '''[[Template:HexMap]]'''.</div>
   <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 60° (<code>0</code>-<code>5</code>).</div>
   <div>'''''Optional:''''' rotate in units of 30° (<code>0</code>-<code>11</code>).</div>
  <div><code>ft</code></div>
  <div><code>0</code></div>
  <div><code><nowiki>{{hiveBee |ft=1 }}</nowiki></code></div>
  <div>{{hiveBee |ft=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>

Revision as of 21:51, 23 May 2024

​
Queen Bee

Parameters

Parameter
Default value
Example
Result
Description
1
0
{{hiveBee |1 }}
​
Queen Bee
Optional: dark (0) / light (1).
x
1
{{hiveBee |x=3 }}
​
Queen Bee
Optional: specify the x co-ordinate of the hex on a Template:HexMap.
y
1
{{hiveBee |y=2 }}
​
Queen Bee
Optional: specify the y co-ordinate of the hex on a Template:HexMap.
r
0
{{hiveBee |r=1 }}
​
Queen Bee
Optional: rotate in units of 30° (0-11).
ft
0
{{hiveBee |ft=1 }}
​
Queen Bee
Optional: transform from pointed-top hex (0) to flat-top hex (1).