Difference between revisions of "Template:InfoBox"

From Hackerspace ACKspace
Jump to: navigation, search
m (added category)
m (fixed styles: allow small screens)
Line 26: Line 26:
 
   ||featured  = 3px dashed #99f;
 
   ||featured  = 3px dashed #99f;
 
}}
 
}}
margin: 0.5em; padding: 1em; text-align:center; background: {{{Background}}}; color: {{{Color}}}; width: {{{Width}}}; float: {{{Float|inherit}}}; clear: {{{Clear|inherit}}};">
+
margin: 0.5em; padding: 1em; text-align:center; background: {{{Background|inherit}}}; color: {{{Color|inherit}}}; width: 100%; max-width: {{{Width|auto}}}; float: {{{Float|inherit}}}; clear: {{{Clear|inherit}}};">
 
   <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 14:52, 20 March 2018

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

{{InfoBox
|Type={[normal]|alert|featured}
|Image=
|Title=
|Text=
|Float={left|right|[none]|inherit}
|Clear={left|right|both|[none]|inherit}
|Width=
|Color=
|Background=
}}

Edit the page to see the template text.