Sandbox/StendhalDataInclude Test: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
No edit summary
imported>Blacklads
Undo revision 11711 by Ufizavipupu (Talk)
 
(129 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== default type ==
== creature ==


=== default type ===
=== <nowiki><creature>Bear</creature></nowiki> ===
<creature>bear</creature>


{| class="wikitable"
=== <nowiki><creature info="icon">Bear</creature></nowiki> ===
|- class="hintergrundfarbe5"
<creature info="icon">Bear</creature>
!
! <nowiki><creature></nowiki>''xxx''<nowiki></creature></nowiki>
! <nowiki><creature info="icon"></nowiki>''xxx''<nowiki></creature></nowiki>
! <nowiki><creature info="stats"></nowiki>''xxx''<nowiki></creature></nowiki>
|-
! class="hintergrundfarbe5" | ''bear''
| <creature>bear</creature>
| <creature info="icon">bear</creature>
| <creature info="stats">bear</creature>
|-
! class="hintergrundfarbe5" | ''Bear''
| <creature>Bear</creature>
| <creature info="icon">Bear</creature>
| <creature info="stats">Bear</creature>
|-
! class="hintergrundfarbe5" | ''<nowiki>Bear|bears</nowiki>''
| <creature>Bear|bears</creature>
| <creature info="icon">Bear|bears</creature>
| <creature info="stats">Bear|bears</creature>
|}


=== type="include" ===
=== <nowiki><creature info="stats">bear</creature></nowiki> ===
<creature info="stats">bear</creature>


{| class="wikitable"
|- class="hintergrundfarbe5"
!
! <nowiki><creature></nowiki>''xxx''<nowiki></creature></nowiki>
! <nowiki><creature info="icon"></nowiki>''xxx''<nowiki></creature></nowiki>
! <nowiki><creature info="stats"></nowiki>''xxx''<nowiki></creature></nowiki>
|-
! class="hintergrundfarbe5" | ''bear''
| <creature type="include">bear</creature>
| <creature info="icon" type="include">bear</creature>
| <creature info="stats" type="include">bear</creature>
|-
! class="hintergrundfarbe5" | ''Bear''
| <creature type="include">Bear</creature>
| <creature info="icon" type="include">Bear</creature>
| <creature info="stats" type="include">Bear</creature>
|-
! class="hintergrundfarbe5" | ''<nowiki>Bear|bears</nowiki>''
| <creature type="include">Bear|bears</creature>
| <creature info="icon" type="include">Bear|bears</creature>
| <creature info="stats" type="include">Bear|bears</creature>
|}


== type="include" ==
=== type="mouseover" ===


{| class="wikitable"
=== <nowiki><creature type="include">bear</creature></nowiki> ===
|- class="hintergrundfarbe5"
<creature type="include">bear</creature>
!
! <nowiki><creature></nowiki>''xxx''<nowiki></creature></nowiki>
! <nowiki><creature info="icon"></nowiki>''xxx''<nowiki></creature></nowiki>
! <nowiki><creature info="stats"></nowiki>''xxx''<nowiki></creature></nowiki>
|-
! class="hintergrundfarbe5" | ''bear''
| <creature type="mouseover">bear</creature>
| <creature info="icon" type="mouseover">bear</creature>
| <creature info="stats" type="mouseover">bear</creature>
|-
! class="hintergrundfarbe5" | ''Bear''
| <creature type="mouseover">Bear</creature>
| <creature info="icon" type="mouseover">Bear</creature>
| <creature info="stats" type="mouseover">Bear</creature>
|-
! class="hintergrundfarbe5" | ''<nowiki>Bear|bears</nowiki>''
| <creature type="mouseover">Bear|bears</creature>
| <creature info="icon" type="mouseover">Bear|bears</creature>
| <creature info="stats" type="mouseover">Bear|bears</creature>
|}


=== <nowiki><creature type="include" info="icon">bear</creature></nowiki> ===
<creature type="include" info="icon">bear</creature>


== item ==
=== <nowiki><creature type="include" info="stats">bear</creature></nowiki> ===
<creature type="include" info="stats">bear</creature>


=== default type ===


{| class="wikitable"
== type="mouseover" ==
|- 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>
|}


=== <nowiki><creature type="mouseover" type="include">bear</creature></nowiki> ===
=== type="include" ===
<creature type="mouseover">bear</creature>


{| class="wikitable"
=== <nowiki><creature type="mouseover" info="icon">bear</creature></nowiki> ===
|- class="hintergrundfarbe5"
<creature type="mouseover" info="icon">bear</creature>
!
! <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>
|}


== player ==

=== default type ===

{| class="wikitable"
|- class="hintergrundfarbe5"
!
! <nowiki><player></nowiki>''xxx''<nowiki></player></nowiki>
! <nowiki><player info="icon"></nowiki>''xxx''<nowiki></player></nowiki>
! <nowiki><player info="stats"></nowiki>''xxx''<nowiki></player></nowiki>
|-
! class="hintergrundfarbe5" | ''postman''
| <player>postman</player>
| <player info="icon">postman</player>
| <player info="stats">postman</player>
|-
! class="hintergrundfarbe5" | ''Postman''
| <player>Postman</player>
| <player info="icon">Postman</player>
| <player info="stats">Postman</player>
|-
! class="hintergrundfarbe5" | ''<nowiki>Postman|postmans</nowiki>''
| <player>Postman|postmans</player>
| <player info="icon">Postman|postmans</player>
| <player info="stats">Postman|postmans</player>
|}

=== type="include" ===

{| class="wikitable"
|- class="hintergrundfarbe5"
!
! <nowiki><player></nowiki>''xxx''<nowiki></player></nowiki>
! <nowiki><player info="icon"></nowiki>''xxx''<nowiki></player></nowiki>
! <nowiki><player info="stats"></nowiki>''xxx''<nowiki></player></nowiki>
|-
! class="hintergrundfarbe5" | ''postman''
| <player type="include">postman</player>
| <player info="icon" type="include">postman</player>
| <player info="stats" type="include">postman</player>
|-
! class="hintergrundfarbe5" | ''Postman''
| <player type="include">Postman</player>
| <player info="icon" type="include">Postman</player>
| <player info="stats" type="include">Postman</player>
|-
! class="hintergrundfarbe5" | ''<nowiki>Postman|postmans</nowiki>''
| <player type="include">Postman|postmans</player>
| <player info="icon" type="include">Postman|postmans</player>
| <player info="stats" type="include">Postman|postmans</player>
|}

=== type="mouseover" ===

{| class="wikitable"
|- class="hintergrundfarbe5"
!
! <nowiki><player></nowiki>''xxx''<nowiki></player></nowiki>
! <nowiki><player info="icon"></nowiki>''xxx''<nowiki></player></nowiki>
! <nowiki><player info="stats"></nowiki>''xxx''<nowiki></player></nowiki>
|-
! class="hintergrundfarbe5" | ''postman''
| <player type="mouseover">postman</player>
| <player info="icon" type="mouseover">postman</player>
| <player info="stats" type="mouseover">postman</player>
|-
! class="hintergrundfarbe5" | ''Postman''
| <player type="mouseover">Postman</player>
| <player info="icon" type="mouseover">Postman</player>
| <player info="stats" type="mouseover">Postman</player>
|-
! class="hintergrundfarbe5" | ''<nowiki>Postman|postmans</nowiki>''
| <player type="mouseover">Postman|postmans</player>
| <player info="icon" type="mouseover">Postman|postmans</player>
| <player info="stats" type="mouseover">Postman|postmans</player>
|}


== NPC ==

=== default type ===

{| class="wikitable"
|- class="hintergrundfarbe5"
!
! <nowiki><npc></nowiki>''xxx''<nowiki></npc></nowiki>
! <nowiki><npc info="icon"></nowiki>''xxx''<nowiki></npc></nowiki>
! <nowiki><npc info="stats"></nowiki>''xxx''<nowiki></npc></nowiki>
|-
! class="hintergrundfarbe5" | ''margaret''
| <npc>margaret</npc>
| <npc info="icon">margaret</npc>
| <npc info="stats">margaret</npc>
|-
! class="hintergrundfarbe5" | ''Margaret''
| <npc>Margaret</npc>
| <npc info="icon">Margaret</npc>
| <npc info="stats">Margaret</npc>
|-
! class="hintergrundfarbe5" | ''<nowiki>Margaret|margarets</nowiki>''
| <npc>Margaret|margarets</npc>
| <npc info="icon">Margaret|margarets</npc>
| <npc info="stats">Margaret|margarets</npc>
|}

=== type="include" ===

{| class="wikitable"
|- class="hintergrundfarbe5"
!
! <nowiki><npc></nowiki>''xxx''<nowiki></npc></nowiki>
! <nowiki><npc info="icon"></nowiki>''xxx''<nowiki></npc></nowiki>
! <nowiki><npc info="stats"></nowiki>''xxx''<nowiki></npc></nowiki>
|-
! class="hintergrundfarbe5" | ''margaret''
| <npc type="include">margaret</npc>
| <npc info="icon" type="include">margaret</npc>
| <npc info="stats" type="include">margaret</npc>
|-
! class="hintergrundfarbe5" | ''Margaret''
| <npc type="include">Margaret</npc>
| <npc info="icon" type="include">Margaret</npc>
| <npc info="stats" type="include">Margaret</npc>
|-
! class="hintergrundfarbe5" | ''<nowiki>Margaret|margarets</nowiki>''
| <npc type="include">Margaret|margarets</npc>
| <npc info="icon" type="include">Margaret|margarets</npc>
| <npc info="stats" type="include">Margaret|margarets</npc>
|}

=== type="mouseover" ===

{| class="wikitable"
|- class="hintergrundfarbe5"
!
! <nowiki><npc></nowiki>''xxx''<nowiki></npc></nowiki>
! <nowiki><npc info="icon"></nowiki>''xxx''<nowiki></npc></nowiki>
! <nowiki><npc info="stats"></nowiki>''xxx''<nowiki></npc></nowiki>
|-
! class="hintergrundfarbe5" | ''margaret''
| <npc type="mouseover">margaret</npc>
| <npc info="icon" type="mouseover">margaret</npc>
| <npc info="stats" type="mouseover">margaret</npc>
|-
! class="hintergrundfarbe5" | ''Margaret''
| <npc type="mouseover">Margaret</npc>
| <npc info="icon" type="mouseover">Margaret</npc>
| <npc info="stats" type="mouseover">Margaret</npc>
|-
! class="hintergrundfarbe5" | ''<nowiki>Margaret|margarets</nowiki>''
| <npc type="mouseover">Margaret|margarets</npc>
| <npc info="icon" type="mouseover">Margaret|margarets</npc>
| <npc info="stats" type="mouseover">Margaret|margarets</npc>
|}


=== <nowiki><creature type="mouseover" info="stats">bear</creature></nowiki> ===
<creature type="mouseover" info="stats">bear</creature>


== Visited Link Color Test ==
== Visited Link Color Test ==


I'd like to visit a : <creature>bear</creature>, <creature>rat</creature>, <creature>goat</creature>, <creature>green slime</creature>, <creature>non existing</creature>
I'd like to visit a : <creature>bear</creature>, <creature>rat</creature>, <creature>goat</creature>, <creature>green slime</creature>, <creature>Green slime</creature>, <creature>non existing</creature>

I currently own: <item>club</item>, <item>leather armor</item>, <item>money</item>, <item>rod of the gm</item>, <item>non existing</item>

Some random players: <player>superkym</player>, <player>hendrikus</player>, <player>dontbugme</player>, <player>oslsachem</player>, <player>PalmMon</player>, <player>palmmon</player>, <player>kymara</player>, <player>non existing</player>

Some friendly npcs: <npc>tad</npc>, <npc>margaret</npc>, <npc>cherubiel</npc>, <npc>Io Flotto</npc>, <npc>Ilisa</npc>, <npc>Tor'Koom</npc>, <npc>susi</npc> <npc>non existing</npc>

Normal Links: [[Main Page]], [[Sandbox]]

Latest revision as of 02:57, 24 November 2010

creature

default type

<creature>xxx</creature> <creature info="icon">xxx</creature> <creature info="stats">xxx</creature>
bear bear bear bear
Bear Bear Bear Bear
Bear|bears bears bears bears

type="include"

<creature>xxx</creature> <creature info="icon">xxx</creature> <creature info="stats">xxx</creature>
bear
bear
Class: Animal
Level: 4
Atk: 80
Def: 14
Speed: 0.4
Hp: 50

You see a bear. You are lucky and found it awake.
bear
Class: Animal
Level: 4
Atk: 80
Def: 14
Speed: 0.4
Hp: 50
Bear
bear
Class: Animal
Level: 4
Atk: 80
Def: 14
Speed: 0.4
Hp: 50

You see a bear. You are lucky and found it awake.
bear
Class: Animal
Level: 4
Atk: 80
Def: 14
Speed: 0.4
Hp: 50
Bear|bears
bear
Class: Animal
Level: 4
Atk: 80
Def: 14
Speed: 0.4
Hp: 50

You see a bear. You are lucky and found it awake.
bear
Class: Animal
Level: 4
Atk: 80
Def: 14
Speed: 0.4
Hp: 50

type="mouseover"

<creature>xxx</creature> <creature info="icon">xxx</creature> <creature info="stats">xxx</creature>
bear bear bear bear
Bear Bear Bear Bear
Bear|bears bears bears bears


item

default type

<item>xxx</item> <item info="icon">xxx</item> <item info="stats">xxx</item>
rod of the gm rod of the gm rod of the gm rod of the gm
Rod of the gm Rod of the gm Rod of the gm Rod of the gm
Rod of the gm|rod of the gms rod of the gms rod of the gms rod of the gms

type="include"

<item>xxx</item> <item info="icon">xxx</item> <item info="stats">xxx</item>
rod of the gm
rod of the gm
Class: Club
Atk: 100
Def: 400
Min_level: 0
Rate: 2

You see a rod of the GM. This rod is reserved for those with special powers, be careful not to let it fall into the wrong hands.
rod of the gm
Class: Club
Atk: 100
Def: 400
Min_level: 0
Rate: 2
Rod of the gm
rod of the gm
Class: Club
Atk: 100
Def: 400
Min_level: 0
Rate: 2

You see a rod of the GM. This rod is reserved for those with special powers, be careful not to let it fall into the wrong hands.
rod of the gm
Class: Club
Atk: 100
Def: 400
Min_level: 0
Rate: 2
Rod of the gm|rod of the gms
rod of the gm
Class: Club
Atk: 100
Def: 400
Min_level: 0
Rate: 2

You see a rod of the GM. This rod is reserved for those with special powers, be careful not to let it fall into the wrong hands.
rod of the gm
Class: Club
Atk: 100
Def: 400
Min_level: 0
Rate: 2

type="mouseover"

<item>xxx</item> <item info="icon">xxx</item> <item info="stats">xxx</item>
rod of the gm rod of the gm rod of the gm rod of the gm
Rod of the gm Rod of the gm Rod of the gm Rod of the gm
Rod of the gm|rod of the gms rod of the gms rod of the gms rod of the gms


player

default type

<player>xxx</player> <player info="icon">xxx</player> <player info="stats">xxx</player>
postman <player "postman" not found> <player "postman" not found> <player "postman" not found>
Postman <player "postman" not found> <player "postman" not found> <player "postman" not found>
Postman|postmans <player "postman" not found> <player "postman" not found> <player "postman" not found>

type="include"

<player>xxx</player> <player info="icon">xxx</player> <player info="stats">xxx</player>
postman <player "postman" not found> <player "postman" not found> <player "postman" not found>
Postman <player "postman" not found> <player "postman" not found> <player "postman" not found>
Postman|postmans <player "postman" not found> <player "postman" not found> <player "postman" not found>

type="mouseover"

<player>xxx</player> <player info="icon">xxx</player> <player info="stats">xxx</player>
postman <player "postman" not found> <player "postman" not found> <player "postman" not found>
Postman <player "postman" not found> <player "postman" not found> <player "postman" not found>
Postman|postmans <player "postman" not found> <player "postman" not found> <player "postman" not found>


NPC

default type

<npc>xxx</npc> <npc info="icon">xxx</npc> <npc info="stats">xxx</npc>
margaret margaret margaret margaret
Margaret Margaret Margaret Margaret
Margaret|margarets margarets margarets margarets

type="include"

<npc>xxx</npc> <npc info="icon">xxx</npc> <npc info="stats">xxx</npc>
margaret
Margaret
HP: 100/100
int_semos_tavern_0
at 11, 4

"Margaret looks so warm and welcoming that you can't help but want to buy something from her."
Margaret
HP: 100/100
int_semos_tavern_0
at 11, 4
Margaret
Margaret
HP: 100/100
int_semos_tavern_0
at 11, 4

"Margaret looks so warm and welcoming that you can't help but want to buy something from her."
Margaret
HP: 100/100
int_semos_tavern_0
at 11, 4
Margaret|margarets
Margaret
HP: 100/100
int_semos_tavern_0
at 11, 4

"Margaret looks so warm and welcoming that you can't help but want to buy something from her."
Margaret
HP: 100/100
int_semos_tavern_0
at 11, 4

type="mouseover"

<npc>xxx</npc> <npc info="icon">xxx</npc> <npc info="stats">xxx</npc>
margaret margaret margaret margaret
Margaret Margaret Margaret Margaret
Margaret|margarets margarets margarets margarets


Visited Link Color Test

I'd like to visit a : bear, rat, goat, green slime, Green slime, <creature "non existing" not found>

I currently own: club, leather armor, money, rod of the gm, <item "non existing" not found>

Some random players: <player "superkym" not found>, <player "hendrikus" not found>, <player "dontbugme" not found>, <player "oslsachem" not found>, <player "palmmon" not found>, <player "palmmon" not found>, <player "kymara" not found>, <player "non existing" not found>

Some friendly npcs: tad, margaret, cherubiel, Io Flotto, Ilisa, Tor'Koom, susi <NPC "non existing" not found>

Normal Links: Main Page, Sandbox