Template:User/testcases
Appearance
| This is the template test cases page for the sandbox of Template:User. 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
[edit]- {{User/sandbox|Example}}
- {{subst:User/sandbox|Example}}
- Results in code:
<span>[[User:Example|Example]] <!--
--><span class="plainlinks"><!--
-->([[User talk:Example|talk]]<!--
-->{{int:dot-separator}}[[Special:Contributions/Example|contribs]])<!--
--></span></span>
Previous (non-subst-friendly)
[edit]- {{subst:User|Example}}
- Results in code:
{{User-multi
| User = Example
| Project =
| Lang =
| separator = dot
| 1 = t
| 2 = c
| demo =
| doc = yes
}}
Previous with safesubst
[edit]- {{subst:<userspace sandbox deleted>|Example}}
- Results in code:
<span>[[User:Example|Example]] <span class="plainlinks">([[User talk:Example|talk]] '''·''' [[Special:Contributions/Example|contribs]])</span></span>
Live
[edit]- {{User|Example}}
- {{subst:User|Example}}
- Results in code:
[[User:Example|Example]] ([[User talk:Example|talk]] '''·''' [[Special:Contributions/Example|contribs]])