Main public logs
Combined display of all available logs of SUALEX. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:26, 30 January 2026 Jawad talk contribs created page Template:gloss list (Created page with "{{#invoke:gloss list|invoke|variante|gloss=es}}")
- 19:22, 30 January 2026 Jawad talk contribs created page Module:gloss list (Created page with "-- Module:gloss list local p = {} function p.invoke(frame) local lexicon = require("Module:lexicon") local utilities = require("Module:utilities") local format = require("Module:format") local args = frame.args or {} local gloss_item = args[1] or "" local gloss_pref = args.gloss or "en" -- en | es | all | no if gloss_item == "" then return "Please provide a gloss, e.g. {{gloss list|water}}" end -- preload for safety...")
- 16:53, 30 January 2026 Jawad talk contribs created page *kaho (Created page with "; Reflexes {{descendant tree|sua-pro:*kaho}}")
- 16:52, 30 January 2026 Jawad talk contribs created page kahulówi (Created page with "; Etymology {{ancestor tree|tbu:kahulówi}}")
- 16:51, 30 January 2026 Jawad talk contribs created page Template:ancestor tree (Created page with "{{#invoke:ancestor_tree|invoke | {{{1|sua-pro:kahulówi}}} | noinh={{{noinh|}}} | noder={{{noder|}}} | nobor={{{nobor|}}} | nounc={{{nounc|}}} }}")
- 18:35, 29 January 2026 Jawad talk contribs moved page Reference:Lionnet 1978 to Lionnet 1978 without leaving a redirect (for now will leave it plain since Reference: custom namespace is not set up yet)
- 18:32, 29 January 2026 Jawad talk contribs moved page Lionnet, Andres. 1978. El Idioma Tubar y los Tubares según documentos inéditos de C.S. Lumholtz y C.V. Hartman. México: Universidad Iberoamericana. to Reference:Lionnet 1978 without leaving a redirect
- 18:32, 29 January 2026 Jawad talk contribs created page Template:reference (Created page with "{{#invoke:reference|invoke|{{{1|Lionnet:1978:20}}}}}")
- 17:42, 29 January 2026 Jawad talk contribs created page Template:descendant tree (Created page with "{{#invoke:descendant_tree|invoke | {{{1|sua-pro:*mosi}}} | noinh={{{noinh|}}} | noder={{{noder|}}} | nobor={{{nobor|}}} | nounc={{{nounc|}}} }}")
- 17:32, 29 January 2026 Jawad talk contribs created page Template:entry list (Created page with "{{#invoke:entry_list|invoke|{{{1|}}}}} ---- To present lexicon table for a language.")
- 17:31, 29 January 2026 Jawad talk contribs moved page Module:parameter to Module:parameters without leaving a redirect
- 17:30, 29 January 2026 Jawad talk contribs created page Module:lexicon/data/tbu (Created page with "-- Module:lexicon/data/tbu (Tubar) -- { term, original spelling, english gloss, spanish gloss, reference, etymon, notes } return { { "kahulówi", "kaju-ló̧wi", "fox, marten", "zorro", "Lionnet:1978:57", "der:sua-pro:*kaho+*yawi", "'fox-predator'" }, { "asi", "asi", "come", "venir", "Lionnet:1978:54", "inh:sua-pro:*hasi", "'arrive'" }, { "atét", "até-t", "louse", "piojo de la cabeza, hormiga grande y colorada", "Lionnet:1978:54", "der:sua-pro:*ate", "'louse'" }...")
- 07:43, 29 January 2026 Jawad talk contribs moved page Template:HOWTOCITE to Template:how to cite without leaving a redirect (make all templates and modules lowercase for easier managing)
- 07:40, 29 January 2026 Jawad talk contribs moved page Template:DONOTCITE to Template:do not cite without leaving a redirect
- 07:39, 29 January 2026 Jawad talk contribs moved page Template:Current date to Template:current date without leaving a redirect
- 07:35, 29 January 2026 Jawad talk contribs moved page Template:Anchor to Template:anchor without leaving a redirect
- 07:33, 29 January 2026 Jawad talk contribs created page Module:lexicon/data (Created page with "-- Module:lexicon/data -- list of available languages with lexicon index return { "sua-pro", "tbu" }")
- 07:32, 29 January 2026 Jawad talk contribs created page Module:languages/data (Created page with "-- Module:languages/data -- [code] = { canonical name, ancestor code } return { ["azc-pro"] = { "Proto-Uto-Aztecan", nil }, ["sua-pro"] = { "Proto-Southern Uto-Aztecan", "azc-pro" }, ["msn-pro"] = { "Proto-Minor Sonoran", "sua-pro" }, ["thg-pro"] = { "Proto-Tarahumara-Guarijío", "msn-pro" }, ["tpm-pro"] = { "Proto-Tepiman", "sua-pro" }, ["tbu"] = { "Tubar", nil }, }")
- 07:32, 29 January 2026 Jawad talk contribs created page Module:lexicon (Created page with "-- Module:lexicon local parser = require("Module:parser") local parameters = require("Module:parameters") local utilities = require("Module:utilities") local languages = require("Module:languages") local lexicon = {} local all_lexicons = {} function lexicon.get_all_languages() return require("Module:lexicon/data") end local function normalize_etymon(et) et = et or {} local norm = {} norm.descendant_type = et.descendant_type or "" norm.uncertainty...")
- 07:31, 29 January 2026 Jawad talk contribs created page Module:term (Created page with "-- Module:term local p = {} function p.invoke(frame) local utilities = require("Module:utilities") local format = require("Module:format") local args = frame.args or {} local param = args[1] or "" local gloss_pref = args.gloss or "en" -- "en" default local parts = utilities.split_string(param, ":") local lang_code = parts[1] local item = parts[2] local display = parts[4] local homonym = parts[3] or (item and item:match("#(.+)$"))...")
- 07:30, 29 January 2026 Jawad talk contribs created page Module:reference (Created page with "-- Module:reference local p = {} local format = require("Module:format") function p.invoke(frame) local args = frame.args or {} local param = args[1] or "" if param == "" then return "" end -- expected format: Author:Year:Page local parts = mw.text.split(param, ":", true) local author = parts[1] local year = parts[2] local page = parts[3] return format.reference(author, year, page) end return p")
- 07:30, 29 January 2026 Jawad talk contribs created page Module:ancestor tree (Created page with "-- Module:ancestor_tree local p = {} local lexicon = require("Module:lexicon") local utilities = require("Module:utilities") local etymology = require("Module:etymology") local format = require("Module:format") function p.invoke(frame) local args = frame.args or {} local param = args[1] or "" local noinh = args.noinh == "1" local noder = args.noder == "1" local nobor = args.nobor == "1" local nounc = args.nounc == "1" local parts = utilities.split_stri...")
- 07:30, 29 January 2026 Jawad talk contribs created page Module:descendant tree (Created page with "-- Module:descendant_tree local p = {} local lexicon = require("Module:lexicon") local utilities = require("Module:utilities") local etymology = require("Module:etymology") local format = require("Module:format") function p.invoke(frame) local args = frame.args or {} local param = args[1] or "" local noinh = args.noinh == "1" local noder = args.noder == "1" local nobor = args.nobor == "1" local nounc = args.nounc == "1" local parts = utilities.split_st...")
- 07:30, 29 January 2026 Jawad talk contribs created page Module:entry list (Created page with "-- Module:entry_list local p = {} function p.invoke(frame) local lexicon = require("Module:lexicon") local utilities = require("Module:utilities") local format = require("Module:format") local parameters = require("Module:parameters") local etymology = require("Module:etymology") local args = frame.args or {} local lang_code = args[1] or "" local entries = lexicon.load_lexicon(lang_code) local rows = {} table.insert(row...")
- 07:29, 29 January 2026 Jawad talk contribs created page Module:etymology (Created page with "-- Module:etymology local utilities = require("Module:utilities") local lexicon = require("Module:lexicon") local format = require("Module:format") local etymology = {} local function get_ancestor_relations(lang, item, homonym, options) local rels = {} for _, et in ipairs(lexicon.get_sources(lang, item, homonym, options) or {}) do local rel_type = et.descendant_type or "" local rel_unc = et.uncertainty == true or false for _, it i...")
- 07:29, 29 January 2026 Jawad talk contribs created page Module:etymon (Created page with "-- Module:etymon local p = {} local parser = require("Module:parser") local etymology = require("Module:etymology") function p.invoke(frame) local param = frame.args and frame.args[1] or "" if not param or param == "" then return "" end local parsed = parser.parse_etymon(param) local gloss_pref = frame.args and frame.args.gloss or "en" return etymology.render_etymon(parsed.descendant_type, parsed.items, parsed.uncertainty, gloss_pref) end return p")
- 07:29, 29 January 2026 Jawad talk contribs created page Module:format (Created page with "-- Module:format local utilities = require("Module:utilities") local languages = require("Module:languages") local parameters = require("Module:parameters") local lexicon = require("Module:lexicon") local format = {} -- make a plain term link function format.make_term_link(item, homonym, label) if not item or item == "" then return "" end local target = item .. (homonym and "#" .. homonym or "") if not label or label == "" or label == item then...")
- 07:28, 29 January 2026 Jawad talk contribs created page Module:language (Created page with "-- Module:language local p = {} local format = require("Module:format") function p.invoke(frame) local args = frame.args or {} local lang_code = args[1] or "" if lang_code == "" then return "" end return format.language_name(lang_code) end return p")
- 07:28, 29 January 2026 Jawad talk contribs created page Module:languages (Created page with "-- Module:languages local languages_data = require("Module:languages/data") local languages = {} local language_cache = {} function languages.get_canonical_name(lang_code) local data = languages_data[lang_code] return (data and data[1]) or lang_code end function languages.get_ancestor_code(lang_code) local data = languages_data[lang_code] return data and data[2] or nil end function languages.get_all_ancestors(lang_code) if language_cache[lang_cod...")
- 07:27, 29 January 2026 Jawad talk contribs created page Module:parameter (Created page with "-- Module:parameters local parameters = { value_separator = "\\", -- character separating multiple values inside a field (top-level fields) etymon_item_separator = "+", -- separates multiple etymon items within one etymon value value_display_separator = "; ", homonym_sup_tag = "<sup>%s</sup>", uncertainty_sup_tag = "<sup>%s</sup>", } return parameters")
- 07:24, 29 January 2026 Jawad talk contribs created page Module:parser (Created page with "-- Module:parser local utilities = require("Module:utilities") local parser = {} function parser.parse_term(value) if not value or value == "" then return {} end local parts = utilities.split_string(value, ":") local term_item = parts[1] or "" local display_form = parts[2] -- capture whatever follows # as homonym (string), e.g. "1" for "#1" local homonym = term_item:match("#(.+)$") term_item = term_item:gsub("#.+$", "") return {term_ite...")
- 07:23, 29 January 2026 Jawad talk contribs created page Module:utilities (Created page with "-- Module:utilities local utilities = {} function utilities.split_string(str, delimiter) local result = {} delimiter = delimiter or "" if delimiter == "" then for c in str:gmatch(".") do table.insert(result, c) end return result end for part in (str .. delimiter):gmatch("(.-)" .. delimiter) do table.insert(result, part) end return result end function utilities.join_strings(parts, delimiter) return table.concat(pa...")
- 07:05, 29 January 2026 Jawad talk contribs created page MediaWiki:Citethispage-content (Created page with "__NOTOC__ <div class="mw-specialCiteThisPage-bibliographic"> ==Bibliographic details for {{PAGENAME}}== ; Page name : {{PAGENAME}} ; Author : Pharao Hansen, Magnus ; Publisher : ''SUALEX: A Southern Uto-Aztecan Etymological Dictionary'' ; Date of last revision : {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} {{CURRENTTIME}} UTC ; Date retrieved : {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} {{CURRENTTIME}} UTC ; Permanent URL : {{canonicalurl:{{FULLPAGENAME}...")
- 06:42, 29 January 2026 Jawad talk contribs deleted page Reference:Lionnet 1978 (content was: "test", and the only contributor was "Jawad" (talk))
- 06:41, 29 January 2026 Jawad talk contribs created page Reference:Lionnet 1978 (Created page with "test")
- 06:19, 29 January 2026 Jawad talk contribs moved page Template:Cite to Template:cite without leaving a redirect
- 05:36, 29 January 2026 Jawad talk contribs created page Template:mbox (Created page with "<div class="mbox mbox-{{{type|info}}}"> <div class="mbox-title"> {{{title|}}} </div> {{{text|{{{1|}}}}}} </div>")
- 05:31, 29 January 2026 Jawad talk contribs created page File:Codex icon info color-progressive.png (Description: Icon from Wikimedia Codex library, originally in SVG format Author: https://github.com/wikimedia/design-codex/blob/main/AUTHORS.txt Source: https://gerrit.wikimedia.org/r/plugins/gitiles/design/codex/+/refs/heads/main/packages/codex-icons/src/images. License: CC BY 4.0)
- 05:31, 29 January 2026 Jawad talk contribs uploaded File:Codex icon info color-progressive.png (Description: Icon from Wikimedia Codex library, originally in SVG format Author: https://github.com/wikimedia/design-codex/blob/main/AUTHORS.txt Source: https://gerrit.wikimedia.org/r/plugins/gitiles/design/codex/+/refs/heads/main/packages/codex-icons/src/images. License: CC BY 4.0)
- 05:19, 29 January 2026 Jawad talk contribs created page User:Jawad (Created page with "<nowiki><div class="mbox"></nowiki> <nowiki><div class="mbox-title">test</div></nowiki> content <nowiki></div></nowiki>") Tag: Visual edit
- 20:02, 23 January 2026 Jawad talk contribs deleted page Welcome to SUALEX (Broken redirect: content was: "#REDIRECT Welcome to SUALEX: An Etymological Dictionary of Southern Uto-Aztecan Languages", and the only contributor was "Magnus" (talk))
- 20:02, 23 January 2026 Jawad talk contribs deleted page Welcom to SUALEX (Broken redirect: content was: "#REDIRECT Welcome to SUALEX", and the only contributor was "Magnus" (talk))
- 20:01, 23 January 2026 Jawad talk contribs deleted page SUALEX: An Etymological Dictionary of Southern Uto-Aztecan Languages (Broken redirect: content was: "#REDIRECT SUALEX: A Southern Uto-Aztecan Etymological Dictionary", and the only contributor was "Magnus" (talk))
- 20:01, 23 January 2026 Jawad talk contribs deleted page Welcome to SUALEX: An Etymological Dictionary of Southern Uto-Aztecan Languages (Broken redirect: content was: "#REDIRECT SUALEX: An Etymological Dictionary of Southern Uto-Aztecan Languages", and the only contributor was "Magnus" (talk))
- 19:56, 23 January 2026 Jawad talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: mw.loader.using(['jquery'], function () { function initColumnSearch($table) { var $thead = $table.find('thead'); var $rows = $table.find('tbody tr'); if ($thead.length === 0) { var $firstRow = $table.find('tr').first(); $thead = $('<thead>').append($firstRow.clone()); $firstRow.remove(); $table.prepend($thead); } var $headerRow = $thead.find('tr')....")
- 19:55, 23 January 2026 Jawad talk contribs deleted page Main Page (content was: "#REDIRECT SUALEX: A Southern Uto-Aztecan Etymological Dictionary", and the only contributor was "Magnus" (talk))
- 19:54, 23 January 2026 Jawad talk contribs changed group membership for Jawad from bureaucrat and interface administrator to bureaucrat, interface administrator and administrator (Seems like rights to delete pages is not implicit in bureaucrat status)
- 19:53, 23 January 2026 Jawad talk contribs created page MediaWiki:Mainpage (No need to redirect mainpage, we can just define the mainpage there)
- 19:52, 23 January 2026 Jawad talk contribs changed group membership for Jawad from bureaucrat to bureaucrat and interface administrator (To edit pages in the MediaWiki namespace)
- 02:08, 20 January 2026 Jawad talk contribs created page Template:Cite (Created page with "{{{author|Author}}}. {{{year|Year}}}.{{#if:{{{chapter|}}}| {{{chapter|}}}. In}}{{#if:{{{editor|}}}| {{{editor|}}},}} <i>{{{work|Work}}}</i>{{#if:{{{number|}}}| {{{number|}}}{{#if:{{{issue|}}}|({{{issue|}}})}}}}{{#if:{{{edition|}}}|, {{{edition|}}} edn}}{{#if:{{{series|}}}| ({{{series|}}})}}{{#if:{{{page|}}}|, {{{page|}}}}}.{{#if:{{{publisher|}}}|{{#if:{{{location|}}}| {{{location|}}}:}} {{{publisher|}}}.}}{{#if:{{{url|}}}| ...")