How to Use Pyramid Love Font: Difference between revisions

Content added Content deleted
imported>Kataclysm
imported>Kataclysm
Line 24: Line 24:
*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.
*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==
==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.
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 pyramid.
*The next next letter will be '''P''' for Pointing.
*The third letter will say which way the pyramid should point, often '''N'''orth, '''S'''outh, '''E'''east, or '''W'''est.
<br>
<br>
Here are four large pyramids pointing in different directions.
Here are four large pyramids pointing in different directions.
Line 117: Line 120:
|'''M'''edium '''P'''ointing '''U'''p
|'''M'''edium '''P'''ointing '''U'''p
|'''S'''mall '''P'''ointing '''U'''p
|'''S'''mall '''P'''ointing '''U'''p
|}

===Stacks and Nests===
Pyramids can also be displayed in stacks. Just list the sizes as you want them to appear from top to bottom, up to three pyramids per stack.
{|class="wikitable" style="text-align:center"
|{{PL|::SML|black|3em}}
|{{PL|::ML|black|3em}}
|{{PL|::SL|black|3em}}
|-
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::SML<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::ML<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::SL<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|-
|'''S'''mall on '''M'''edium on '''L'''arge
|'''M'''edium on '''L'''arge
|'''S'''mall on '''L'''arge
|}

Stacks can be of like-sizes as well:
{|class="wikitable" style="text-align:center"
|{{PL|::LLL|black|3em}}
|{{PL|::MMM|black|3em}}
|{{PL|::SSS|black|3em}}
|-
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::LLL<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::MMM<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::SSS<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|-
|'''L'''arge on '''L'''arge on '''L'''arge
|'''M'''edium on '''M'''edium on '''M'''edium
|'''S'''mall on '''S'''mall on '''S'''mall

|}

Nests can also be displayed by simply reversing the order of pyramids:
{|class="wikitable" style="text-align:center"
|{{PL|::LMS|black|3em}}
|{{PL|::LS|black|3em}}
|{{PL|::MS|black|3em}}
|-
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::SML<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::ML<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::SL<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|-
|'''L'''arge on '''M'''edium on '''S'''mall
|'''L'''arge on '''S'''mall
|'''M'''edium on '''S'''mall
|}
<br>

Nests and trees can be combined up to three pyramids high:
{|class="wikitable" style="text-align:center"
|{{PL|::SLM|black|3em}}
|{{PL|::MSL|black|3em}}
|{{PL|::LSL|black|3em}}
|-
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::SML<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::ML<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|<nowiki>{{</nowiki>PL<nowiki>|</nowiki>::SL<nowiki>|</nowiki>black<nowiki>|</nowiki>3em<nowiki>}}</nowiki>
|-
|'''L'''arge on '''M'''edium on '''S'''mall
|'''L'''arge on '''S'''mall
|'''M'''edium on '''S'''mall
|}
|}