Difference between revisions of "Template:Grid/Turning Table/Return"

From Industrial-Craft-Wiki
Jump to navigation Jump to search
m (There, everything is at 70. If it looks funny it must be you :P)
m (Doubt that this is causing the numbers to fall about, but something is)
Line 1: Line 1:
<div style="float:{{#if:{{{float|}}}|{{{float}}}|left}}; left:0px; top:0px; width:352px; height:167px; position:relative;">
<div style="float:{{#if:{{{float|}}}|{{{float}}}|left}};"><div style="left:0px; top:0px; width:352px; height:167px; position:relative;">
<div style="left:0px; top:0px; width:352px; height:167px;">[[Image:Turning Table_GUI.png|352px|link=|alt=]]</div>
<div style="left:0px; top:0px; width:352px; height:167px;">[[Image:Turning Table_GUI.png|352px|link=|alt=]]</div>
<div style="position:absolute; left:106px; top:9px; font-family:Minecraftia; font-size: 16.5px;">[[Turning Table]]</div>
<div style="position:absolute; left:106px; top:9px; font-family:Minecraftia; font-size: 16.5px;">[[Turning Table]]</div>
Line 42: Line 42:
-->[[File:Turning {{{Type}}} Bar.png|240px|link=|alt=]]</div>
-->[[File:Turning {{{Type}}} Bar.png|240px|link=|alt=]]</div>
</div>}}
</div>}}
</div>{{#if:{{{nobreak|}}}||{{-}}}}<noinclude>{{Documentation}}</noinclude>
</div></div>{{#if:{{{nobreak|}}}||{{-}}}}<noinclude>{{Documentation}}</noinclude>

Revision as of 23:38, 13 March 2015


Template-info.png Documentation
Lua logo.png This template uses Module:Grid, a script written in Lua.
Please see wikipedia:wp:Lua and mw:Extension:Scribunto to learn more.

This template is used to create a crafting grid that looks similar to the Turning Table's GUI.

Parameters[edit]

  • Output: Set the output item, currently only Drill and Handle are supported, anything else will just generate a blank Iron Turning Blank.
  • Layout: Set the layout of the crafting grid, separating the numbers with a comma, 5 numbers are required as there are 5 parts that can be lathed.
  • Float, float: (Optional) Set the float of the crafting grid
  • nobreak: (Optional) Add to make the crafting grid not line break at the end

Example[edit]

{{Grid/Turning Table
|Output = Drill
|Layout = 5,4,3,2,1
|nobreak = 1
}}

{{Grid/Turning Table
|Output = Handle
|Layout = 4,3,2,2,2
}}

See Also[edit]

The above documentation is transcluded from Template:Grid/Turning Table/doc. (edit | history)