Difference between revisions of "Template talk:Blueprint"
(Created page with 'There something wrong with the existing one? ~~~~') |
|||
Line 1: | Line 1: | ||
There something wrong with the existing one? -[[User:Shine|<font color="#666666">'''Shine'''</font>]] ({{mod}}) 02:55, 10 August 2010 (UTC) | There something wrong with the existing one? -[[User:Shine|<font color="#666666">'''Shine'''</font>]] ({{mod}}) 02:55, 10 August 2010 (UTC) | ||
+ | :Yes, it's overly complicated. Compare: | ||
+ | <pre> | ||
+ | {{recipe| | ||
+ | number=3| | ||
+ | ingredient1img=Backpack Batter's Helmet| | ||
+ | ingredient1name=Batter's helmet| | ||
+ | ingredient2img=Backpack_bonk| | ||
+ | ingredient2name=Bonk! Atomic Punch| | ||
+ | ingredient3img=Backpack_bonk| | ||
+ | ingredient3name=Bonk! Atomic Punch| | ||
+ | resultimg=Backpack Bonk Helm| | ||
+ | resultname=Bonk helm| | ||
+ | }} | ||
+ | </pre> | ||
+ | to | ||
+ | <pre> | ||
+ | {{Crafting recipe | ||
+ | | ingredient-1 = Batter's Helmet | ||
+ | | ingredient-2 = Bonk! Atomic Punch | ||
+ | | ingredient-3 = Bonk! Atomic Punch | ||
+ | | result = Bonk Helm | ||
+ | }} | ||
+ | </pre> | ||
+ | If I could only figure out why I can only only get it to be consistent with ''two ingredients'' OR ''3+ ingredients'', and not both. -- [[User:Pilk|Pilk]] <sub>([[User talk:Pilk|talk]])</sub> 03:02, 10 August 2010 (UTC) |
Revision as of 03:02, 10 August 2010
There something wrong with the existing one? -Shine () 02:55, 10 August 2010 (UTC)
- Yes, it's overly complicated. Compare:
{{recipe| number=3| ingredient1img=Backpack Batter's Helmet| ingredient1name=Batter's helmet| ingredient2img=Backpack_bonk| ingredient2name=Bonk! Atomic Punch| ingredient3img=Backpack_bonk| ingredient3name=Bonk! Atomic Punch| resultimg=Backpack Bonk Helm| resultname=Bonk helm| }}
to
{{Crafting recipe | ingredient-1 = Batter's Helmet | ingredient-2 = Bonk! Atomic Punch | ingredient-3 = Bonk! Atomic Punch | result = Bonk Helm }}
If I could only figure out why I can only only get it to be consistent with two ingredients OR 3+ ingredients, and not both. -- Pilk (talk) 03:02, 10 August 2010 (UTC)