Template:OBX boilerplate html: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (documenting)
m (cosmetics)
Line 4: Line 4:
| 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;"}}} | {{{text|Something to do with the '''XO'''}}}
|}
|}
</div><noinclude>[[Category:OBX templates]]
</div><noinclude>
<p style="clear: both; padding-top: 2em">
<p style="clear: both; padding-top: 2em">
The purpose of this template is to be used by all the [[:Category:OBX boxes|''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 [[:Category:OBX boxes|OLPC boxes]] will just invoke this template with the appropriate parameters needed, thus allowing a simple interface to both specifying new [[:Category:OBX boxes|OLPC boxes]] and using them.
The purpose of this template is to be used by all the [[:Category:OBX boxes|''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 [[:Category:OBX boxes|OLPC boxes]] will just invoke this template with the appropriate parameters needed, thus allowing a simple interface to both specifying new [[:Category:OBX boxes|OLPC boxes]] and using them.
Line 27: Line 27:


The code below would actually be specified in a '''specific''' [[:Category:OBX boxes|OLPC box]]. For example, it could be something like <tt><nowiki>{{OBX diplomacy|France}}</nowiki></tt> that incorporates and builds the appropriate parameters (ie: [[OLPC France]]).
The code below would actually be specified in a '''specific''' [[:Category:OBX boxes|OLPC box]]. For example, it could be something like <tt><nowiki>{{OBX diplomacy|France}}</nowiki></tt> that incorporates and builds the appropriate parameters (ie: [[OLPC France]]).
{| cellpadding=4
{|
|-
|-
| {{OBX boilerplate html
| {{OBX boilerplate html
Line 36: Line 36:
| textstyle = "font-size:9pt;"
| textstyle = "font-size:9pt;"
| text = This user likes playing as [[OLPC France]] in '''[http://en.wikipedia.org/wiki/Diplomacy_(board_game) Diplomacy]'''.}}
| text = This user likes playing as [[OLPC France]] in '''[http://en.wikipedia.org/wiki/Diplomacy_(board_game) Diplomacy]'''.}}
| style="font-size:80%; font-family:fixed; " |<pre>
| <pre>
{{OBX boilerplate html
{{OBX boilerplate html
| divstyle = "border:solid #C0C000 1px;"
| divstyle = "border:solid #C0C000 1px;"
Line 46: Line 46:
}}</pre>
}}</pre>
|}
|}
[[Category:OBX templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Revision as of 04:12, 6 July 2007

Xo s.png Something to do with the XO

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. needs to be tested and used...

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, it could be something like {{OBX diplomacy|France}} that incorporates and builds the appropriate parameters (ie: OLPC France).

Xo s.png This user likes playing as OLPC France in Diplomacy.
{{OBX boilerplate html
  | divstyle   = "border:solid #C0C000 1px;"
  | tablesytle = "background:#FFFFC0;"
  | iconstyle  = "background:#FFFFC0;"
  | icon       = [[Image:Xo s.png]]
  | textstyle  = "font-size:9pt;"
  | text       = This user likes playing as [[OLPC France]] in '''[http://en.wikipedia.org/wiki/Diplomacy_(board_game) Diplomacy]'''.}}
}}