Difference between revisions of "Template:TitleStyle"

From BrikWars
Jump to navigation Jump to search
(Undo revision 11417 by Stubby (talk))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
style="background-color:#ccc; font-size:12px"
+
style="background-color:#ccc; font-size:12px; font-weight:bold"
 
<noinclude>
 
<noinclude>
  
  
This is a style declaration for table title cells to keep them consistent across templates. Usage as follows:
+
This is a style declaration for table titles to keep them consistent across templates. It only works for rows, not cells. Usage as follows:
  
 
<pre>
 
<pre>
 
{|  
 
{|  
| {{TitleStyle}} | title content
+
|- {{TitleStyle}}
 +
| title content
 
|}
 
|}
 
</pre>
 
</pre>

Latest revision as of 15:10, 12 May 2015

style="background-color:#ccc; font-size:12px; font-weight:bold"


This is a style declaration for table titles to keep them consistent across templates. It only works for rows, not cells. Usage as follows:

{| 
|- {{TitleStyle}}
| title content
|}