Template:Boxheadstyle: Difference between revisions

From ICT science
Jump to navigation Jump to search
(Created page with "background-color: {{box-framecolor}}; font-weight: bold; color: white<noinclude> ==Gebruik== <pre>{{boxheadstyle}}</pre> Gebruik deze declaratie alleen binnen tabellen die gebrui...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
background-color: {{box-framecolor}}; font-weight: bold; color: white<noinclude>
background-color: {{box-headcolor}}; font-weight: bold; color: black<noinclude>
==Gebruik==
==Gebruik==
<pre>{{boxheadstyle}}</pre>
<pre>{{boxheadstyle}}</pre>
Gebruik deze declaratie alleen binnen tabellen die gebruik makenn van de template <code>[[Template:Boxcolors|&#123;&#123;boxcolors&#125;&#125;]]</code>.  Bijvoorbeeld:
Gebruik deze declaratie alleen binnen tabellen die gebruik maken van de template <code>[[Template:Boxtablestyle|&#123;&#123;boxtablestyle&#125;&#125;]]</code>.  Bijvoorbeeld:
<pre>{|style="{{boxcolors}}"
<pre>{|style="{{boxtablestyle}}"
|style="{{boxheadstyle}}"|Koptekst
|style="{{boxheadstyle}}"|Koptekst
|-
|-
|Gewone tekst
|Gewone tekst
|}</pre>
|}</pre>
[[Category:ICT templates]]
[[Category:Opmaaktemplates]]
[[Category:Templates]]
{{DEFAULTSORTKEY:Boxheadstyle}}
</noinclude>
</noinclude>

Latest revision as of 11:02, 14 November 2011

background-color: #FAD3A8; font-weight: bold; color: black

Gebruik

{{boxheadstyle}}

Gebruik deze declaratie alleen binnen tabellen die gebruik maken van de template {{boxtablestyle}}. Bijvoorbeeld:

{|style="{{boxtablestyle}}"
|style="{{boxheadstyle}}"|Koptekst
|-
|Gewone tekst
|}