Editing Module:Sandbox/LVLGive feedback
Revision as of 17:58, 27 November 2025 by LVL (talk | contribs) (Replaced content with "local p = {} local Icon = require('Module:Icon') function p.parse(frame) local input = frame.args[1] or "" local size = frame.args[2] or "25px" if input == "" then return "" end local result = {} -- Split by comma for hero in string.gmatch(input, '([^,]+)') do -- Trim whitespace hero = hero:match("^%s*(.-)%s*$") -- Generate the icon using the existing module logic -- We fake a frame to pass to the ex...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
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.
Retrieved from "https://deadlock.wiki/Module:Sandbox/LVL"