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).
- 09:04, 6 August 2023 Maria talk contribs created page Module:string (Created page with "local str = {} -- Cannot include null byte. local UTF8_char = "[\1-\127\194-\244][\128-\191]*" --[[ ulen Counts UTF-8 characters. Faster than mw.ustring.len. Assumes that the encoding is correct. Unlike mw.ustring.len, does not return nil if encoding is invalid. Does not count the bytes 192, 193, and 245-255. They are not used in UTF-8 and will not occur if the string is valid. They are replaced with the replacement character (U+FFFD) on MediaWiki pages. --]] functi...")
- 09:03, 6 August 2023 Maria talk contribs created page Help:Formatting (Created page with " ==Riyan== ===Etymology=== {{root|ryn|lnk-pro|cel-}} From {{inherit|ryn|ryn-o|celaɟ}}, from {{inherit|ryn|lnk-pro|cel-|t=to know}}. ===Verb=== {{head|ryn|verb}} # to {{eng|know}}")
- 08:58, 6 August 2023 Maria talk contribs created page Template:root/documentation (Created page with "{{uses lua|Module:root|Module:languages}} This template is to be added in the first line of an etymology section. <u>It is meant to not display anything</u>, and only serves the purpose of categorization. Powered by Module:root. ===Parameters=== ; {{para|1}} : The language code of the language which derived the root, which should be the language of the section that the template is placed in. ; {{para|2}} : The language code of the language which the root was derived...")
- 08:56, 6 August 2023 Maria talk contribs created page Template:root (Created page with "<includeonly>{{#invoke:root|show}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 08:55, 6 August 2023 Maria talk contribs created page Module:root (Created page with "local export = {} local m_languages = require("Module:languages") function export.make_categories(language, source, roots) local categories = {} local root_prefix = (source.proto and "*") or "" for _, root in ipairs(roots) do if language.code == source.code then table.insert(categories, "Category:" .. language.name .. " terms belonging to the root " .. root_prefix .. root .. "") else table.insert(categories, "[[Category:" .. language.name .. " terms der...")
- 08:04, 6 August 2023 Maria talk contribs created page Module:auto cat (Created page with "local export = {} local function get_language(title) local find_by_name = require("Module:languages").find_by_name local language local words = mw.text.split(title, " ") for i = 1, #words do name = table.concat(words, " ", 1, i) language = find_by_name(name) if language then break end end return language end return export")
- 07:57, 6 August 2023 Maria talk contribs moved page Module:languages/canonical names to Module:languages/names without leaving a redirect
- 07:57, 6 August 2023 Maria talk contribs moved page Module:languages/canonical names/documentation to Module:languages/names/documentation without leaving a redirect
- 07:57, 6 August 2023 Maria talk contribs moved page Module:languages/canonical names/generate to Module:languages/names/generate without leaving a redirect
- 07:57, 6 August 2023 Maria talk contribs moved page Module:languages/canonical names/generate/documentation to Module:languages/names/generate/documentation without leaving a redirect
- 07:44, 6 August 2023 Maria talk contribs created page Module:languages/canonical names/documentation (Created page with "Contains a data mapping of language names to languages codes, which is useful for more efficient reverse lookup. You must ensure this is kept up-to-date. You can check what the value of this ought to be at the generator module: Module:languages/canonical names/generate.")
- 07:43, 6 August 2023 Maria talk contribs created page Module:languages/canonical names (Created page with "return { ["Proto-Radic"] = "rad-pro", ["Middle Riyan"] = "ryn-m", ["Kilitic"] = "kil", ["Old Radestrian"] = "rad-o", ["Riyan"] = "ryn", ["Old Riyan"] = "ryn-o", ["Old Laefevian"] = "lfv-o", ["Laefevian"] = "lfv", ["Radestrian"] = "rad", ["Balavic"] = "bal", ["Middle Laefevian"] = "lfv-m", ["Proto-Laenkean"] = "lnk-pro", ["Proto-Laefevic"] = "lfv-pro", ["Middle Radestrian"] = "rad-m", }")
- 07:22, 6 August 2023 Maria talk contribs created page Module:languages/data (Created page with "export.languages = { -- Proto-Laenkean ["lnk-pro"] = {name = "Proto-Laenkean", code = "lnk-pro", link = ":Category:Proto-Laenkean roots", proto = true}, -- Balavic ["bal"] = {name = "Balavic", code = "bal", link = ":Category:Balavic lemmas", proto = false}, -- Kilitic ["kil"] = {name = "Kilitic", code = "kil", link = ":Category:Kilitic lemmas", proto = false}, -- Laefevian ["lfv-pro"] = {name = "Proto-Laefevic", code = "lfv-pro", link = ":Category:Proto-Laefevic...")
- 07:17, 6 August 2023 Maria talk contribs created page Template:syntaxhighlight (Created page with "{{{{{|safesubst:}}}#tag:syntaxhighlight|{{{code|{{{1}}}}}}|lang={{{lang|{{{2|lua}}}}}}}}<noinclude> {{documentation}} </noinclude>")
- 07:12, 6 August 2023 Maria talk contribs created page Module:languages/canonical names/generate/documentation (Created page with "Generates up-to-date output that can be used to set the value of Module:languages/canonical names. ==Result== {{#invoke:languages/canonical names/generate|show}}")
- 07:11, 6 August 2023 Maria talk contribs created page Module:languages/canonical names/generate (Created page with "local export = {} function export.show() local languages = require("Module:languages").languages local ret = "return {" for k, v in ipairs(languages) do ret = ret + '\n\t["' .. v.name .. '"] = "' .. v.code .. '",' end ret = ret .. "\n}" return ret end return export")
- 06:49, 6 August 2023 Maria talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: .IPA { font-family: Gentium,'Gentium Plus',GentiumAlt,'DejaVu Sans','Segoe UI','Lucida Grande','Charis SIL','Doulos SIL','TITUS Cyberbit Basic','Code2000','Lucida Sans Unicode',sans-serif; font-size: 110%; font-style: normal; font-variant-ligatures: no-common-ligatures; }")
- 06:32, 6 August 2023 Maria talk contribs created page Module:gender and number (Created page with "local export = {} local available_genders = { ["n"] = {label = "n", hint = "neuter gender", category = "neuter %", group = "gender"}, ["f"] = {label = "f", hint = "feminine gender", category = "feminine %", group = "gender"}, ["m"] = {label = "m", hint = "masculine gender", category = "masculine %", group = "gender"}, ["c"] = {label = "c", hint = "common gender", category = "common %", group = "gender"}, ["d"] = {label = "du", hint = "dualia tantum", category = "du...")
- 02:07, 6 August 2023 Maria talk contribs created page Template:rhymes/documentation (Created page with "==Usage== {{temp|rhymes|kil|ɛːnxɛː}} Generates: {{rhymes|kil|ɛːnxɛː|nocat=1}} and automatically adds the category Rhymes:Kilitic/ɛːnxɛː to the page.")
- 02:04, 6 August 2023 Maria talk contribs created page Template:rhymes (Created page with "<includeonly>Rhymes: <span class="IPA">[[:Category:Rhymes:{{#invoke:languages|getByCode|{{{1}}}|name}}:{{{2}}}]]</span>[[Category:Rhymes:{{#invoke:languages|getByCode|{{{1}}}|name}}:{{{2}}}]]</includeonly><noinclude>{{documentation}}</noinclude>")
- 01:56, 6 August 2023 Maria talk contribs created page bhepuíc (Created page with "==Riyan== ===Etymology=== From {{inherit|ryn|lnk-pro|pʰwewkʰ-|gʱepʰwewkʰes|t=cold}}. ===Pronunciation=== * {{IPA|ryn|/ˈβɛpu̯ik/}} ===Noun=== {{ryn-noun}} # {{eng|december}}")
- 01:53, 6 August 2023 Maria talk contribs created page Template:accent/documentation (Created page with "Used to give the details of a specific accent to which the IPA is being given. ==Usage== {{temp|accent|ryn|North Riyan}} Generates : {{accent|ryn|North Riyan}} You can also specify extra qualifiers {{temp|accent|ryn|North Riyan|colloquial}} Generates : {{accent|ryn|North Riyan|colloquial}}")
- 01:52, 6 August 2023 Maria talk contribs created page Template:accent (Created page with "(''[[Appendix:{{#invoke:languages|getByCode|{{{1}}}|name}} pronunciation|{{{2}}}]]'')")
- 01:49, 6 August 2023 Maria talk contribs created page Appendix:Riyan pronunciation (Created page with "To be written!")
- 01:48, 6 August 2023 Maria talk contribs added prefix "w" (https://en.wikipedia.org/wiki/$1 ) (trans: 0; local: 0) to the interwiki table
- 01:47, 6 August 2023 Maria talk contribs created page Template:IPA/documentation (Created page with "==Usage== {{temp|IPA|ryn|/ˈβydɛ/}} Generates: : {{IPA|ryn|/ˈβydɛ/}}")
- 01:46, 6 August 2023 Maria talk contribs created page Template:IPA (Created page with "<includeonly>IPA <sup>([[Appendix:{{#invoke:languages|getByCode|{{{1}}}|name}} pronunciation|key]])</sup> <span class="IPA">{{{2}}}</span>{{#if:{{{3|}}}|<span class="IPA">{{{3}}}</span>}}</includeonly>")
- 01:28, 6 August 2023 Maria talk contribs created page Template:head/documentation (Created page with "{{uses lua|Modules:head|Modules:parameters|Modules:languages}}")
- 00:36, 6 August 2023 Maria talk contribs created page Module:parameters/documentation (Created page with "This module provides processing and checking of template arguments. ==process== {{code|lua|process(args, params, return_unknown)}} Processes arguments with a given list of parameters, and returns a table containing the processed arguments. The <code class="n">args</code> parameter specifies the arguments to be processed; they are the arguments you might retrieve from {{code|lua|frame:getParent().args}}. The <code class="n">params</code> parameter specifies a list of va...")
- 00:33, 6 August 2023 Maria talk contribs created page Template:code/documentation (Created page with "This is a convenience template, which formats a short inline snippet of code with syntax highlighting of a given language. The language is specified as the first positional parameter (as understood by the {{wikitag|syntaxhighlight}} tag, with "<code>js</code>" being a shorthand for <code>javascript</code> and "<code>py</code>" for <code>python</code>), while the second is the snippet to format. Alternatively, you can s...")
- 00:03, 6 August 2023 Maria talk contribs created page Template:uses lua (Created page with "<onlyinclude><includeonly>{{#invoke:Lua banner|main}}</includeonly></onlyinclude> {{uses lua|Module:Lua banner}} {{Documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. -->")
- 00:02, 6 August 2023 Maria talk contribs uploaded File:Lua-logo-nolabel.svg
- 00:02, 6 August 2023 Maria talk contribs created page File:Lua-logo-nolabel.svg
- 23:59, 5 August 2023 Maria talk contribs created page Module:Lua banner (Created page with "-- This module implements the {{uses lua}} template. local export = {} local m_yesno = require("Module:yesno") local m_list = require("Module:List") local m_table = require("Module:table") local m_messagebox = require("Module:Message box") local m_tnt = require("Module:TNT") local function format(msg) return m_tnt.format("I18n/Lua banner", msg) end function export.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do...")
- 23:58, 5 August 2023 Maria talk contribs created page Module:Message box/Mbox.css (Created page with "* * {{ombox}} (other pages message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ombox { margin: 4px 10%; border-collapse: collapse; Default "notice" gray: border: 1px solid #a2a9b1; background-color: #f8f9fa; box-sizing: border-box; } An empty narrow cell: .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } The message body cell(s): .ombox th.mbox-te...")
- 23:51, 5 August 2023 Maria talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
- 23:50, 5 August 2023 Maria talk contribs created page Module:Message box (Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Module:yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = '...")
- 23:47, 5 August 2023 Maria talk contribs created page Module:List/documentation (Created page with "This module outputs different kinds of lists. At the moment, bulleted, unbulleted, horizontal, ordered, and horizontal ordered lists are supported.")
- 23:47, 5 August 2023 Maria talk contribs created page Module:List (Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:table') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args)...")
- 23:47, 5 August 2023 Maria talk contribs created page Module:Arguments/documentation (Created page with "This module provides easy processing of arguments passed to Scribunto from {{temp|#invoke}}. It is intended for use by other Lua modules, and should not be called from #invoke directly.")
- 23:46, 5 August 2023 Maria talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 23:45, 5 August 2023 Maria talk contribs moved page Module:yesno/doc to Module:yesno/documentation
- 23:44, 5 August 2023 Maria talk contribs created page MediaWiki:Scribunto-doc-page-name (Created page with "Module:$1/documentation")
- 23:42, 5 August 2023 Maria talk contribs created page Module:yesno/doc (Created page with "This module returns a function that will convert various values to {{code|lua|false}} or {{code|lua|true}}. It can be used to interpret boolean template parameters, if Module:parameters is not being used.")
- 23:42, 5 August 2023 Maria talk contribs created page Module:yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) val = type(val) == 'string' and val:lower() or val -- put in lower case if val == nil then return nil elseif val == false or val == 'no' or val == 'n' or val == 'false' or val == 'off' or tonumber(val) == 0 then return false elseif val == true or val == 'yes' or val == 'y' or val == '...")
- 23:41, 5 August 2023 Maria talk contribs created page Module:TNT (Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained...")
- 23:39, 5 August 2023 Maria talk contribs created page Template:wikitag/documentation (Created page with "{{uses lua|Module:wikitag link}} This template can be used to link to the documentation of any given wiki tag, like {{wikitag|nowiki}}, {{wikitag|references /}} or {{wikitag|poem}}. It is not intended for HTML tags like <code><table></code> or <code><span></code>. It correctly handles tags with attributes, like {{wikitag|references group{{=}}"notes" /}}. ==See also== * {{temp|temp}} <includeonly> Category:Discussion templates </includeonly>")
- 23:39, 5 August 2023 Maria talk contribs created page Template:wikitag (Created page with "{{safesubst:<noinclude/>#invoke:wikitag link|show}}<noinclude>{{documentation}}</noinclude>")
- 23:38, 5 August 2023 Maria talk contribs created page Module:wikitag link (Created page with "local export = {} local doc_table = { -- translusion tags: mw:Transclusion#Transclusion markup ["noinclude" ] = "mw:Transclusion#Transclusion markup"; ["includeonly" ] = "mw:Transclusion#Transclusion markup"; ["onlyinclude" ] = "mw:Transclusion#Transclusion markup"; -- built-in parser extension tags ["pre" ] = "mw:Help:Formatting"; -- not a good target, but there is no better one ["nowiki" ] = "mw:Help:Formatting"; -- not a good...")
- 23:37, 5 August 2023 Maria talk contribs created page Template:code (Created page with "{{#tag:syntaxhighlight<!-- -->|{{{|{{{2}}}}}}<!-- -->|lang={{#switch:{{{1}}}<!-- -->|js=javascript<!-- -->|py=python<!-- -->|#default={{#ifeq:{{{1|}}}||text|{{{1}}}}}<!-- -->}}<!-- -->|style={{{style|}}}<!-- -->|inline=inline}}<noinclude>{{documentation}}</noinclude>")