Template:Infobox block: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
im>Fiskie
Should fix all image size problems
im>Fiskie
Maybe a little bigger...
Line 7: Line 7:
| style="width:14em" | {{{type}}}
| style="width:14em" | {{{type}}}
|-
|-
| align="center" colspan="2" |[[image:{{{image}}}|200px|center]]
| align="center" colspan="2" |[[image:{{{image}}}|250px|center]]
|- valign="top"
|- valign="top"
| style="white-space: nowrap;" | '''Affected by gravity?'''
| style="white-space: nowrap;" | '''Affected by gravity?'''

Revision as of 20:50, 9 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}}}

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}}}
}}