Jump to content

Main public logs

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".
User logs
  • 14:35, 1 December 2024 Gonnym talk contribs created page Module:Wikt-lang/comparison (Created page with 'local p = {} local function get_test_patterns(main) local data = require('Module:Wikt-lang/data/sandbox') local language_codes = {} if main then for code, values in pairs(data["languages"]) do table.insert(language_codes, {code, values.name}) end end local function comp(a, b) return a[1] < b[1] end table.sort(language_codes, comp) return language_codes end function main(frame) local wiktionary_test_patterns = get_test_patterns(true)...')