How to Use Pyramid Love Font: Difference between revisions

From Looney Pyramid Games Wiki
Content added Content deleted
imported>Kataclysm
(Created page with "The Pyramid Love font installed on the Icehouse Wiki allows any user to place full-color pyramids into any page using only text. To do this, you must use the template set up s...")
 
imported>Kataclysm
No edit summary
Line 1: Line 1:
The Pyramid Love font installed on the Icehouse Wiki allows any user to place full-color pyramids into any page using only text. To do this, you must use the template set up specifically for it.
The Pyramid Love font installed on the Icehouse Wiki allows any user to place full-color pyramids into any page using only text. To do this, you must use the template set up specifically for it.


Example:
<nowiki>{{</nowiki>PL|:'''MPN'''|blue|3em<nowiki>}}</nowiki> for a '''M'''edium '''P'''ointing '''N'''orth that is blue.<br>



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>General-rules example:
<br><br>'''General-rules example:'''
<div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>PL</font>|<font color=green>:nickname</font>|<font color=red>color</font>|<font color=purple>size</font><nowiki>}}</nowiki>'''</div>
<div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>PL</font>|<font color=green>:nickname</font>|<font color=red>color</font>|<font color=purple>size</font><nowiki>}}</nowiki>'''</div>
<br>Actual real-world example:
<br>'''Actual real-world example:'''
<div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>PL</font>|<font color=green>::MPN</font>|<font color=red>red</font>|<font color=purple>3em</font><nowiki>}}</nowiki>''' = {{PL|::MPN|red|3em}}</div>
<div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>PL</font>|<font color=green>::MPN</font>|<font color=red>red</font>|<font color=purple>3em</font><nowiki>}}</nowiki>''' = {{PL|::MPN|red|3em}}</div>
*'''<font color=blue>DP</font>''': The template designation
*<font color=green>'''::MPN'''</font> The nickname for the icon, in this case a '''M'''edium '''P'''ointing '''N'''orth
*<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>: How big you want the icon to be
<br>
<br>
Bare bones example: <div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>PL</font>|<font color=green>::MPN</font><nowiki>}}</nowiki>''' = {{PL|::MPN}}</div>
'''Bare bones example:''' <div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>PL</font>|<font color=green>::MPN</font><nowiki>}}</nowiki>''' = {{PL|::MPN}}</div>
<br>
<br>
*'''<font color=blue>DP</font>''': The template designation
*'''<font color=blue>DP</font>''': The template designation
*<font color=green>'''::MPN'''</font> The nickname for the icon
*<font color=green>'''::MPN'''</font> The nickname for the icon, in this case a '''M'''edium '''P'''ointing '''N'''orth
*No color specified, so the pyramid will default to black
*<font color=red>'''red'''</font>: The color you want the icon to be
*No size specified, so the pyramid size will default to 1em
*<font color=purple>'''3em'''</font>: How big you want the icon to be
<br><br>
<br>The bare-bones example does not include color or size, so it will just result in a black medium pyramid pointing north, size 1em.
'''Size specified but not color example:'''
<br>Because of the way the template is set up, the name, color, and size must be in order. This means that you want to specify a size but not a color, you need to leave a blank pipe where the color would be, like this: <div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>PL</font>|<font color=green>::MPN</font>||<font color=purple>3em</font><nowiki>}}</nowiki> = {{PL|::MPN||3em}}</div>
<div style="text-align:center">'''<nowiki>{{</nowiki><font color=blue>PL</font>|<font color=green>::MPN</font>||<font color=purple>3em</font><nowiki>}}</nowiki> = {{PL|::MPN||3em}}</div>
*Because of the way the template is set up, the name, color, and size must be in order.
*This means that when you want to specify a size but not a color, you need to leave a blank pipe where the color would be.
*If you forget to leave a blank pipe and you instead type this: '''<nowiki>{{</nowiki><font color=blue>PL</font>|<font color=green>::MPN</font>|<font color=purple>3em</font><nowiki>}}</nowiki>''', the Wiki will interpret your desired color as "3em" and not know what that color is, so it will default to black instead. And since it expects a size last and won't see one, it will default to size 1em. So remember to put in that extra pipe to designate size without color.
==Names==
Each symbol that it's possible to display with the Pyramid Love font has a particular name that you need to put after one or two colons. The names are pretty easy to guess once you know the basic rules. For lone pyramids, the first letter will always be '''L''', '''M''', or '''S''' for a '''L'''arge, '''M'''edium, or '''S'''mall pyramids. The next next letter will be P for ''P''ointing. The third letter will say which way the pyramid should point, often '''N'''orth, '''S'''outh, '''E'''east, or '''W'''est.
<br>
Here are four large pyramids pointing in different directions.
{|class="wikitable" style="text-align:center"
|{{PL|::LPN|black|3em}}
|{{PL|::LPE|black|3em}}
|{{PL|::LPS|black|3em}}
|{{PL|::LPW|black|3em}}
|-
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::LPN<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::LPE<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::LPS<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::LPW<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|}

Here are four different-sized pyramids pointing in different directions.
{|class="wikitable" style="text-align:center"
|{{PL|::SPN|black|3em}}
|{{PL|::MPE|black|3em}}
|{{PL|::LPS|black|3em}}
|{{PL|::SPW|black|3em}}
|-
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::SPN<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::MPE<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::LPS<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::SPW<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|}

Revision as of 18:42, 24 August 2019

The Pyramid Love font installed on the Icehouse Wiki allows any user to place full-color pyramids into any page using only text. To do this, you must use the template set up specifically for it.

Simply place your text within double brackets and type a name, color, and size.

General-rules example:

{{PL|:nickname|color|size}}


Actual real-world example:

{{PL|::MPN|red|3em}} = ::MPN
  • DP: The template designation
  • ::MPN The nickname for the icon, in this case a Medium Pointing North
  • red: The color you want the icon to be. (This can also be entered in hex color codes like #ff00e0)
  • 3em: How big you want the icon to be


Bare bones example:

{{PL|::MPN}} = ::MPN


  • DP: The template designation
  • ::MPN The nickname for the icon, in this case a Medium Pointing North
  • No color specified, so the pyramid will default to black
  • No size specified, so the pyramid size will default to 1em



Size specified but not color example:

{{PL|::MPN||3em}} = ::MPN
  • Because of the way the template is set up, the name, color, and size must be in order.
  • This means that when you want to specify a size but not a color, you need to leave a blank pipe where the color would be.
  • If you forget to leave a blank pipe and you instead type this: {{PL|::MPN|3em}}, the Wiki will interpret your desired color as "3em" and not know what that color is, so it will default to black instead. And since it expects a size last and won't see one, it will default to size 1em. So remember to put in that extra pipe to designate size without color.

Names

Each symbol that it's possible to display with the Pyramid Love font has a particular name that you need to put after one or two colons. The names are pretty easy to guess once you know the basic rules. For lone pyramids, the first letter will always be L, M, or S for a Large, Medium, or Small pyramids. The next next letter will be P for Pointing. The third letter will say which way the pyramid should point, often North, South, Eeast, or West.
Here are four large pyramids pointing in different directions.

::LPN ::LPE ::LPS ::LPW
{{PL|::LPN|black|3em}} {{PL|::LPE|black|3em}} {{PL|::LPS|black|3em}} {{PL|::LPW|black|3em}}

Here are four different-sized pyramids pointing in different directions.

::SPN ::MPE ::LPS ::SPW
{{PL|::SPN|black|3em}} {{PL|::MPE|black|3em}} {{PL|::LPS|black|3em}} {{PL|::SPW|black|3em}}