Difference between revisions of "Template:InfoBox"

From Hackerspace ACKspace
Jump to: navigation, search
(first switch statement (test))
Line 19: Line 19:
 
     {{{Type|¬}}}
 
     {{{Type|¬}}}
 
   }}
 
   }}
   |¬|no      = dashed #ccc
+
   |¬|normal  = dashed #ccc
 
   ||alert    = solid red
 
   ||alert    = solid red
}}
+
}}; padding: 1em; text-align:center; background: ;width: {{{Width}}}; float: {{{Float}}}">
 
 
 
 
 
 
 
 
 
 
; padding: 1em; text-align:center; background: ;width: {{{Width}}}; float: {{{Float}}}">
 
 
   <div style="font-weight: bold">{{{Title|}}}</div>
 
   <div style="font-weight: bold">{{{Title|}}}</div>
 
   <div style="">{{{Text|}}}</div>
 
   <div style="">{{{Text|}}}</div>
 
</div>
 
</div>
 
</includeonly>
 
</includeonly>

Revision as of 13:55, 4 September 2011

This is the "Infobox" template. It should be called in the following format:

{{InfoBox
|Type=
|Image=
|Title=
|Text=
|Float=
|Width=
}}

Edit the page to see the template text.