Template:Template link expanded/testcases
Appearance
This is the template test cases page for the sandbox of Template:Template link expanded. 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: |
Sandbox version
[edit]Code | Template:Tlx | Template:Tlx/sandbox | Remarks |
{{tlx|x0}} | {{x0}} | {{x0}} | |
{{tlx|Abc}} | {{Abc}} | {{Abc}} | |
{{tlx|ABC}} | {{ABC}} | {{ABC}} | |
{{tlx|AbC}} | {{AbC}} | {{AbC}} | |
{{tlx|x1|one}} | {{x1|one}} | {{x1|one}} | |
{{tlx|x2|one|two}} | {{x2|one|two}} | {{x2|one|two}} | |
{{tlx|x3|1|2|3|4|5|6|7|8|9|10}} | {{x3|1|2|3|4|5|6|7|8|9|10}} | {{x3|1|2|3|4|5|6|7|8|9|10}} | |
{{tlx|x4|1|2|3|4|5|6|7|8|9|10|11}} | {{x4|1|2|3|4|5|6|7|8|9|10|11}} | {{x4|1|2|3|4|5|6|7|8|9|10|11}} | up to 10 parameters... |
{{tlx|x5|1|2|3|4|5|6|7|8|9|10|11}} | {{x5|1|2|3|4|5|6|7|8|9|10%#124;11}} | {{x5|1|2|3|4|5|6|7|8|9|10|11}} | ... | for more |
{{tlx|x1|x=u}} | {{x1}} | {{x1}} | the straightforward equals-sign won't work... |
{{tlx|x1|x=u}} | {{x1|x=u}} | {{x1|x=u}} | ...but = is okay |
{{tlx|x1|x{{=}}u}} | {{x1|x=u}} | {{x1|x=u}} | ...and {{=}} is okay |
{{tlx|x1|<nowiki>x=u</nowiki>}} | {{x1|x=u}} | {{x1|x=u}} | sticky nowiki also okay |
{{tlx|x2| |two}} | {{x2|two}} | {{x2|two}} | empty won't work... |
{{tlx|x2| |two}} | {{x2| |two}} | {{x2| |two}} | ...but   is okay |
{{tlx|x2| |two}} | {{x2| |two}} | {{x2| |two}} | ... is also okay |
{{tlx|x2| | {{x2||two}} | {{x2||two}} | <nowiki /> handles the space |
{{tlx|x2|| two}} | {{x2|| two}} | {{x2|| two}} | | is okay |
{{tlx|x2|{{!}} two}} | {{x2|| two}} | {{x2|| two}} | {{!}} is dubious |
{{tlx|x2|2=|3=two}} | {{x2|two}} | {{x2|two}} | empty really doesn't work |
{{tlx|x2|3=two|2=one}} | {{x2|one|two}} | {{x2|one|two}} | irregular parameter order is okay |
{{tlx|Template:x4}} | {{Template:x4}} | {{Template:x4}} | Specify Namespace |
{{tlx|Wikipedia:Sandbox}} | {{Wikipedia:Sandbox}} | {{Wikipedia:Sandbox}} | Other namespaces can be transcluded too |
{{tlx|x3|2=x=3|subst=true}} | {{subst:x3|x=3}} | {{subst:x3|x=3}} |