Template:Infobox block: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
im>Fiskie
Maybe a little bigger...
No edit summary
Line 20: Line 20:
| style="white-space: nowrap;" | '''Emits Light?'''
| style="white-space: nowrap;" | '''Emits Light?'''
| {{{light}}}
| {{{light}}}
 
| style="white-space: nowrap;" | '''Data Value'''
| {{{datadec}}} <sub>dec</sub> ({{{datahex}}} <sub>hex</sub>)
|-
|-
|colspan="2+ |
|colspan="2+ |
Line 39: Line 40:
|transparent={{{transparent}}}
|transparent={{{transparent}}}
|light={{{light}}}
|light={{{light}}}
|data value in dec={{{datadec}}}
|data value in hex={{{datahex}}}
}}</pre></font><br/><br/></noinclude>
}}</pre></font><br/><br/></noinclude>


<noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Templates]]</noinclude>

Revision as of 08:50, 22 July 2010

{{{name}}}
Type {{{type}}}
[[image:{{{image}}}|250px|center]]
Affected by gravity? {{{gravity}}}
Requires sunlight/dirt? {{{dirt}}}
Allows light to pass through? {{{transparent}}}
Emits Light? {{{light}}} Data Value {{{datadec}}} dec ({{{datahex}}} hex)

Usage

These usage notes will not be included in articles bearing this template.

This template provides a uniform design for block pages.

{{Block
|name={{{name}}}
|image={{{image}}}
|type={{{type}}}
|gravity={{{gravity}}}
|dirt={{{dirt}}}
|transparent={{{transparent}}}
|light={{{light}}}
|data value in dec={{{datadec}}}
|data value in hex={{{datahex}}}
}}