Code
|
Result
|
Remark
|
{{Tlg|Abc}}
|
{{||সাঁচ:Abc|Abc]]}}
|
|
{{Tlg|ABC}}
|
{{||সাঁচ:ABC|ABC]]}}
|
|
{{Tlg|AbC}}
|
{{||সাঁচ:AbC|AbC]]}}
|
|
{{Tlg|x0}}
|
{{||সাঁচ:x0|x0]]}}
|
|
{{Tlg|x0|bold=yes}}
|
{{||সাঁচ:x0|x0]]}}
|
|
{{Tlg|x1|one|italic=yes}}
|
{{||সাঁচ:x1|x1]]|one}}
|
|
{{Tlg|x0|code=yes}}
|
{{||সাঁচ:x0|x0]]}}
|
|
{{Tlg|x0|tt=yes}}
|
{{||সাঁচ:x0|x0]]}}
|
|
{{Tlg|x0|nolink=yes}}
|
{{x0}}
|
|
{{Tlg|x0|subst=yes}}
|
{{subst:||সাঁচ:x0|x0]]}}
|
|
{{Tlg|x0|braceinside=yes}}
|
|
সাঁচ:x0|{{x0}}]]
|
|
{{Tlg|x0|alttext=Link to x0 template}}
|
{{||সাঁচ:x0|Link to x0 template]]}}
|
|
{{Tlg|x0|anypage=yes}}
|
{{||x0|x0]]}}
|
Now the expression links to x0 (the spaceship, genetic disease, etc.) rather than Template:x0. Mostly useful for templates in user space.
|
{{Tlg|x0|bold=yes|tt=yes|braceinside=yes}}
|
||সাঁচ:x0|{{x0}}]]
|
No reason you can't combine multiple parameter settings.
|
{{Tlg|x1|one}}
|
{{||সাঁচ:x1|x1]]|one}}
|
|
{{Tlg|x2|one|two}}
|
{{||সাঁচ:x2|x2]]|one|two}}
|
|
{{Tlg|x2|bold=yes|tt=yes|one|two}}
|
{{||সাঁচ:x2|x2]]|one|two}}
|
Can combine named and anonymous parameters ...
|
{{Tlg|x2|one|two|bold=yes|tt=yes}}
|
{{||সাঁচ:x2|x2]]|one|two}}
|
... in any order …
|
{{Tlg|x2|one|tt=yes|two|bold=yes|three}}
|
{{||সাঁচ:x2|x2]]|one|two|three}}
|
... even intermixed ...
|
{{Tlg|x2|one|tt=yes|two|bold=yes|three|italic=yes}}
|
{{||সাঁচ:x2|x2]]|one|two|three}}
|
... with many different configurations.
|
{{Tlg|x3|1|2|3|4|5|6|7|8|9|10}}
|
{{||সাঁচ:x3|x3]]|1|2|3|4|5|6|7|8|9|10}}
|
|
{{Tlg|x4|1|2|3|4|5|6|7|8|9|10|11}}
|
{{||সাঁচ:x4|x4]]|1|2|3|4|5|6|7|8|9|10|...}}
|
up to 10 parameters, then ...
|
{{Tlg|x5|1|2|3|4|5|6|7|8|9|10|11}}
|
{{||সাঁচ:x5|x5]]|1|2|3|4|5|6|7|8|9|10|11}}
|
| for more
|
{{Tlg|convert|<nowiki>14|m|ftin|abbr=out|sp=us</nowiki>}}
|
unlimited parameters as one nowiki string
|
{{Tlg}}
|
{{||সাঁচ:Tlg|Tlg]]}}
|
with no arguments, the current page name is substituted
|
{{Tlg|x1|x=u}}
|
{{||সাঁচ:x1|x1]]}}
|
= won't work
|
{{Tlg|x1|x=u}}
|
{{||সাঁচ:x1|x1]]|x=u}}
|
= is okay
|
{{Tlg|x1|x{{=}}u}}
|
{{||সাঁচ:x1|x1]]|x=u}}
|
{{=}} is okay
|
{{Tlg|x1|<nowiki>x=u</nowiki>}}
|
{{||সাঁচ:x1|x1]]|x=u}}
|
sticky nowiki is okay
|
{{Tlg|x2| |two}}
|
{{||সাঁচ:x2|x2]]|two}}
|
empty won't work
|
{{Tlg|x2| |two}}
|
{{||সাঁচ:x2|x2]]| |two}}
|
  is okay
|
{{Tlg|x2| |two}}
|
{{||সাঁচ:x2|x2]]| |two}}
|
is okay
|
{{Tlg|x2| | two}}
|
{{||সাঁচ:x2|x2]]| | two}}
|
| is okay
|
{{Tlg|x2| {{!}} two}}
|
{{||সাঁচ:x2|x2]]| | two}}
|
{{||সাঁচ:!|!]]}} is dubious
|
{{Tlg|x2|2=|3=two}}
|
{{||সাঁচ:x2|x2]]|two}}
|
empty really doesn't work
|
{{Tlg|x2|2=one|two}}
|
{{||সাঁচ:x2|x2]]|two}}
|
two clobbers 2=one
|
{{Tlg|x2|3=two|2=one}}
|
{{||সাঁচ:x2|x2]]|one|two}}
|
right to left okay
|