Template:Show/testcases
Jump to navigation
Jump to search
| This is the template test cases page for the sandbox of Template:Show. 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: |
Unnamed parameters
[edit source]{{Show
|Header!
|Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.
}}
{{Show}}
Header!
Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.
{{Show/sandbox}}
Header!
Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.
Numbered parameters
[edit source]{{Show
|1=Header!
|2=Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.
}}
{{Show}}
Header!
Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.
{{Show/sandbox}}
Header!
Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.
Alignment parameters
[edit source]{{Show
|head-align = center
|content-align = right
|1 = Header!
|2 = Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.
}}
{{Show}}
Header!
Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.
{{Show/sandbox}}
Header!
Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.
Style parameters
[edit source]{{Show
|frame-style = border: 1px solid silver; padding: 0.3em;
|head-style = background-color: #AADDAA; text-align: center;
|content-style = background-color: #CCFFCC; text-align: right;
|1 = Header!
|2 = Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.
}}
{{Show}}
Header!
Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.
{{Show/sandbox}}
Header!
Content!
This information here will not show until you click the "show" button. It's then hidden by collapsing the section when you press "hide" button.