User talk:McClaw: Difference between revisions

>McClaw
>Abcboy
(→‎New Craft template: new section)
Line 48: Line 48:
I have all the images ready to make one of the animated icons. What order should the images be in though? Trading portal order? Alphabetical? --[[User:Abcboy|Abcboy]] ([[User talk:Abcboy|talk]]) 16:35, 5 April 2014 (MDT)
I have all the images ready to make one of the animated icons. What order should the images be in though? Trading portal order? Alphabetical? --[[User:Abcboy|Abcboy]] ([[User talk:Abcboy|talk]]) 16:35, 5 April 2014 (MDT)
:Hm. Lots of options. I'd probably put them in order as: wood / brick / (stonemason's bench) / (metalwork bench).
:Hm. Lots of options. I'd probably put them in order as: wood / brick / (stonemason's bench) / (metalwork bench).
== New Craft template ==
[[User talk:Abcboy/CraftingBench|Here's some examples of it in use.]] Opinions? The primary issue in implementing it is that it requires two additional parameters: ''level'' and ''bench2'', while ''bench'' has to be changed to be compatible. Here's an example of the code changes:
Currently:
<pre>...
|Output=Crowbar
|Bench=Tool Bench Lvl. 5/Train Yard
|Name1=Steel Ingot
...</pre>
This has to change to:
<pre>...
|Output=Crowbar
|Level=5
|Bench=Tool Bench
|Bench2=Train Yard
|Name1=Steel Ingot
...</pre>
Fortunately, this also fixes the inconsistencies created with the different ways we've been using the ''bench'' parameter. Instead of "Metalwork Bench (either)", "Lvl. 2 Metalwork Bench or Electric Metalwork Bench", or "Tool Bench Lvl. 5/Train Yard", this standardizes it into the format "Lvl. # (Bench) or (Bench)". And, if that ever needs to be changed, we only have to change the template, instead of the 180+ pages that use the template. --[[User:Abcboy|Abcboy]] ([[User talk:Abcboy|talk]]) 21:44, 17 July 2014 (MDT)
Anonymous user