How to use the Cards and Dice Font: Difference between revisions

Content added Content deleted
No edit summary
Line 69: Line 69:
*D20 = twenty-sided die
*D20 = twenty-sided die


After the type of die, place a hyphen followed by the number you want it to display. If I want to ten-sided die that shows the numeral 9, I would type: <big><nowiki>{{CD|:D10-9|green|3em|}}</nowiki><br></big>
After the type of die, place a hyphen followed by the number you want it to display. If I want to ten-sided die that shows the numeral 9, and I'd like it to be a green die, I would type: <big><nowiki>{{CD|:D10-9|green|3em|}}</nowiki><br></big>
which would yield: {{CD|:D10-9|green|2em|}}
which would yield: {{CD|:D10-9|green|2em|}}

'''Example'''
<div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>CD</font>|<font color=green>:dietype-#</font>|<font color=red>color</font>|<font color=purple>size</font><nowiki>}}</nowiki>'''</div>
<br>'''Actual real-world example:'''
<div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>CD</font>|<font color=green>:d12-11</font>|<font color=red>purple</font>|<font color=purple>3em</font><nowiki>}}</nowiki>''' = {{CD|:d12-11|purple|3em}}</div>
*'''<font color=blue>CD</font>''': The template designation
*<font color=green>''':d12-11'''</font> The type of die (d12=twelve-sided die) followed by the number you want it to display (in this case, 11).
*<font color=red>'''purple'''</font>: The color you want the icon to be. (This can also be entered in hex color codes like ''#ff00e0'')
*<font color=purple>'''3em'''</font>: How big you want the icon to be
<br>
===Examples of All Polyhedral Dice===

{|class="wikitable" style="text-align:center"
|{{CD|:d4-4|coral|3em}}
|{{CD|:d6-6|orange|3em}}
|{{CD|:d6n-6|forestgreen|3em}}
|-
|<nowiki>{{</nowiki>CD<nowiki>|</nowiki>:d4-4<nowiki>|</nowiki>coral<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>CD<nowiki>|</nowiki>:d6-6<nowiki>|</nowiki>orange<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>CD<nowiki>|</nowiki>:d6n-6<nowiki>|</nowiki>forestgreen<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|-
|{{CD|:d8-8|teal|3em}}
|{{CD|:d10-10|mediumseagreen|3em}}
|{{CD|:d10p-70|green|3em}}
|-
|<nowiki>{{</nowiki>CD<nowiki>|</nowiki>:d8-8<nowiki>|</nowiki>teal<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>CD<nowiki>|</nowiki>:d10-10<nowiki>|</nowiki>mediumseagreen<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>CD<nowiki>|</nowiki>:d10p-70<nowiki>|</nowiki>green<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|-
|{{CD|:d12-12|darkturquoise|3em}}
|{{CD|:d20-17|royalblue|3em}}
|{{CD|:d20-20|navy|3em}}
|-
|<nowiki>{{</nowiki>CD<nowiki>|</nowiki>:d12-12<nowiki>|</nowiki>darkturquoise<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>CD<nowiki>|</nowiki>:d20-17<nowiki>|</nowiki>royalblue<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>CD<nowiki>|</nowiki>:d20-20<nowiki>|</nowiki>navy<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|}




===Blank Dice===
===Blank Dice===