Template:Infobox block: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:
==Usage==
==Usage==
'''These usage notes will not be included in articles bearing this template.'''<p></p>
'''These usage notes will not be included in articles bearing this template.'''<p></p>
This template provides a uniform design for block pages.</font><br/><br/></noinclude>
This template provides a uniform design for block pages.
<pre>
{{Block
|name={{{name}}}
|image={{{image}}}
|type={{{type}}}
|gravity={{{gravity}}}
|dirt={{{dirt}}}
|transparent={{{transparent}}}
|light={{{light}}}
}}</pre></font><br/><br/></noinclude>

Revision as of 16:39, 8 March 2010

{{{name}}}
Type {{{type}}}
[[image:{{{image}}}|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}}}
}}