Editing Module:RecipeTable

From Eco - English Wiki

Your changes will be displayed to readers once an authorized user accepts them. (help)

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
-- Module:RecipeTable https://wiki.play.eco/en/Module:RecipeTable
local p = {}
local p = {}
local Utils = require("Module:Utils")
local Utils = require("Module:Utils")
local L = require("Module:Localization")
local L = require("Module:Localization")
Line 18: Line 20:
function stationcell(args)
function stationcell(args)
     local str = ''
     local str = ''
     str = str .. '| [[' .. args[1] ..']] '
     str = str .. '| ' .. imagedisp(args[1], args[2])
     return str
     return str
end
end
Line 24: Line 26:
function itemcell(args)
function itemcell(args)
     local str = ''
     local str = ''
     str = str .. '| [[' .. args[1] .. ']] ' .. 'x' .. args[2] .. '\n'
     str = str .. '| ' .. imagedisp(args[1], args[3])
    str = str .. '<br>x' .. args[2] .. '\n'
     return str
     return str
end
end
Line 41: Line 44:
         style = nil
         style = nil
     end
     end
     str = str .. '| [['
     return str .. '| ' .. imagedisp(args[2], args[5], style, borderColour) .. '<br>x' .. args[3] .. '\n'
    if args[1] == 'TAG' then
        str = str .. args[2] .. ' Tag' 
    else
        str = str .. args[2]
    end
    str = str .. ']]'
    str = str .. ' x' .. args[3] .. '\n'
    return str
end
end


function skillreqcell(args)
function skillreqcell(args)
     local str = ''
     local str = ''
     str = str .. '| [[' .. args[1] .. ']] ' .. '<br> ' .. L.t('Level') .. ' ' .. args[2] .. ' \n'
     str = str .. '| ' .. imagedisp(args[1], args[3], 'skill')
    str = str .. '<br> ' .. L.t('Level') .. ' ' .. args[2] .. ' \n'
     return str
     return str
end
end
Line 62: Line 58:
--function groupedskillcell( args )
--function groupedskillcell( args )
--    local str = ''
--    local str = ''
-- str = str .. '| ' .. args[1] .. ' ' .. args[3]
-- str = str .. '| ' .. imagedisp(args[1],args[3])
-- if args[2] ~= nil then
-- if args[2] ~= nil then
-- str = str .. ' <br> ' .. args[2]
-- str = str .. ' <br> ' .. imagedisp(args[2])
-- end
-- end
-- return str
-- return str
Please note that all contributions to Eco - English Wiki are considered to be released under the CC BY-NC-SA 4.0 (see Eco:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)

Template used on this page: