Template:Hidden

From Tar Valon Library
Jump to: navigation, search


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