Module:ItemData/nav: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) replace "street brawl" with "legendary" in Infobox ShopItems |
Gammaton32 (talk | contribs) padding for legendary label |
||
| Line 217: | Line 217: | ||
if sb_list and sb_list ~= "" then | if sb_list and sb_list ~= "" then | ||
-- Style the link to match other tier headers with white text inside the link to prevent visited link color | -- Style the link to match other tier headers with white text inside the link to prevent visited link color | ||
local sb_style = "color:#98ffde; font-family:'Retail Demo', sans-serif; text-wrap: nowrap; text-shadow: 0px 0px 2px #2c312e, 1.3px 1.3px rgba(0, 0, 0, 0.2);" | local sb_style = "color:#98ffde; font-family:'Retail Demo', sans-serif; text-wrap: nowrap; text-shadow: 0px 0px 2px #2c312e, 1.3px 1.3px rgba(0, 0, 0, 0.2);padding:5px;" | ||
local sb_link_text = "[[Street Brawl{{if_lang}}|<span style=\"" .. sb_style .. "\"><b>" .. street_brawl_label .. "</b></span>]]" | local sb_link_text = "[[Street Brawl{{if_lang}}|<span style=\"" .. sb_style .. "\"><b>" .. street_brawl_label .. "</b></span>]]" | ||
template_args["group" .. group_index] = frame:preprocess(sb_link_text) | template_args["group" .. group_index] = frame:preprocess(sb_link_text) | ||