Talk:Crafting Bench: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Poeabdul
(four sockets recipe vs depth)
>Techhead7890
(new section, changing to item link)
Line 1: Line 1:
=Four Sockets=
==Four Sockets==
10x Jeweller's Orb Four Sockets Azurite Vault in the Azurite Mine  
10x Jeweller's Orb Four Sockets Azurite Vault in the Azurite Mine  
for this recipe depth 37+ is probably required. I didn't get it at 36 and before
for this recipe depth 37+ is probably required. I didn't get it at 36 and before
==Item link==
For some reason I can't get [[Template:il]] to properly identify the items involved. Here's the change I attempted:
From:
<pre>
CONCAT(crafting_bench_options_costs.amount,
  'x [[',crafting_bench_options_costs.name, ']]')=Cost
</pre>
Proposed (brings up red cannot identify <chaos orb/orb of alchemy> etc in red text):
<pre>
CONCAT(crafting_bench_options_costs.amount,
  'x {{il|',crafting_bench_options_costs.name, '}}')=Cost
</pre>
If someone knows what's happening there please let me know! It would make it a great deal easier to see what recipe is using what currency. [[User:Techhead7890|Techhead7890]] ([[User talk:Techhead7890|talk]]) 16:53, 3 May 2020 (UTC)

Revision as of 16:54, 3 May 2020

Four Sockets

10x Jeweller's Orb Four Sockets Azurite Vault in the Azurite Mine for this recipe depth 37+ is probably required. I didn't get it at 36 and before

Item link

For some reason I can't get Template:il to properly identify the items involved. Here's the change I attempted:

From:

CONCAT(crafting_bench_options_costs.amount, 
  'x [[',crafting_bench_options_costs.name, ']]')=Cost

Proposed (brings up red cannot identify <chaos orb/orb of alchemy> etc in red text):

CONCAT(crafting_bench_options_costs.amount, 
  'x {{il|',crafting_bench_options_costs.name, '}}')=Cost

If someone knows what's happening there please let me know! It would make it a great deal easier to see what recipe is using what currency. Techhead7890 (talk) 16:53, 3 May 2020 (UTC)