Difference between revisions of "Template:AlignmentIcon/doc"
From Paragon Wiki Archive
(→Usage: doc new stuff) |
m (-wip...looks complete) |
||
(8 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | ||
==Usage== | ==Usage== | ||
+ | ; {{tl|AlignmentIcon|<Alignment>|<Size (Optional)>}} | ||
+ | : Default size is 32px | ||
− | |||
<pre><nowiki> | <pre><nowiki> | ||
− | Hero = [[Image:Align_Status_Hero.png|{{{2|32px}}}]] | + | {{#switch: {{{1}}} |
+ | | Hero = [[Image:Align_Status_Hero.png|{{{2|32px}}}]] | ||
| Villain = [[Image:Align_Status_Villain.png|{{{2|32px}}}]] | | Villain = [[Image:Align_Status_Villain.png|{{{2|32px}}}]] | ||
| Vigilante = [[Image:Align_Status_Vigilante.png|{{{2|32px}}}]] | | Vigilante = [[Image:Align_Status_Vigilante.png|{{{2|32px}}}]] | ||
Line 15: | Line 17: | ||
| Praetorian = [[Image:CreateSymbol Praetorian Grey.png|{{{2|32px}}}]] | | Praetorian = [[Image:CreateSymbol Praetorian Grey.png|{{{2|32px}}}]] | ||
| Praetorian2 = [[Image:Align_Status_Loyalist.png|{{{2|32px}}}]][[Image:Align_Status_Resistance.png|{{{2|32px}}}]] | | Praetorian2 = [[Image:Align_Status_Loyalist.png|{{{2|32px}}}]][[Image:Align_Status_Resistance.png|{{{2|32px}}}]] | ||
+ | | All = [[Image:Align_Status_Hero.png|{{{2|32px}}}]][[Image:Align_Status_Vigilante.png|{{{2|32px}}}]][[Image:Align_Status_Villain.png|{{{2|32px}}}]][[Image:Align_Status_Rogue.png|{{{2|32px}}}]][[Image:Align_Status_Loyalist.png|{{{2|32px}}}]][[Image:Align_Status_Resistance.png|{{{2|32px}}}]] | ||
+ | | AllVeritical = [[Image:Align_Status_Hero.png|{{{2|32px}}}]]<br />[[Image:Align_Status_Vigilante.png|{{{2|32px}}}]]<br />[[Image:Align_Status_Villain.png|{{{2|32px}}}]]<br />[[Image:Align_Status_Rogue.png|{{{2|32px}}}]]<br />[[Image:Align_Status_Loyalist.png|{{{2|32px}}}]]<br />[[Image:Align_Status_Resistance.png|{{{2|32px}}}]] | ||
+ | | [[Image:icon_clue_generic.png|{{{2|32px}}}]] | ||
+ | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
+ | == Examples == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Result !! Input and description | ! Result !! Input and description | ||
Line 24: | Line 31: | ||
|- | |- | ||
|} | |} | ||
− | {| | + | {| backround="none" |
|| | || | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 54: | Line 61: | ||
|- | |- | ||
|{{AlignmentIcon|Praetorian2}} || {{tl|AlignmentIcon|Praetorian2}} | |{{AlignmentIcon|Praetorian2}} || {{tl|AlignmentIcon|Praetorian2}} | ||
+ | |- | ||
+ | | {{AlignmentIcon|All}} || {{tl|AlignmentIcon|All}} | ||
+ | |- | ||
+ | | {{AlignmentIcon|AllVeritical|12px}} || {{tl|AlignmentIcon|AllVertical|12px}} | ||
+ | |} | ||
|} | |} | ||
Line 60: | Line 72: | ||
<includeonly><!-- | <includeonly><!-- | ||
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --> | ++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --> | ||
− | [[Category: | + | [[Category:Alignment Templates]] |
</includeonly> | </includeonly> |
Latest revision as of 19:27, 25 January 2011
Usage
- {{AlignmentIcon|<Alignment>|<Size (Optional)>}}
- Default size is 32px
{{#switch: {{{1}}} | Hero = [[Image:Align_Status_Hero.png|{{{2|32px}}}]] | Villain = [[Image:Align_Status_Villain.png|{{{2|32px}}}]] | Vigilante = [[Image:Align_Status_Vigilante.png|{{{2|32px}}}]] | Rogue = [[Image:Align_Status_Rogue.png|{{{2|32px}}}]] | Resistance = [[Image:Align_Status_Resistance.png|{{{2|32px}}}]] | Loyalist = [[Image:Align_Status_Loyalist.png|{{{2|32px}}}]] | Hero2 = [[Image:Align_Status_Hero.png|{{{2|32px}}}]][[Image:Align_Status_Vigilante.png|{{{2|32px}}}]] | Villain2 = [[Image:Align_Status_Villain.png|{{{2|32px}}}]][[Image:Align_Status_Rogue.png|{{{2|32px}}}]] | Praetorian = [[Image:CreateSymbol Praetorian Grey.png|{{{2|32px}}}]] | Praetorian2 = [[Image:Align_Status_Loyalist.png|{{{2|32px}}}]][[Image:Align_Status_Resistance.png|{{{2|32px}}}]] | All = [[Image:Align_Status_Hero.png|{{{2|32px}}}]][[Image:Align_Status_Vigilante.png|{{{2|32px}}}]][[Image:Align_Status_Villain.png|{{{2|32px}}}]][[Image:Align_Status_Rogue.png|{{{2|32px}}}]][[Image:Align_Status_Loyalist.png|{{{2|32px}}}]][[Image:Align_Status_Resistance.png|{{{2|32px}}}]] | AllVeritical = [[Image:Align_Status_Hero.png|{{{2|32px}}}]]<br />[[Image:Align_Status_Vigilante.png|{{{2|32px}}}]]<br />[[Image:Align_Status_Villain.png|{{{2|32px}}}]]<br />[[Image:Align_Status_Rogue.png|{{{2|32px}}}]]<br />[[Image:Align_Status_Loyalist.png|{{{2|32px}}}]]<br />[[Image:Align_Status_Resistance.png|{{{2|32px}}}]] | [[Image:icon_clue_generic.png|{{{2|32px}}}]] }}
Examples
Result | Input and description |
---|---|
{{AlignmentIcon|Vilain}} (misspelled/non-existant alignment) | |
{{AlignmentIcon|Villain|ndsss}} (incorrect size is ignored) |
|
|
See also
{{ArchetypeIcon}}