Difference between revisions of "Template:Block"

From Project Eden
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<infobox>
{| class="wikitable" style="width: 30%; float: right;"
{{{title1}}}
|-
{{{caption1}}}
|title1: {{{title1}}}
  <title source="title1"/>
|-
  <image source="image1">
|renewable: {{{renewable}}}
    <caption source="caption1"/>
|-
  </image>
|stackable: {{{stackable}}}
  <image source="image2">
|-
    <caption source="caption2"/>
|tool: {{{tool}}}
  </image>
|-
  <data source="tool">
|hardness: {{{hardness}}}
    <label>Tool</label>
|}
  </data>
  <data source="found_in">
    <label>Found In</label>
  </data>
  <data source="craftable">
    <label>Craftable</label>
  </data>
  <data source="renewable">
    <label>Renewable </label>
  </data>
  <data source="stackable">
    <label>Stackable</label>
  </data>
  <data source="blast_resistence">
    <label>Blast Resistance </label>
  </data>
  <data source="hardness">
    <label>Hardness</label>
  </data>
  <data source="rotatable">
    <label>Rotatable</label>
  </data>
  <data source="luminant">
    <label>Luminant </label>
  </data>
  <data source="transparent">
    <label>Transparent </label>
  </data>
  <data source="flamable">
    <label>Flammable </label>
  </data>
  <data source="catches_fire_from_lava">
    <label>Lava Resistance</label>
  </data>
  <data source="fluids_break">
    <label>Fluids Break</label>
  </data>
</infobox>
<noinclude>
Example usage:
<pre>
{{Block Template
 
  | title1=Example
 
  | image1=Example
 
  | caption1=Example
 
  | image2=Example
 
  | caption2=Example
 
  | renewable=Example
 
  | stackable=Example
 
  | tool=Example
 
  | blast_resistence=Example
 
  | hardness=Example
 
  | rotatable=Example
 
  | luminant=Example
 
  | transparent=Example
 
  | flamable=Example
 
  | catches_fire_from_lava=Example
 
  | fluids_break=Example
}}
</pre>
</noinclude>

Latest revision as of 17:02, 15 June 2022

title1: {{{title1}}}
renewable: {{{renewable}}}
stackable: {{{stackable}}}
tool: {{{tool}}}
hardness: {{{hardness}}}