Template:Property: Difference between revisions
From HorizonXI Wiki
(included soft hyphens to break up long words when space is too small e.g. in tables) |
(replaced hard coded font colors with color tempate which uses css classes. this caused the level 2 and level 3 chains to be darker because they had custom color values. Will evaluate how to deal with it.) |
||
Line 1: | Line 1: | ||
{{#switch:{{{1|}}} | <includeonly><onlyinclude>{{#switch:{{{1|}}} | ||
| Crystal = [[Dark Crystal|<span class="dark-elemental-text">Dark Crystal</span>]] | | Crystal = [[Dark Crystal|<span class="dark-elemental-text">Dark Crystal</span>]] | ||
| Transfixion = [[:Category:Transfixion | | | Transfixion = [[:Category:Transfixion|{{Color|light|Trans­fixion}}]] | ||
| Compression = [[:Category:Compression | | | Compression = [[:Category:Compression|{{Color|dark|Com­pres­sion}}]] | ||
| Liquefaction = [[:Category:Liquefaction| | | Liquefaction = [[:Category:Liquefaction|{{Color|fire|Li­que­fac­tion}}]] | ||
| Scission = [[:Category:Scission| | | Scission = [[:Category:Scission|{{Color|earth|Scis­sion}}]] | ||
| Reverberation = [[:Category:Reverberation| | | Reverberation = [[:Category:Reverberation|{{Color|water|Rever­be­ra­tion}}]] | ||
| Detonation = [[:Category:Detonation | | | Detonation = [[:Category:Detonation|{{Color|wind|De­to­na­tion}}]] | ||
| Induration = [[:Category:Induration | | | Induration = [[:Category:Induration|{{Color|ice|In­du­ra­tion}}]] | ||
| Impaction = [[:Category:Impaction| | | Impaction = [[:Category:Impaction|{{Color|lightning|Im­pac­tion}}]] | ||
| Gravitation = [[:Category:Gravitation|{{Color|dark|Gra­vi­}}{{Color|earth|ta­tion}}]] | |||
| Distortion = [[:Category:Distortion|{{Color|water|Dis­to}}{{Color|ice|r­tion}}]] | |||
| Fusion = [[:Category:Fusion|{{Color|light|Fu­s}}{{Color|fire|ion}}]] | |||
| Fragmentation = [[:Category:Fragmentation|{{Color|lightning|Frag­me}}{{Color|wind|n­ta­tion}}]] | |||
| Light = [[:Category:Light_(Skillchain)|{{Color|fire|Li}}{{Color|wind|g}}{{Color|lightning|h}}{{Color|light|t}}]] | |||
| Darkness = [[:Category:Darkness|{{Color|ice|Da}}{{Color|water|rk­}}{{Color|earth|ne}}{{Color|dark|ss}}]] | |||
<!-- old colors for level 2 and 3 deviated from level 1. also transfixion: #999999 and compression: #696969 --> | |||
<!-- | |||
| Gravitation = [[:Category:Gravitation|<font data-darkreader-inline-color="" color="#333333">'''Gra­vi­'''</font><font data-darkreader-inline-color="" color="#CCCC00">'''ta­tion'''</font>]] | | Gravitation = [[:Category:Gravitation|<font data-darkreader-inline-color="" color="#333333">'''Gra­vi­'''</font><font data-darkreader-inline-color="" color="#CCCC00">'''ta­tion'''</font>]] | ||
| Distortion = [[:Category:Distortion|<font data-darkreader-inline-color="" color="#0000CC">'''Dis­to'''</font><font data-darkreader-inline-color="" color="#66FFFF">'''r­tion'''</font>]] | | Distortion = [[:Category:Distortion|<font data-darkreader-inline-color="" color="#0000CC">'''Dis­to'''</font><font data-darkreader-inline-color="" color="#66FFFF">'''r­tion'''</font>]] | ||
| Fusion = [[:Category:Fusion|<font data-darkreader-inline-color="" color="#999999">'''Fu­s'''</font><font data-darkreader-inline-color="" color="red">'''ion'''</font>]] | | Fusion = [[:Category:Fusion|<font data-darkreader-inline-color="" color="#999999">'''Fu­s'''</font><font data-darkreader-inline-color="" color="red">'''ion'''</font>]] | ||
| Fragmentation = [[:Category:Fragmentation|<font data-darkreader-inline-color="" color="#FF33FF">'''Frag­me'''</font><font data-darkreader-inline-color="" color="#33CC33">'''n­ta­tion'''</font>]] | | Fragmentation = [[:Category:Fragmentation|<font data-darkreader-inline-color="" color="#FF33FF">'''Frag­me'''</font><font data-darkreader-inline-color="" color="#33CC33">'''n­ta­tion'''</font>]] | ||
| Light = [[:Category:Light_(Skillchain)|<span class="light-elemental-text">'''Li'''</span><font data-darkreader-inline-color="" color="red">'''g'''</font><font data-darkreader-inline-color="" color="purple">'''h'''</font><font data-darkreader-inline-color="" color="green">'''t'''</font>]] | | Light = [[:Category:Light_(Skillchain)|<span class="light-elemental-text">'''Li'''</span><font data-darkreader-inline-color="" color="red">'''g'''</font><font data-darkreader-inline-color="" color="purple">'''h'''</font><font data-darkreader-inline-color="" color="green">'''t'''</font>]] | ||
| Darkness = [[:Category:Darkness|<font data-darkreader-inline-color="" color="#008080">'''Da'''</font><font data-darkreader-inline-color="" color="blue">'''rk­'''</font><font data-darkreader-inline-color="" color="#cc9900">'''ne'''</font><font data-darkreader-inline-color="" color="#696969">'''ss'''</font>]] | | Darkness = [[:Category:Darkness|<font data-darkreader-inline-color="" color="#008080">'''Da'''</font><font data-darkreader-inline-color="" color="blue">'''rk­'''</font><font data-darkreader-inline-color="" color="#cc9900">'''ne'''</font><font data-darkreader-inline-color="" color="#696969">'''ss'''</font>]] | ||
--> | |||
| null = | | null = | ||
| #default = '''{{{1|Property}}}''' | | #default = '''{{{1|Property}}}''' | ||
}}<noinclude>[[Category:Templates|{{PAGENAME}}]] | }}</onlyinclude></includeonly><noinclude>[[Category:Templates|{{PAGENAME}}]] | ||
==Usage== | ==Usage== | ||
<pre> | <pre> |
Revision as of 02:34, 17 November 2023
Usage
{{Property|text}}
- Displays Transfixion if "Transfixion" is defined.
- Displays Compression if "Compression" is defined.
- Displays Liquefaction if "Liquefaction" is defined.
- Displays Scission if "Scission" is defined.
- Displays Reverberation if "Reverberation" is defined.
- Displays Detonation if "Detonation" is defined.
- Displays Induration if "Induration" is defined.
- Displays Impaction if "Impaction" is defined.
- Displays Gravitation if "Gravitation" is defined.
- Displays Distortion if "Distortion " is defined.
- Displays Fusion if "Fusion" is defined.
- Displays Fragmentation if "Fragmentation" is defined.