Template:Pageframe: Difference between revisions

From Artea Station
Jump to navigation Jump to search
m (added to the templates category)
Tag: Reverted
(Undo revision 17 by Quacks (talk))
Tag: Undo
Line 5: Line 5:
<div style="margin: .42em .5em .5em .5em; padding: .5em; background: {{{color|#444444}}}1e; border-radius: 0 0 1em 1em; box-shadow: 0 0 .3em #888;">
<div style="margin: .42em .5em .5em .5em; padding: .5em; background: {{{color|#444444}}}1e; border-radius: 0 0 1em 1em; box-shadow: 0 0 .3em #888;">
{{{content}}}
{{{content}}}
</div></div></div><noinclude>[[Category:Styling Templates]][[category:Templates]]
</div></div></div><noinclude>[[Category:Styling Templates]]
<div style="background: red; color: #FFF;"><center>'''THIS TEMPLATE SHOULD NOT BE EDITED UNLESS ABSOLUTELY NESSESARY'''</center></div>
<div style="background: red; color: #FFF;"><center>'''THIS TEMPLATE SHOULD NOT BE EDITED UNLESS ABSOLUTELY NESSESARY'''</center></div>
==How to use this template==
==How to use this template==

Revision as of 22:33, 10 March 2023

{{{title}}}

{{{content}}}

THIS TEMPLATE SHOULD NOT BE EDITED UNLESS ABSOLUTELY NESSESARY

How to use this template

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

Important note: The icon parameter is only meant to be used with the FontAwesome extension For usage see the extension itself. A list of use-able icons can be found here on the FontAwesome website (We can only use Free Icons from version 5.15.4 or older, keep this in mind when looking for icons to use.)

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

These parameters will result in the following:
Test1

Test2