Module:Icon: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Add getCanonicalName function for use by wrapper templates to ensure correct name casing in data attributes |
Gammaton32 (talk | contribs) use original "name" input for text without losing alias link override |
||
| Line 133: | Line 133: | ||
end | end | ||
local customText = args.l1 or "" | local customText = name or args.l1 or "" | ||
local size = args.size or "20px" | local size = args.size or "20px" | ||
local noLink = args["no-link"] == "true" | local noLink = args["no-link"] == "true" | ||