This is the template test cases page for the sandbox of Template:For nowiki. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki; see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins and parsers with these links: |
Unordered list
{{For nowiki| |* Item {{{i}}}: {{3x|{{{1}}} }} |dog|cat|bird}}
{{For nowiki}}
- Item 1: dog dog dog
- Item 2: cat cat cat
- Item 3: bird bird bird
- Item 1: dog dog dog
- Item 2: cat cat cat
- Item 3: bird bird bird
Ordered list
{{For nowiki| |# Item {{{i}}}: {{3x|{{{1}}} }} |dog|cat|bird}}
{{For nowiki}}
- Item 1: dog dog dog
- Item 2: cat cat cat
- Item 3: bird bird bird
- Item 1: dog dog dog
- Item 2: cat cat cat
- Item 3: bird bird bird
|count=10
{{For nowiki|; |{{para|i|{{{i}}}}}, {{para|1|{{{1}}}}}|count=10}}
{{For nowiki}}
|i=1
, |1=1
; |i=2
, |1=2
; |i=3
, |1=3
; |i=4
, |1=4
; |i=5
, |1=5
; |i=6
, |1=6
; |i=7
, |1=7
; |i=8
, |1=8
; |i=9
, |1=9
; |i=10
, |1=10
|i=1
, |1=1
; |i=2
, |1=2
; |i=3
, |1=3
; |i=4
, |1=4
; |i=5
, |1=5
; |i=6
, |1=6
; |i=7
, |1=7
; |i=8
, |1=8
; |i=9
, |1=9
; |i=10
, |1=10
|count=10
, |start=205
{{For nowiki|; |{{para|i|{{{i}}}}}, {{para|1|{{{1}}}}}|count=10 |start=205}}
{{For nowiki}}
|i=1
, |1=205
; |i=2
, |1=206
; |i=3
, |1=207
; |i=4
, |1=208
; |i=5
, |1=209
; |i=6
, |1=210
; |i=7
, |1=211
; |i=8
, |1=212
; |i=9
, |1=213
; |i=10
, |1=214
|i=1
, |1=205
; |i=2
, |1=206
; |i=3
, |1=207
; |i=4
, |1=208
; |i=5
, |1=209
; |i=6
, |1=210
; |i=7
, |1=211
; |i=8
, |1=212
; |i=9
, |1=213
; |i=10
, |1=214
Tag
{{For nowiki| ~ |<span>{{{1}}}</span>|dog|cat|bird}}
{{For nowiki}}
dog ~ cat ~ bird
dog ~ cat ~ bird