1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<!-- TEST
-->----
{{ date }}
<ref>test</ref>
<ref name="test">another reference</ref>
<ref name="test" />
<references />
== TEST ==
---hello world---
_hello world_
{|
|+ Hello World
| ABBA
| BANK
|-
| CAT
| DOG
|}
{| style="foo||"
! x !! 1 !! 2 !! 3
|-
! 1
| style="boo" | 1 || 2 || 3
|- style="blah"
! 2
| 2 || 4 || 6
|-
! 3
| 3 || [ http://www.google.com/ GOOGLE ] || 9
|-
! 4
| 4 || 8 || 12
|-
! 5
| 5 || 10 || 15
|}
''whats up foo'' or '''maybe''' you just want some of '''''this'''''
[ http://www.youtube.com/ {{PAGENAME}} ]
<nowiki>hello {{ BOO }} world</nowiki>
{{#if: {{PAGENAME}} | pagename exists | pagename does not exist }}
|