Difference between revisions of "Template:TitleStyle"

From BrikWars
Jump to navigation Jump to search
(Undo revision 11417 by Stubby (talk))
Line 3: Line 3:
  
  
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>

Revision as of 15:06, 12 May 2015

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


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
|}