Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Crafting recipes table: Difference between revisions

Template page
Create Template:Crafting recipes table -- a reusable Description/Crafting-Recipes wrapper, width-safe against horizontal page scroll
 
m Create Template:Crafting recipes table -- a reusable Description/Crafting-Recipes wrapper, width-safe against horizontal page scroll
Line 1: Line 1:
<includeonly><templatestyles src="Template:Crafting recipes table/styles.css" />{| class="wikitable loka-crafting-recipes"
<includeonly><templatestyles src="Template:Crafting recipes table/styles.css" />
{| class="wikitable loka-crafting-recipes"
! Description
! Description
! Crafting Recipes
! Crafting Recipes

Revision as of 09:51, 24 August 2026

Usage

{{Crafting recipes table
|desc1=1 Power Shard Cluster → 8 Power Shards
|grid1={{Crafting|A1=Power Shard icon (cluster)|A1name=Power Shard Cluster|Output=Power Shard icon (single)|Outputname=Power Shard|Outputamount=8|Outputwidth=13|shapeless=1}}
|desc2=...
|grid2={{Crafting|...}}
}}

Wraps one or more [[Template:Crafting|]] grids in a table with a plain-text description column on the left, matching the layout minecraft.wiki uses for recipe lists. Takes up to 10 rows (desc1/grid1 through desc10/grid10); a row only renders when both its desc and grid are given, so gaps in the numbering are fine as long as each pair is complete.

Contents