Difference between revisions of "Template talk:Blueprint"

From Team Fortress Wiki
Jump to: navigation, search
Line 24: Line 24:
 
</pre>
 
</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)
 
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)
 +
:Well, I can make the existing one only need
 +
<pre>
 +
{{recipe
 +
| number=3
 +
| ingredient1=Batter's helmet
 +
| ingredient2=Bonk! Atomic Punch
 +
| ingredient3=Bonk! Atomic Punch
 +
result=Bonk Helm
 +
}}
 +
</pre>
 +
Would that work? -[[User:Shine|<font color="#666666">'''Shine'''</font>]]&nbsp;({{mod}}) 03:06, 10 August 2010 (UTC)
 +
</pre>

Revision as of 03:06, 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)

Well, I can make the existing one only need
{{recipe
| number=3
| ingredient1=Batter's helmet
| ingredient2=Bonk! Atomic Punch
| ingredient3=Bonk! Atomic Punch
result=Bonk Helm
}}

Would that work? -Shine () 03:06, 10 August 2010 (UTC)