Difference between revisions of "Template:Hidden"

From Tar Valon Library
Jump to: navigation, search
Line 31: Line 31:
 
| header = Title text here
 
| header = Title text here
 
| content = Body text line 1<br/>Body text line 2<br/>Body text line 3
 
| content = Body text line 1<br/>Body text line 2<br/>Body text line 3
}} </noinclude>
+
}}  
 
</pre>
 
</pre>
 +
</noinclude>

Revision as of 04:41, 2 March 2008


Two parameters are required for this template: header and content 
You may write it this way :

{{hidden
| header = Title text here
| content = Body text line 1<br/>Body text line 2
}}
(<br/> is for moving into new line)


or this :

{{hidden|Title text here|Body text line 1<br/>Body text line 2}}


There are two optional parameters : contentcss , headercss

{{hidden
| headercss = background: #ccccff;(or some other color) font-size: 110%; width: 100%;
| contentcss = text-align: center; font-size: 110%; width: 100%;
| header = Title text here
| content = Body text line 1<br/>Body text line 2<br/>Body text line 3
}}