Template:OBX boilerplate html: Difference between revisions
(cosmetics) |
(fix edits - for microformat) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div style={{{divstyle|"float:left; border:solid silver 1px; margin: 1px;"}}}> |
<div style={{{divstyle|"float:left; border:solid silver 1px; margin: 1px;"}}}> |
||
{| cellspacing="0" style={{{tablestyle|"width:238px; height: |
{| cellspacing="0" style={{{tablestyle|"width:238px; height:20px; color:black; background:white;"}}} |
||
| style={{{iconstyle|"width:42px; background:white; text-align:center; font-size:14pt;"}}} | {{{icon|[[Image:Xo s.png]]}}} |
| style={{{iconstyle|"width:42px; background:white; text-align:center; font-size:14pt;"}}} | {{{icon|[[Image:Xo s.png|10px]]}}} |
||
| style={{{textstyle|"font-size:8pt; background:#EEEEEE; padding:4pt; line-height:1.25em;"}}} | {{{text|Something to do with the '''XO'''}}} |
| style={{{textstyle|"font-size:8pt; background:#EEEEEE; padding:4pt; line-height:1.25em;"}}} class="{{{textclass}}}" | {{{text|Something to do with the '''XO'''}}} |
||
|} |
|} |
||
</div><noinclude>{{-}} |
</div><noinclude>{{-}} |
Latest revision as of 00:45, 28 July 2008
needs to be tested and used... The purpose of this template is to be used by all the real OLPC box templates as a way to factor out and reuse the most of the layout and display behavior in one single place. Other OLPC boxes will just invoke this template with the appropriate parameters needed, thus allowing a simple interface to both specifying new OLPC boxes and using them.
Usage
NOTE: This should not be used by non-templates, particulary (and most importantly) because it doesn't categorize the including page (defeating the purpose of the OLPC box idea).
{{OBX boilerplate html | divstyle = default: "float:left; border:solid silver 1px; margin:1px;" | tablesytle = default: "width:238px; height:57px; color:black; background:white;" | iconstyle = default: "width:42px; background:white; text-align:center; font-size:14pt;" | icon = default: [[Image:Xo s.png]] | textstyle = default: "font-size:8pt; background:#EEEEEE; padding:4pt; line-height:1.25em;" | text = default: Something to do with the '''OLPC''' }}
Sample
The code below would actually be specified in a specific OLPC box.
For example, assuming the existance of a {{OBX game diplomacy|France}} template that incorporates and builds the appropriate parameters (ie: OLPC France), it could have the following code:
{{OBX boilerplate html | divstyle = "border:solid #C0C000 1px; float:right; " | tablesytle = "background:#FFFFC0; width:238px; " | iconstyle = "background:#DFDFA0;" | textstyle = "font-size:9pt; background:#F8F8C8;" | text = This user likes playing as [[OLPC {{{1}}}|{{{1}}}]] in '''[http://en.wikipedia.org/wiki/Diplomacy_(board_game) Diplomacy]'''. }}