Difference between revisions of "Template:Crafting/doc"

From Mystcraft
Jump to: navigation, search
(Notes: Documented the float parameter.)
m (6 revisions imported: Importing old wiki)
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
</pre>
 
</pre>
  
Each item can have a custom image by setting the "-image" parameter
+
Each item can have a custom image by setting the matching "-image" parameter.  Example: "B2-image=funk.png" would set a custom image for item B2.  If this parameter is omitted, the template will attempt to use "Grid ''item''.png".  Thus if B2 was "Plank", then the default image would be "Grid Plank.png"
  
For Example: B2-image would set a custom image for item B2
+
Similarly, each item can have a custom link by setting the matching "-link" parameter.  "B2-link=Macarena" would set a custom link for item B2, to page <nowiki>[[Macarena]]</nowiki>.  If this parameter is omitted, the template will attempt to use <nowiki>[[''item'']]</nowiki>.  So if B3 was "Cobble", then the image would try to link to <nowiki>[[Cobble]]</nowiki>
  
If this parameter is omitted, the template will attempt to use Grid ''item''.png
+
The template also accepts two optional parameters:
 
+
* "float=" works like the table parameter, and defaults to left-floating.
For Example: If B2 was "Plank", then the default image would be "Grid Plank.png"
+
* "nobreak" suppresses the usual forced newline after the grid.
 
 
 
 
Each item can have a custom link by setting the "-link" parameter
 
 
 
For Example: B2-link would set a custom link for item B2
 
 
 
If this parameter is omitted, the template will attempt to use [ [ ''item'' ] ]
 
 
 
For Example: If B3 was "Cobble", then the image would try to link to [ [Cobble] ]
 
 
 
The template also accepts an optional "float" parameter, which defaults to left-float.
 
  
 
== Usage ==
 
== Usage ==
Line 49: Line 38:
  
 
=== Base Minecraft items and other mods ===
 
=== Base Minecraft items and other mods ===
If you are using items from outside the '''Reasonable Realism''' mods, you can use the "-link" parameters to link to an alternate page (typically [[Vanilla Items]]).
+
If you are using items from outside '''{{SITENAME}}''', you can use the "-link" parameters to link to an alternate page.
 +
Note that this wiki inherits files from external locations as well (including the vanilla Minecraft wiki).
  
 
<pre style="width: 250px">{{Crafting
 
<pre style="width: 250px">{{Crafting
Line 61: Line 51:
 
{{Crafting
 
{{Crafting
 
|B1=
 
|B1=
|B2=Wood Planks|B2-link=Vanilla Items
+
|B2=Wood Planks
|B3=Wood Planks|B3-link=Vanilla Items
+
|B3=Wood Planks
 
|Output=Stick |OA=4
 
|Output=Stick |OA=4
 +
}}
 +
 +
<pre style="width: 250px">{{Crafting
 +
|A1=Wood Planks|B1=Wood Planks|C1=Wood Planks
 +
|A2=Wood Planks|B2=|C2=Wood Planks
 +
|A3=Wood Planks|B3=Wood Planks|C3=Wood Planks
 +
|Output=Chest
 +
}}</pre>
 +
 +
;produces:
 +
{{Crafting
 +
|A1=Wood Planks|B1=Wood Planks|C1=Wood Planks
 +
|A2=Wood Planks|B2=|C2=Wood Planks
 +
|A3=Wood Planks|B3=Wood Planks|C3=Wood Planks
 +
|Output=Chest
 
}}
 
}}
  

Latest revision as of 15:51, 24 May 2018

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

Notes

Items in the grid are set by parameters A1 to C3 in the following formation:

  A1,B1,C1
  A2,B2,C2
  A3,B3,C3

Each item can have a custom image by setting the matching "-image" parameter. Example: "B2-image=funk.png" would set a custom image for item B2. If this parameter is omitted, the template will attempt to use "Grid item.png". Thus if B2 was "Plank", then the default image would be "Grid Plank.png"

Similarly, each item can have a custom link by setting the matching "-link" parameter. "B2-link=Macarena" would set a custom link for item B2, to page [[Macarena]]. If this parameter is omitted, the template will attempt to use [[''item'']]. So if B3 was "Cobble", then the image would try to link to [[Cobble]]

The template also accepts two optional parameters:

  • "float=" works like the table parameter, and defaults to left-floating.
  • "nobreak" suppresses the usual forced newline after the grid.

Usage

{{Crafting
|A1= |B1= |C1=
|A2=Plank |B2=Wood Planks |C2=Wood Planks
|A3= |B3= |C3=
|Output=Wood Slab|OA=6
}}
produces


Wood Planks


Wood Planks


Wood Planks


Wood Slab

Wood Slab

Wood Slab


The OA field accepts 1-99. Leaving it blank will show nothing, using 100 to 109 will only show the last two digits (although this can be utilized to output 01 instead of just 1, for example), using anything higher will only show the last digit.


Base Minecraft items and other mods

If you are using items from outside Mystcraft, you can use the "-link" parameters to link to an alternate page. Note that this wiki inherits files from external locations as well (including the vanilla Minecraft wiki).

{{Crafting
|B1=
|B2=Wood Planks|B2-link=Vanilla Items
|B3=Wood Planks|B2-link=Vanilla Items
|Output=Stick |OA=4
}}
produces


{{Crafting
|A1=Wood Planks|B1=Wood Planks|C1=Wood Planks
|A2=Wood Planks|B2=|C2=Wood Planks
|A3=Wood Planks|B3=Wood Planks|C3=Wood Planks
|Output=Chest
}}
produces


When uploading mod images, the following standard is used:

item name.png -- A 16x16 two dimensional image of the item.

Grid_item name.png -- A 32x32 image of the item as it appears in a player's inventory.

item name_ig.png -- A larger image of the item placed in the game world (for blocks).