Template:Pageframe: Difference between revisions

From Artea Station
Jump to navigation Jump to search
(Created Pageframe template)
 
m (Added a fat warning about not editing this template unless absolutely needed.)
Line 6: Line 6:
{{{content}}}
{{{content}}}
</div></div></div><noinclude>[[Category:Misc Styling Templates]]
</div></div></div><noinclude>[[Category:Misc Styling Templates]]
<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==
This template has several parameters and all of them will be displayed in the example below.
This template has several parameters and all of them will be displayed in the example below.

Revision as of 22:17, 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