Template:Pageframe: Difference between revisions

From Skyrat
Jump to navigation Jump to search
(Created Template:Pageframe)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
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}}}; width: {{{width|100%}}};">
<div style="box-shadow: 0 0 .3em #999; border-radius: .2em; margin: .35em 1em 1em 0em; 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>'''{{{title}}}'''</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;">

Latest revision as of 17:08, 5 March 2023

{{{title}}}

{{{content}}}

How to use this template

This template has several parameters and all of them will be displayed in the example below.

{{Pageframe
| color = #005C53
| title = Test1
| content = Test2
| width = 80%
}}

These parameters will result in the following:
Test1

Test2