TestArjan Printable Version

https://www.vaultwiki.org/demo/TestArjan

This page has been seen 465,041 times.

List items in template reference

[includeonly=]
broswebar with list items
Culture and the artsGeography and placesHistory and eventsReligion and beliefsImportant categories
  • item1
  • item2
  • item1
  • item2
  • item1
  • item2
text with
a line break
in it several
times
  • item1
  • item2
[/includeonly]

[includeonly=]
broswebar WITHOUT list items
Culture and the artsGeography and placesHistory and eventsReligion and beliefsImportant categories
placeholderplaceholderplaceholderplaceholderplaceholder
[/includeonly]

Table caption issue

the plus character shouldnt be infront of this line
Wealth and MoneyWeaponsArmorGoods and ServicesSpecial Materials
Wealth and MoneyWeaponsArmorGoods and ServicesSpecial Materials

here the plus character is gone
Wealth and MoneyWeaponsArmorGoods and ServicesSpecial Materials
Wealth and MoneyWeaponsArmorGoods and ServicesSpecial Materials

Table issue


DIV issue


Seperator include problem

PLain
Upper Anuire Traders · Upper Anuire Traders · Upper Anuire Traders · Andien and Sons · Northlands Exchange · Northern Reformed Church of Sarimie · Haelyn's Bastion of Truth · Oaken Grove of Erik



Template imginclude:

[template=""]v[/template]   [template=""]d[/template]  [template=""]e[/template]
Code:
[div][template]imginclude2|{{{title}}}|mini=1[/template][/div]
[div][if="{{{title|}}}"]{{{title}}}[/if][/div]
[div][if="{{{image|}}}"]{{{image}}}[/if][/div]
[div][if="{{{textimage|}}}"]{{{textimage}}}[/if][/div]
[div][if="{{{below|}}}"]{{{below}}}[/if][/div]
[div][if="{{{groarjan|}}}"]blablabla[/if][/div]

Template anotherIFtest


Code:
[div]
[div][if="{{{title|}}}"]{{{title}}}[/if][/div]
[div][if="{{{image|}}}"]{{{image}}}[/if][/div]
[div][if="{{{imageleft|}}}"][span] style="color:red;"|[B]This text should not be visible![/B][/span][/if][/div]
[div][if="{{{below|}}}"]{{{below}}}[/if][/div]
[div][if="{{{groarjan|}}}"][span] style="color:red;"|[B]There is not even a variable name close to this one: groarjan.. and it still shows[/B][/span][/if][/div]
[/div]


Var inside IF statement

This should show some text based on the NAMESPACE

namespace =



the Template above should display more then just " Namespace = Demo"
below is the code of the template
Code:
namespace = [var]NAMESPACE[/var]
[if="[var]NAMESPACE[/var]==Demo"]The namespace is Demo and do Something![/if]