Sandbox/StendhalDataInclude Test: Difference between revisions

Content deleted Content added
imported>Hendrik Brummermann
imported>Hendrik Brummermann
No edit summary
Line 1:
== default typecreature ==
 
=== default type ===
 
{| class="wikitable"
Line 24 ⟶ 26:
|}
 
=== type="include" ===
 
{| class="wikitable"
Line 49 ⟶ 51:
|}
 
=== type="mouseover" ===
 
{| class="wikitable"
Line 73 ⟶ 75:
| <creature info="stats" type="mouseover">Bear|bears</creature>
|}
 
 
== item ==
 
=== default type ===
 
{| class="wikitable"
|- class="hintergrundfarbe5"
!
! <nowiki><item></nowiki>''xxx''<nowiki></item></nowiki>
! <nowiki><item info="icon"></nowiki>''xxx''<nowiki></item></nowiki>
! <nowiki><item info="stats"></nowiki>''xxx''<nowiki></item></nowiki>
|-
! class="hintergrundfarbe5" | ''rod of the gm''
| <item>rod of the gm</item>
| <item info="icon">rod of the gm</item>
| <item info="stats">rod of the gm</item>
|-
! class="hintergrundfarbe5" | ''Rod of the gm''
| <item>Rod of the gm</item>
| <item info="icon">Rod of the gm</item>
| <item info="stats">Rod of the gm</item>
|-
! class="hintergrundfarbe5" | ''<nowiki>Rod of the gm|rod of the gms</nowiki>''
| <item>Rod of the gm|rod of the gms</item>
| <item info="icon">Rod of the gm|rod of the gms</item>
| <item info="stats">Rod of the gm|rod of the gms</item>
|}
 
=== type="include" ===
 
{| class="wikitable"
|- class="hintergrundfarbe5"
!
! <nowiki><item></nowiki>''xxx''<nowiki></item></nowiki>
! <nowiki><item info="icon"></nowiki>''xxx''<nowiki></item></nowiki>
! <nowiki><item info="stats"></nowiki>''xxx''<nowiki></item></nowiki>
|-
! class="hintergrundfarbe5" | ''rod of the gm''
| <item type="include">rod of the gm</item>
| <item info="icon" type="include">rod of the gm</item>
| <item info="stats" type="include">rod of the gm</item>
|-
! class="hintergrundfarbe5" | ''Rod of the gm''
| <item type="include">Rod of the gm</item>
| <item info="icon" type="include">Rod of the gm</item>
| <item info="stats" type="include">Rod of the gm</item>
|-
! class="hintergrundfarbe5" | ''<nowiki>Rod of the gm|rod of the gms</nowiki>''
| <item type="include">Rod of the gm|rod of the gms</item>
| <item info="icon" type="include">Rod of the gm|rod of the gms</item>
| <item info="stats" type="include">Rod of the gm|rod of the gms</item>
|}
 
=== type="mouseover" ===
 
{| class="wikitable"
|- class="hintergrundfarbe5"
!
! <nowiki><item></nowiki>''xxx''<nowiki></item></nowiki>
! <nowiki><item info="icon"></nowiki>''xxx''<nowiki></item></nowiki>
! <nowiki><item info="stats"></nowiki>''xxx''<nowiki></item></nowiki>
|-
! class="hintergrundfarbe5" | ''rod of the gm''
| <item type="mouseover">rod of the gm</item>
| <item info="icon" type="mouseover">rod of the gm</item>
| <item info="stats" type="mouseover">rod of the gm</item>
|-
! class="hintergrundfarbe5" | ''Rod of the gm''
| <item type="mouseover">Rod of the gm</item>
| <item info="icon" type="mouseover">Rod of the gm</item>
| <item info="stats" type="mouseover">Rod of the gm</item>
|-
! class="hintergrundfarbe5" | ''<nowiki>Rod of the gm|rod of the gms</nowiki>''
| <item type="mouseover">Rod of the gm|rod of the gms</item>
| <item info="icon" type="mouseover">Rod of the gm|rod of the gms</item>
| <item info="stats" type="mouseover">Rod of the gm|rod of the gms</item>
|}
 
 
== Visited Link Color Test ==