All public logs

Jump to navigation Jump to search

Combined display of all available logs of Laenkea. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 23:36, 5 August 2023 Maria talk contribs created page Module:parameters (Created page with "local export = {} local function track(page, calling_module, calling_function, param_name) local track = require("Module:debug/track") local tracking_page = "parameters/" .. page -- Cascades down in specificity, as each level is a prerequisite for the next. track(tracking_page) if calling_module then track(tracking_page .. "/" .. calling_module) if calling_function then track(tracking_page .. "/" .. calling_module .. "/" .. calling_function) if param_name...")
  • 23:35, 5 August 2023 Maria talk contribs created page Module:debug/track (Created page with "return function (key) local frame = mw.getCurrentFrame() if key then if type(key) ~= "table" then key = { key } end for i, value in pairs(key) do pcall(frame.expandTemplate, frame, { title = 'tracking/' .. value }) end else error('No tracking key supplied to the function "' .. track .. '".') end end")
  • 23:34, 5 August 2023 Maria talk contribs created page Module:debug (Created page with "local export = {} local escape do local escapes = { ["\a"] = "a", ["\b"] = "b", ["\f"] = "f", ["\n"] = "n", ["\r"] = "r", ["\t"] = "t", ["\v"] = "v", ["\\"] = "\\", ["\""] = '"', ["'"] = "'", } local function helper(char) return escapes[char] and "\\" .. escapes[char] or ("\\%03d"):format(char:byte()) end -- Escape control characters, backslash, double quote, and bytes that aren't -- used in UTF-8. -- Escape stuff that can't be saved in a MediaWiki p...")
  • 23:14, 5 August 2023 Maria talk contribs created page Template:ryn-noun/documentation (Created page with "==Parameters== ; {{para|1|opt=1}} : The stem of the noun, which will be used to generate the dual and plural. If not supplied, the page name will be used instead. ; {{para|du|opt=1}} : The dual form, if irregular. Dual can be omitted altogether by supplying the value <code>-</code>, i.e. {{para|du|-}}. : If both dual and plural are omitted, the noun will be marked as uncountable. ; {{para|pl|opt=1}} : The plural form, if irregular. Plural can be omitted altogether by s...")
  • 23:08, 5 August 2023 Maria talk contribs created page Template:ryn-noun (Created page with "<includeonly>{{head|ryn|noun}} ({{#ifeq:{{{du|}}}{{{pl|}}}|--|''{{glossary|uncountable}}''|{{#ifeq:{{{du|}}}|-||''dual'' {{{du|{{{1}}}íd}}}{{#ifeq:{{{pl|}}}|-||, }}}}{{#ifeq:{{{pl|}}}|-||''plural'' {{{pl|{{{1}}}is}}}}}}})</includeonly><noinclude>{{documentation}}</noinclude>")
  • 23:01, 5 August 2023 Maria talk contribs created page Template:compactTOC (Created page with "{| border="0" style="border:1px solid #aaaaaa;background-color:#f9f9f9;padding:5px;font-size: 95%;" |- ! {{MediaWiki:Toc}}: | {{#ifeq:{{{num}}}|yes|0–9 }}{{{a|A}}} {{{b|B}}} {{{c|C}}} {{{d|D}}} {{{e|E}}} {{{f|F}}} {{{g|G}}} {{{h|H}}} {{{i|I}}} {{{j|J}}} {{{k|K}}} {{{l|L}}} {{{m|M}}} {{{n|N}}} {{{o|O}}} {{{p|P}}} {{{q|Q}}} {{{r|R}}...")
  • 23:01, 5 August 2023 Maria talk contribs created page Appendix:Glossary (Created page with "Welcome to the glossary! ==A== ; {{anchor|adjective}}adjective : A word like {{eng|big}} or {{eng|childish}} that usually serves to modify a {{glossary|noun}}. ; {{anchor|antonym}}antonym : A word with a meaning that is the opposite of a meaning of another word. For example, ''{{eng|good}}'' is an antonym of ''{{eng|bad}}''. Contrast {{glossary|synonym}}. ==C== ; {{anchor|conjugation}}conjugation : The inflection of {{glossary|verbs}}. See also {{glossary|declension}}...")
  • 22:35, 5 August 2023 Maria talk contribs created page Template:glossary/documentation (Created page with "Links to an entry in the glossary. {{tempn|glossary|feminine}} Generates: {{glossary|feminine}}")
  • 22:33, 5 August 2023 Maria talk contribs created page Template:glossary (Created page with "<includeonly>{{{2|{{{1}}}}}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 22:31, 5 August 2023 Maria talk contribs created page Template:anchor (Created page with "<includeonly><span id="{{{1}}}"></span></includeonly><noinclude>{{documentation}}</noinclude>")
  • 22:00, 5 August 2023 Maria talk contribs created page Template:head (Created page with "<includeonly>{{#invoke:head|show}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 22:00, 5 August 2023 Maria talk contribs created page Module:head (Created page with "local export = {} local get_by_code = require("Module:languages").get_by_code function export.show(frame) local args = (frame:getParent() and frame:getParent().args) or frame.args local language = get_by_code(args[1]) local term = mw.title.getCurrentTitle().text return "'''" .. term .. "'''" end return export")
  • 21:41, 5 August 2023 Maria talk contribs created page Template:derive/documentation (Created page with "This template renders a link to a word, similarly to {{temp|m}}, but automatically handles adding categories. It is intended to be used in etymology sections for words that are derived from another language. If the word is derived via affixation or compounding, consider using {{temp|affix}} instead as it can handle that better. As that covers most scenarios of derivation from other languages, it is rare you will need to use this template so ensure you are using the righ...")
  • 21:39, 5 August 2023 Maria talk contribs created page Template:derive (Created page with "<includeonly>{{#invoke:derive|show}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 21:38, 5 August 2023 Maria talk contribs created page Module:derive (Created page with "local export = {} local get_by_code = require("Module:languages").get_by_code local make_link = require("Module:links").make_link function export.show(frame) local args = (frame:getParent() and frame:getParent().args) or frame.args local lang = get_by_code(args[1]) local origin = get_by_code(args[2]) local category = "" if not args["nocat"] then category = "Category:" .. lang.name .. " terms derived from " .. origin.name .. "" end return make_link{ ["link...")
  • 21:36, 5 August 2023 Maria talk contribs created page Template:borrow/documentation (Created page with "This template renders a link to a word, similarly to {{temp|m}}, but automatically handles adding categories. It is intended to be used in etymology sections for words that are borrowed from another language. This should '''not''' be used for words that are directly inherited or derived. For those, consider using {{temp|inherit}} or {{temp|derive}}. ==Usage== From {{tempn|borrow|kil|rad|aleșa}}. Generates: : From {{borrow|kil|rad|aleșa|nocat=1}}. ===Parameters===...")
  • 21:33, 5 August 2023 Maria talk contribs created page Template:borrow (Created page with "<includeonly>{{#invoke:borrow|show}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 21:33, 5 August 2023 Maria talk contribs created page Module:borrow (Created page with "local export = {} local get_by_code = require("Module:languages").get_by_code local make_link = require("Module:links").make_link function export.show(frame) local args = (frame:getParent() and frame:getParent().args) or frame.args local lang = get_by_code(args[1]) local origin = get_by_code(args[2]) local category = "" if not args["nocat"] then category = "Category:" .. lang.name .. " terms borrowed from " .. origin.name .. "" end return make_link{ ["lin...")
  • 21:28, 5 August 2023 Maria talk contribs created page Template:inherit/documentation (Created page with "This template renders a link to a word, similarly to {{temp|m}}, but automatically handles adding categories. It is intended to be used in etymology sections for words that are inherited from an earlier stage of the same language. This should '''not''' be used for words that are borrowed or derived. That means there should be an unbroken chain of inheritance. If the chain is broken, consider using {{temp|borrow}} or {{temp|derive}}. ==Usage== From {{tempn|inherit|kil|...")
  • 21:19, 5 August 2023 Maria talk contribs created page Template:inherit (Created page with "<includeonly>{{#invoke:inherit|show}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 21:18, 5 August 2023 Maria talk contribs created page Module:inherit (Created page with "local export = {} local get_by_code = require("Module:languages").get_by_code local make_link = require("Module:links").make_link function export.show(frame) local args = (frame:getParent() and frame:getParent().args) or frame.args local lang = get_by_code(args[1]) local origin = get_by_code(args[2]) local category = "" if not args["nocat"] then category = "Category:" .. lang.name .. " terms inherited from " .. origin.name .. "" end return make_link{ ["li...")
  • 21:05, 5 August 2023 Maria talk contribs created page Template:affix/documentation (Created page with "This template shows the morphemes that make up a word, for use in etymology sections. Although it is called affix, it can be used for compounds too. ==Usage== All you need to do is provide the language code and then as many constituent morphemes as you like. From {{tempn|affix|kil|le-|šēnhē}}. Generates the following: From {{affix|kil|le-|šēnhē|t2=write|nocat=1}}. ===Parameters=== ; {{para|1|req=1}} : Specifies the language code of the language that the etymo...")
  • 20:56, 5 August 2023 Maria talk contribs created page le- (Created page with "==Kilitic== ===Prefix=== '''le-''' # in")
  • 20:50, 5 August 2023 Maria talk contribs created page Template:tempn (Created page with "<includeonly>{{#invoke:template|showNested}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 19:59, 5 August 2023 Maria talk contribs created page Template:affix (Created page with "<includeonly>{{#invoke:affix|show}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 19:58, 5 August 2023 Maria talk contribs created page Module:affix (Created page with "local export = {} local get_by_code = require("Module:languages").get_by_code local make_link = require("Module:links").make_link function export.show(frame) local args = (frame:getParent() and frame:getParent().args) or frame.args local lang = args[1] local out = {} local i = 2 while args[i] do local i_lang = args["l" .. (i-1)] or lang table.insert(out, make_link{ ["link_type"] = "mention", ["code"] = i_lang, ["word"] = args[i], ["display"] = args[...")
  • 18:57, 5 August 2023 Maria talk contribs created page Template:language name/documentation (Created page with "==Usage== Very simple, really. If you need a language name by its code, just use this. {{temp|language name|lfv}} produces {{language name|lfv}}.")
  • 18:56, 5 August 2023 Maria talk contribs created page Template:language name (Created page with "<includeonly>{{#invoke:languages|getByCode|{{{1}}}|name}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 18:48, 5 August 2023 Maria talk contribs created page Appendix:Proto-Laenkean/cel- (Created page with "== Proto-Laenkean == Category:Proto-Laenkean lemmas === Root === {{pl-vr|cel-|cl̥}} # to {{eng|know}} ==== Conjugation ==== {{pl-conj-act|cel}} {{pl-conj-mediopass|cel}} ==== Derived terms ==== {{pl-see-deriv|cel-}} * '''*cel-''' (bare verb) ** ?")
  • 18:40, 5 August 2023 Maria talk contribs created page Template:m/documentation (Created page with "Used to link to a Laenktionary entry. There are two similar templates for this function, and their different usage should be noted: * {{temp|l}} should be used for wikilinks in a list. For example, this might be a list of synonyms or derived terms. * {{temp|m}} should be used within free-form text. For example this might be in the middle of a paragraph on usage or as part of an etymology. ==Usage== {{temp|m|kil|šeḻē|t=to know}} produces: {{m|kil|šeḻē|t=to know...")
  • 18:38, 5 August 2023 Maria talk contribs created page Template:m (Created page with "<includeonly>{{#invoke:links|mention}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 18:33, 5 August 2023 Maria talk contribs created page Module:table (Created page with "--[[ ------------------------------------------------------------------------------------ -- table (formerly TableTools) -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke....")
  • 18:21, 5 August 2023 Maria talk contribs created page Template:para/documentation (Created page with "== Usage == This template simply displays a parameter name between a vertical line and an equal sign, as is seen in template calls. (This is useful in template documentation and in talk page discussions of templates.) ===Parameters=== This template takes the following parameters: *{{para|1||''may be empty'' if second parameter is present}}: the name of the parameter *{{para|2||''optional'' if first parameter is present}}: a corresponding value for the parameter *{{para|...")
  • 18:19, 5 August 2023 Maria talk contribs created page Template:temp/documentation (Created page with "Allows for exemplifying wiki template calls. ==Usage== {{temp|temp|l|kil|šeḻē}} results in {{temp|l|kil|šeḻē}}. This is useful for documentation pages such as this one where examples on how to use a specific template are being given.")
  • 18:18, 5 August 2023 Maria talk contribs created page Template:para (Created page with "<code>|{{#if:{{{}}}|{{#if:{{{1<includeonly>|</includeonly>}}}|{{{1}}}=}}{{{2<includeonly>|</includeonly>}}}|={{{1|}}}}}</code><!-- -->{{#if:{{{3|}}}<!-- -->| ({{#if:{{{req|}}}|'''''required''''', }}{{#if:{{{opt|}}}|''optional'', }}{{{3}}})<!-- -->|{{#if:{{{req|}}}| ('''''required''''')}}{{#if:{{{opt|}}}| (''optional'')}}<!-- -->}}<!-- --><noinclude>{{documentation}}</noinclude>")
  • 18:10, 5 August 2023 Maria talk contribs deleted page Template:template (content was: "<includeonly>{{#invoke:template}}</includeonly><noinclude>{{documentation}}</noinclude>", and the only contributor was "Maria" (talk))
  • 18:10, 5 August 2023 Maria talk contribs created page Template:temp (Created page with "<includeonly>{{#invoke:template|show}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 18:01, 5 August 2023 Maria talk contribs created page Template:template (Created page with "<includeonly>{{#invoke:template}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 18:01, 5 August 2023 Maria talk contribs created page Module:template (Created page with "local export = {} function export.show(frame) frame = frame:getParent() or frame local out = {"{{", frame.args[1]} local i = 2 while frame.args[i] do table.insert(out, "|" .. frame.args[i]) i = i + 1 end for key, value in ipairs(frame.args) do if type(key) == "string" then table.insert(out, "|" .. key .. "=" .. value) end end table.insert("}}") return table.concat(out) end return export")
  • 16:17, 5 August 2023 Maria talk contribs created page Template:l/documentation (Created blank page)
  • 13:04, 5 August 2023 Maria talk contribs created page Template:documentation (Created page with "<includeonly>{{#invoke:documentation|show}}</includeonly>")
  • 13:02, 5 August 2023 Maria talk contribs created page Module:documentation (Created page with "local export = {} function export.show(frame) local source = frame.args[1] or frame.args["source"] local doc = ((type(source) == "string" and source ~= "") and mw.title.new(source)) or mw.title.new(mw.title.getCurrentTitle().fullText .. "/documentation") return '<div class="documentation">\n' .. title:getContent() .. "\n</div>" end return export")
  • 12:42, 5 August 2023 Maria talk contribs created page Template:l (Created page with "{{#invoke:links|list}}")
  • 12:38, 5 August 2023 Maria talk contribs created page Module:links (Created page with "local export = {} local function make_list(frame, list_type) if link_type ~= "mention" or link_type ~= "list" then error("Link type must be specified") end local language_code = frame.args[1] local word = frame.args[2] local display = frame.args[3] or frame.args["display"] or frame.args["d"] local text = frame.args[4] or frame.args["text"] or frame.args["t"] local pos = frame.args["pos"] local language = require("Module:languages").get_by_code(language_code)...")
  • 13:03, 18 July 2023 Maria talk contribs created page Category:Rhymes:Kilitic/inːi (Created page with "Category:Rhymes:Kilitic")
  • 13:02, 18 July 2023 Maria talk contribs created page šinni (Created page with "== Kilitic == === Etymology === From {{Proto|Laenkean|cin-né-s|cajn-}} {{hint|scratch}}. === Pronunciation === {{kil-pr|ˈʃ|inːi}} === Noun === {{kil-noun|du=šinnadiz|pl=šinniz|proto=cajn-}} # {{eng|letter}} ==== Declension ==== {{kil-decl|šinn|i}}")
  • 12:06, 18 July 2023 Maria talk contribs created page Category:Rhymes:Kilitic/iːxːɛː (Created page with "Category:Rhymes:Kilitic")
  • 12:06, 18 July 2023 Maria talk contribs created page Category:Verbs derived from Proto-Laenkean *liwg- (Created page with "Category:Terms derived from Proto-Laenkean *liwg-")
  • 12:06, 18 July 2023 Maria talk contribs created page Category:Terms derived from Proto-Laenkean *liwg- (Created page with "Category:Terms derived from Proto-Laenkean roots")
  • 12:06, 18 July 2023 Maria talk contribs created page līhhē (Created page with "== Kilitic == === Etymology === From {{Proto|Laenkean|liwg-}} {{hint|breathe}}. === Pronunciation === {{kil-pr|ˈl|iːxːɛː}} === Verb === {{kil-verb|līggah|lĩgyih|līgūḏ|proto=liwg-}} # {{eng|breathe}} ==== Conjugation ==== {{kil-conj|līg|līgg|līgy|līht}}")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)