Editing Module:Souls

Warning: You are not logged in. Once you make an edit, a temporary account will be created for you. Learn more. Log in or create an account to continue receiving notifications after this account expires, and to access other features.
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 2: Line 2:


local Lang = require('Module:Lang')
local Lang = require('Module:Lang')
local lang_code = Lang.get_lang_code()


-- Formats souls amount with an icon and styling
-- Formats souls amount with an icon and styling
local function render(amount, args)
function render(amount, args)
local args = args or {}
local args = args or {}
     local size  = args.size or '14px'
     local size  = args.size or '14px'
Line 13: Line 12:
     local style = 'color:#98ffde; font-family:Retail Demo; text-wrap:nowrap; ' .. shadow
     local style = 'color:#98ffde; font-family:Retail Demo; text-wrap:nowrap; ' .. shadow
local lang_code = Lang.get_lang_code()
local link = 'Souls'
local link = 'Souls'
if lang_code ~= 'en' then
if lang_code ~= 'en' then
link = 'Souls/' .. lang_code
link = 'Souls' .. lang_code
end
end
     local file = '[[File:Souls iconColored.png|link=' .. link .. '|' .. size .. '|Souls]]'
     local file = '[[File:Souls iconColored.png|link=' .. link .. '|' .. size .. '|Souls]]'
Line 21: Line 21:
     local bold = amount and '<b>' .. amount .. '</b>' or ''
     local bold = amount and '<b>' .. amount .. '</b>' or ''


     return '<span class="souls-text" style="' .. style .. '">' .. file .. thin_space .. bold .. '</span>'
     return '<span style="' .. style .. '">' .. file .. thin_space .. bold .. '</span>'
end
end


Please note that all contributions to The Deadlock Wiki are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see Deadlock: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!
Cancel Editing help (opens in new window)
Preview page with this template

Page included on this page: