Template: Elemento: Difference between revisions

From KaiyouRO
Jump to: navigation, search
(Created page with "<includeonly>{{#if: {{{simple|}}} | {{#if: {{{i|}}} | [[Image:Element{{i}}}.png|link=]] | [[Image:Element{{#switch: {{{Prop}}} |Water=04 |Fire=01 |Wind=02 |Earth=03 |Neutral=05 |Holy=06 |Shadow=07 |Undead=08 |Poison=09 |Ghost=10}}.png|link=|center]] }} [[{{{Prop}}}]] {{ #if:{{{v|}}} | {{{v}}} }} | {{{!}} style="background:none; padding:1px; border-spacing:0px;" {{!}} style="align:center; width:15px; border:none;" {{!}} {{#if: {{{i|}}} | [[Image:Element{{{i}}}.png|link=]]...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
}}</includeonly>
}}</includeonly>
<noinclude>
<noinclude>
<pre>{{Elemento |Prop= Nome da Propriedade |v= nível elemental}}</pre>
<pre>{{Elemento |Prop= Nombre elemento |v= nivel elemental}}</pre>


{{Elemento|Prop=Earth|v=3}}
== Elementos ==
 
{| class="wikitable"
! Elemento !! Ejemplo !! Código
|-
| Neutral || {{Elemento |Prop= Neutral |v= 1}} || <pre>{{Elemento |Prop= Neutral |v= 1}}</pre>
|-
| Water || {{Elemento |Prop= Water  |v= 1}} || <pre>{{Elemento |Prop= Water  |v= 1}}</pre>
|-
| Earth || {{Elemento |Prop= Earth |v= 1}} || <pre>{{Elemento |Prop= Earth |v= 1}}</pre>
|-
| Fire || {{Elemento |Prop= Fire |v= 1}} || <pre>{{Elemento |Prop= Fire |v= 1}}</pre>
|-
| Wind || {{Elemento |Prop= Wind |v= 1}} || <pre>{{Elemento |Prop= Wind |v= 1}}</pre>
|-
| Poison || {{Elemento |Prop= Poison |v= 1}} || <pre>{{Elemento |Prop= Poison |v= 1}}</pre>
|-
| Holy || {{Elemento |Prop= Holy |v= 1}} || <pre>{{Elemento |Prop= Holy |v= 1}}</pre>
|-
| Shadow || {{Elemento |Prop= Shadow |v= 1}} || <pre>{{Elemento |Prop= Shadow |v= 1}}</pre>
|-
| Ghost || {{Elemento |Prop= Ghost |v= 1}} || <pre>{{Elemento |Prop= Ghost |v= 1}}</pre>
|-
| Undead || {{Elemento |Prop= Undead |v= 1}} || <pre>{{Elemento |Prop= Undead |v= 1}}</pre>
|}


</noinclude>
</noinclude>

Latest revision as of 13:55, 16 October 2022


{{Elemento |Prop= Nombre elemento |v= nivel elemental}}

Elementos

Elemento Ejemplo Código
Neutral
Element05.png
Neutral 1
{{Elemento |Prop= Neutral |v= 1}}
Water
Element04.png
Water 1
{{Elemento |Prop= Water  |v= 1}}
Earth
Element03.png
Earth 1
{{Elemento |Prop= Earth |v= 1}}
Fire
Element01.png
Fire 1
{{Elemento |Prop= Fire |v= 1}}
Wind
Element02.png
Wind 1
{{Elemento |Prop= Wind |v= 1}}
Poison
Element09.png
Poison 1
{{Elemento |Prop= Poison |v= 1}}
Holy
Element06.png
Holy 1
{{Elemento |Prop= Holy |v= 1}}
Shadow
Element07.png
Shadow 1
{{Elemento |Prop= Shadow |v= 1}}
Ghost
Element10.png
Ghost 1
{{Elemento |Prop= Ghost |v= 1}}
Undead
Element08.png
Undead 1
{{Elemento |Prop= Undead |v= 1}}