Template:Pageframecollapse: Difference between revisions

From Skyrat
Jump to navigation Jump to search
m (added this to Misc styling templates)
m (Small tweaks and added a width parameter and a short how to use for this template.)
Line 1: Line 1:
<div style="box-shadow: 0 0 .3em #999; border-radius: .2em; margin: 1em 0 1em 1; border: .2em solid #{{{color|444}}}; background: #{{{color|444}}};">
<div style="box-shadow: 0 0 .3em #999; border-radius: .2em; margin: 1em 0 1em 1; border: .2em solid {{{color|#444}}}; background: {{{color|#444}}}; width: {{{width|100%}}}">
<div style="background: #{{{color|444}}}; border-radius: .2em; color: #FFF; padding: .4em .8em .5em;"><center><!--[[file:{{{image}}}|right|24px]]-->'''{{{title}}}'''<!--[[file:{{{image}}}|right|24px]]--></center></div>
<div style="background: {{{color|#444}}}; border-radius: .2em; color: #FFF; padding: .4em .8em .5em;"><center>'''{{{title}}}'''</center></div>
<div style="border: .2em solid #{{{color|444}}}; border-radius: .5em; background: #FFFFFF;">
<div style="border: .2em solid {{{color|#444}}}; border-radius: .5em; background: #FFFFFF;">
<div style="padding: .5em; background: #{{{color|444}}}2e; margin:.25em; border-radius: .5em;">
<div style="padding: .5em; background: {{{color|#444}}}2e; margin:.25em; border-radius: .5em;">
<div class="mw-collapsible mw-collapsed" data-expandtext="Expand">
<div class="mw-collapsible mw-collapsed" data-expandtext="Expand">
{{{header}}}
{{{header}}}
Line 8: Line 8:
</div></div>
</div></div>
</div></div></div>
</div></div></div>
<noinclude>[[Category:Templates]][[Category:Misc Styling Templates]]</noinclude>
<noinclude>[[Category:Templates]][[Category:Misc Styling Templates]]
==How to use this template==
This template has several parameters and all of them will be displayed with their in the example below. The result for the example parameters of this template will also be shown below.
<pre>{{Pageframecollapse
| color = #005C53
| title = Test1
| header = Test2
| content = Test3
| width = 80%
}}
 
These parameters will result in what is shown below.
</pre>
 
{{Pageframecollapse
| color = #005C53
| title = Test1
| header = Test2
| content = Test3
| width = 80%
}}
</noinclude>

Revision as of 18:48, 11 May 2022

{{{title}}}

{{{header}}}

{{{content}}}

How to use this template

This template has several parameters and all of them will be displayed with their in the example below. The result for the example parameters of this template will also be shown below.

{{Pageframecollapse
| color = #005C53
| title = Test1
| header = Test2
| content = Test3
| width = 80%
}}

These parameters will result in what is shown below.
Test1

Test2

Test3