Difference between revisions of "Template:Hidden infoboxes/testcases"
Jump to navigation
Jump to search
imported>JJMC89 m (JJMC89 moved page Template talk:Hidden infoboxes/testcases to Template:Hidden infoboxes/testcases without leaving a redirect: wrong namespace) |
imported>JJMC89 (no evidence of any ongoing bot issues) |
||
| Line 1: | Line 1: | ||
| − | |||
{{template test cases notice}} | {{template test cases notice}} | ||
| − | <code><nowiki>{{ | + | <code><nowiki>{{Hidden infoboxes/sandbox|abc}}</nowiki></code> gives: |
| − | {{ | + | {{Hidden infoboxes/sandbox|abc}} |
| − | <code><nowiki>{{ | + | <code><nowiki>{{Hidden infoboxes/sandbox|info=abc}}</nowiki></code> gives: |
| − | {{ | + | {{Hidden infoboxes/sandbox|info=abc}} |
| − | <code><nowiki>{{ | + | <code><nowiki>{{Hidden infoboxes/sandbox|title=abc}}</nowiki></code> gives: |
| − | {{ | + | {{Hidden infoboxes/sandbox|title=abc}} |
| − | <code><nowiki>{{ | + | <code><nowiki>{{Hidden infoboxes/sandbox|title=def|info=abc}}</nowiki></code> gives: |
| − | {{ | + | {{Hidden infoboxes/sandbox|title=def|info=abc}} |
| − | <code><nowiki>{{ | + | <code><nowiki>{{Hidden infoboxes/sandbox|title=abc|def}}</nowiki></code> gives: |
| − | {{ | + | {{Hidden infoboxes/sandbox|title=abc|def}} |
| − | <code><nowiki>{{ | + | <code><nowiki>{{Hidden infoboxes/sandbox|abc|title=def}}</nowiki></code> gives: |
| − | {{ | + | {{Hidden infoboxes/sandbox|abc|title=def}} |
Latest revision as of 04:59, 2 April 2018
| 42px | This is the template test cases page for the sandbox of Template:Hidden infoboxes. Script error: No such module "Purge". 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 with these links: |
{{Hidden infoboxes/sandbox|abc}} gives:
| 40x40px | more information abc |
{{Hidden infoboxes/sandbox|info=abc}} gives:
| 40x40px | more information abc |
{{Hidden infoboxes/sandbox|title=abc}} gives:
| 40x40px | abc No information available. |
{{Hidden infoboxes/sandbox|title=def|info=abc}} gives:
| 40x40px | def abc |
{{Hidden infoboxes/sandbox|title=abc|def}} gives:
| 40x40px | abc def |
{{Hidden infoboxes/sandbox|abc|title=def}} gives:
| 40x40px | def abc |