Template:Box-round: Difference between revisions

From CASA Guides
Jump to navigationJump to search
(Created page with "{{Box-round|title=Title|Text goes here}} ==Parameters== ;content :Text content of box ;border :Border color :''Default: #99c'' ;titlebackground :Title background color :''Defa...")
 
No edit summary
Line 1: Line 1:
{{Box-round|title=Title|Text goes here}}
__NOEDITSECTION__ __NOTOC__<div style="clear: both;"></div>
==Parameters==
<div style="border: 1px solid {{{border|#99c}}};<!--
;content
        -->background: {{{titlebackground|#ccf}}};<!--
:Text content of box
        -->color: {{{titleforeground|#000}}};<!--
;border
        -->padding: .1em;<!--
:Border color
        -->text-align: center;<!--
:''Default: #99c''
        -->font-weight: bold;<!--
;titlebackground
        -->font-size: 100%;<!--
:Title background color
        -->margin-bottom: 0px;<!--
:''Default: #ccf''
        -->border-bottom: none;<!--
;titleforeground
        -->{{border-radius|1.5em 1.5em 0 0}}<!--
:Title foreground color
        -->{{{titlestyle|}}};"><!--
:''Default: #000''
  --><span class="plainlinks" <!-- EDIT LINK PARAMETERS
;titlestyle
        -->style="float:right;<!--
:Additions to title style
              -->margin-bottom:.1em;<!--
;title
              -->font-size: 80%;<!--
:Title text
              -->padding-right: 0.5em;"><!--
;background
        --><font color="{{{titleforeground|#000000}}}">[{{fullurl:{{{editpage|{{FULLPAGENAME}}}}}|action=edit}} {{int:editsection}}]</font>&nbsp;<!--
:Background color
  --></span ><!--
:''Default: #fff''
  --><h2 style="font-size:100%;font-weight:bold;border: none; margin: 0; padding:0; padding-bottom:.1em;"><font color="{{{titleforeground|#000000}}}">{{{title}}}</font></h2></div>
;foreground
<div style="display: block; border: 1px solid {{{border|#99c}}}; vertical-align: top; background: {{{background|#fff}}}; color: {{{foreground|#000}}}; margin-bottom: 10px; padding: .8em 1em 1em 1.3em; margin-top: 0em; {{border-radius|0 0 1.5em 1.5em}} {{{style|}}};">{{{1|{{{text|{{{content}}}}}}}}}</div>
:Foreground color
<noinclude>{{doc}}</noinclude>
:''Default: #000''
;style
:Additions to box style
;editpage
:Edit page
:''Default: <nowiki>{{FULLPAGENAME}}</nowiki>''

Revision as of 17:36, 17 May 2016

edit 

{{{title}}}

{{{content}}}

Template:Doc