Difference between revisions of "Template:Box"

From WebOS Internals
Jump to navigation Jump to search
(New page: <div style="background-color: {{{color}}}; border: 1px solid #aaa; padding: .75em; margin-bottom: .75em"> {{{1}}} </div> <noinclude> usage: <source lang='text'> {{box | color = #f0f8ff |...)
 
m (little bit nicer shade for the example.)
Line 7: Line 7:
 
usage:
 
usage:
 
<source lang='text'>
 
<source lang='text'>
{{box | color = #f0f8ff |
+
{{box | color = #F5FAFF |
 
content
 
content
 
}}
 
}}
Line 13: Line 13:
  
 
gives:
 
gives:
{{box | color = #f0f8ff |
+
{{box | color = #F5FAFF |
 
content
 
content
 
}}
 
}}
  
 
</noinclude>
 
</noinclude>

Revision as of 01:21, 26 July 2009

{{{1}}}


usage: <source lang='text'>

content


</source>

gives:

content