Template:Main Page/Frame: Difference between revisions

From Podpedia
Content added Content deleted
(added usage and syntax from documentation)
 
m (Fixed Formatting)
 
(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 2em 0; padding: 1px;">
<div style="box-shadow: 0 0 .3em #999; border-radius: .2em; margin: 1em 0 2em 0; padding: 1px;">
<div style="background: #{{{color|888}}}; border-radius: .2em; color: #FFF; font-weight:300; font-size:120%; padding: .4em .8em .5em;"><span style="opacity: 1;">[[File:SoldiersLogo.png|27px|link=|alt=]]</span> &nbsp; {{{title}}}</div>
<div style="background: #{{{color|888}}}; border-radius: .2em; color: #FFF; font-weight:300; font-size:120%; padding: .4em .8em .5em;"><span style="opacity: 1;"></span> {{{title}}}</div>
<div style="padding: .5em 1em;">{{{content}}}</div></div><noinclude>
<div style="padding: .5em 1em;">{{{content}}}</div></div><noinclude>
===Usage===
===Usage===

Latest revision as of 07:05, 14 December 2017

{{{title}}}
{{{content}}}

Usage[edit source]

{{Main Page/Frame
 | color      = 069
 | title      = The title of this frame in your language
 | content    =
* Bullet 1
* Bullet 2
* Bullet 3
}}

Syntax[edit source]

color
This changes the title box background color. Default: 888 (gray).
title
The title of this frame in your language.
content
The title of this frame in your language. Additional tags <div></div> are set by the template and not needed in the inclusion.