Difference between revisions of "Template:Block"

From Project Eden
Jump to navigation Jump to search
(Replaced content with "{{{title1}}} {{{caption1}}}")
Tag: Replaced
Line 1: Line 1:
<infobox>
{{{title1}}}
{{{title1}}}
{{{caption1}}}
{{{caption1}}}
  <title source="title1"/>
  <image source="image1">
    <caption source="caption1"/>
  </image>
  <image source="image2">
    <caption source="caption2"/>
  </image>
  <data source="tool">
    <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>

Revision as of 17:49, 15 June 2022

{{{title1}}} {{{caption1}}}