Main public logs
Appearance
This is a combined display of all logs except the patrol, review, tag and thanks logs:
- Who performed the action – enter their name without prefix under "Performer".
- The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 15:23, 11 May 2025 Gommeh talk contribs created page Module:MyTranslationModule/sandbox (←Created page with 'local p = {} function p.render(frame) local args = frame.args local lang1 = args[1] local lang2 = args[2] if not lang1 or not lang2 then return "Error: Two language names must be provided." end local output = {} table.insert(output, '{| class="wikitable"') table.insert(output, string.format("! %s !! %s", lang1, lang2)) for i = 3, #args, 2 do local text = args[i] local translation = args[i + 1]...')