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".
- 16:46, 11 May 2025 Gommeh talk contribs moved page Module:MyTranslationModule to Module:GommehTranslationModule
- 15:18, 11 May 2025 Gommeh talk contribs created page Module:MyTranslationModule (←Created page with 'local p = {} function p.render(frame) local args = frame.args -- used if calling directly with #invoke 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, "== Translations ==") -- Start processing from arg #3 for i = 3, #args, 2 do local text = args[i] local translation = args...')