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

Content added Content deleted
Line 4: Line 4:
==Displaying Cards==
==Displaying Cards==
Simply place your text within double brackets and type a name, color, and size.
Simply place your text within double brackets and type a name, color, and size.
<br><br>'''General-rules example:'''
General-rules example:
<div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>CD</font>|<font color=green>:nickname</font>|<font color=red>color</font>|<font color=purple>size</font><nowiki>}}</nowiki>'''</div>
'''<nowiki>{{</nowiki><font color=blue>CD</font>|<font color=green>:heart7</font>|<font color=purple>3em</font><nowiki>}}</nowiki>'''

<br>'''Actual real-world example:'''
<div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>CD</font>|<font color=green>::heart7</font>|<font color=red>red</font>|<font color=purple>3em</font><nowiki>}}</nowiki>''' = {{CD|:heart7|red|3em}}</div>
*'''<font color=blue>CD</font>''' is The template designation (<font color=blue>'''C'''</font>ards and <font color=blue>'''D'''</font>ice).
*<font color=green>''':heart7'''</font> is the nickname for the icon, in this case a Heart suit with the rank 7.
*'''<font color=blue>CD</font>''': The template designation
*<font color=green>''':heart7'''</font> The nickname for the icon, in this case a Heart suit with the rank 7.
*<font color=red>'''red'''</font> is the color you want the icon to be. (This can also be entered in hex color codes like ''#ff00e0'')
*<font color=red>'''red'''</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> is how big you want the icon to be.
*<font color=purple>'''3em'''</font>: How big you want the icon to be
<br>
<br>


<br>
Actual real-world example<br>
'''<nowiki>{{</nowiki><font color=blue>CD</font>|<font color=green>::heart7</font>|<font color=red>red</font>|<font color=purple>3em</font><nowiki>}}</nowiki>''' becomes {{CD|:heart7|red|3em}}


'''Bare bones example:''' <div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>CD</font>|<font color=green>:starj</font><nowiki>}}</nowiki>''' = {{CD|:starj}}</div>
'''Bare bones example:''' <div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>CD</font>|<font color=green>:starj</font><nowiki>}}</nowiki>''' = {{CD|:starj}}</div>
<br>
<br>