greenSection – Template

From Bohemia Interactive Community
m (Text replacement - "Category:Templates" to "{{uc:{{PAGENAME}}}}")
m (Some wiki formatting)
 
Line 1: Line 1:
! <h2 style="margin:0;background:{{{bg|#cef2e0}}};font-size:120%;font-weight:bold;border:1px solid {{{fg|#a3bfb1}}};text-align:left;color:#000;padding:0.2em 0.4em;">{{{1}}}</h2>
<includeonly>! <h2 style="margin:0;background:{{{bg|#cef2e0}}};font-size:120%;font-weight:bold;border:1px solid {{{fg|#a3bfb1}}};text-align:left;color:#000;padding:0.2em 0.4em;">{{{1}}}</h2>
|-
|-
|style="color:#000"|{{{2}}}
|style="color:#000"|{{{2}}}
|-
|-
</includeonly><noinclude>
This historical template is exclusively used in wiki tables and only used in old page's revisions now.


<noInclude>[[Category:Templates|{{uc:{{PAGENAME}}}}]]</noInclude>
* bg: title's background colour
* fg: title's '''''border''''' colour
 
{| class="valign-top"
! Code
! Result
|-
| <syntaxhighlight lang="handlebars">
{|
 
{{greenSection
| Hello there!
|
* item 1
* item 2
* item 3
}}
 
|}
</syntaxhighlight>
|
{|
 
{{greenSection
| Hello there!
|
* item 1
* item 2
* item 3
}}
 
|}
 
|-
| <syntaxhighlight lang="handlebars">
{|
 
{{greenSection|fg=#a3b0bf|bg=#cedff2|Old Blue
|
* item 1
* item 2
* item 3
}}
 
|}
</syntaxhighlight>
|
{|
 
{{greenSection|fg=#a3b0bf|bg=#cedff2|Old Blue|
* item 1
* item 2
* item 3
}}
 
|}
 
|}
[[Category:Historical Templates]]
</noinclude>

Latest revision as of 14:15, 24 October 2025

This historical template is exclusively used in wiki tables and only used in old page's revisions now.

  • bg: title's background colour
  • fg: title's border colour
Code Result
{|

{{greenSection
| Hello there!
|
* item 1
* item 2
* item 3
}}

|}

Hello there!

  • item 1
  • item 2
  • item 3
{|

{{greenSection|fg=#a3b0bf|bg=#cedff2|Old Blue
|
* item 1
* item 2
* item 3
}}

|}

Old Blue

  • item 1
  • item 2
  • item 3