All public logs

From Allocosm

Combined display of all available logs of Allocosm. 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 (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 20:03, 6 April 2024 Vaxjedi talk contribs created page Template:Interlinear/styles.css (Created page with "{{pp-template}} ------------------------------------------ -- use in the 'classN' parameter ------------------------------------------: .interlinear .bold { font-weight: bold; } "font-variant:small-caps;" ignores oddball letters (such as ḥ) "text-transform: uppercase;" handles them: .interlinear .smallcaps { text-transform: uppercase; font-size: smaller; }")
  • 14:23, 5 April 2024 Vaxjedi talk contribs created page Test/Interlinear/styles.css (Created page with "{{pp-template}} ------------------------------------------ -- use in the 'classN' parameter ------------------------------------------: .interlinear .bold { font-weight: bold; } "font-variant:small-caps;" ignores oddball letters (such as ḥ) "text-transform: uppercase;" handles them: .interlinear .smallcaps { text-transform: uppercase; font-size: smaller; }")
  • 14:19, 5 April 2024 Vaxjedi talk contribs created page Module:Lang/data (Created page with "local lang_obj = mw.language.getContentLanguage(); local this_wiki_lang_tag = lang_obj.code; -- get this wiki's language tag --[[--------------------------< L A N G _ N A M E _ T A B L E >------------------------------------------------ primary table of tables that decode: lang -> language tags and names script -> ISO 15924 script tags region -> ISO 3166 region tags variant -> iana registered variant tags suppressed -> map of scripts tags and their assoc...")
  • 14:15, 5 April 2024 Vaxjedi talk contribs created page Template:Interlinear (Created page with "<includeonly><templatestyles src="Interlinear/styles.css" />{{#invoke:Interlinear|interlinearise}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:Interlinear with unknown parameter "_VALUE_"|ignoreblank=y|<!--all supported parameters should be listed here: --> 1 | 2 | 3 | 4 | 5 | abbreviations | bottom | box | c1 | c2 | c3 | c...")
  • 14:14, 5 April 2024 Vaxjedi talk contribs created page Module:Interlinear/doc (Created page with " {{Lua|Module:Interlinear/data|Module:Ancient Greek|Module:Lang/data|Module:Yesno|Module:Arguments}} This is the module for Template:Interlinear and Template:gcl. The function invoked by the first one is {{code|p.interlinearise}} and the one invoked by the latter is {{code|p.gcl}}. See those templates' documentation for usage instructions. Most of the glossing abbreviations are loaded from the data subpage. <includeonly>{{#ifeq:{{SUB...")
  • 14:13, 5 April 2024 Vaxjedi talk contribs created page Module:Arguments/doc (Created page with " This module provides easy processing of arguments passed from <code>#invoke</code>. It is a meta-module, meant for use by other modules, and should not be called from <code>#invoke</code> directly (for a module directly invocable by templates you might want to have a look at {{ml|params|}}). Its features include: * Easy trimming of arguments and removal of blank arguments. * Arguments can be passed by both the current frame and by the parent frame at the same time. (Mo...")
  • 14:12, 5 April 2024 Vaxjedi 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'...")
  • 14:11, 5 April 2024 Vaxjedi talk contribs created page Module:Yesno/doc (Created page with " This module provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean input for Lua to process. It also returns <code>nil</code> values as <code>nil</code>, to allow for distinctions between <code>nil</...")
  • 14:11, 5 April 2024 Vaxjedi 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) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
  • 14:10, 5 April 2024 Vaxjedi talk contribs created page Module:Interlinear/data (Created page with "--[[The table here is traversed by the function that expands glossing abbreviations. If the abbreviation isn't found in this list and it begins with an "N" then the function will discard the "N" and search again, returning the result prefixed with "non-" (ex. "NFUT" is not found, so it will search for "FUT" and return "non-future"). A few abbreviations are exempt from this behaviour and they're marked by the ExcludeNegation key.]]-- local abbreviations = { ["0"] = {expan...")
  • 14:09, 5 April 2024 Vaxjedi talk contribs created page Module:Interlinear (Created page with "local p = {} local data = mw.loadData( 'Module:Interlinear/data' ) local gloss_override = {} -- for custom gloss abbreviations local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local lang_data = mw.loadData( 'Module:Lang/data' ) -------------------------- -- Almost-global variables -------------------------- local glossing_type, displaying_messages, free_translation, msg, buffer ------------------- -- General settings -----------...")
  • 10:51, 17 March 2024 Vaxjedi talk contribs created page Module:Sond-roots/data (Created page with "opers = { ["ini-basic"] = { { ["bh"] = "p", ["bs"] = "ps", ["dh"] = "t", ["ds"] = "ts", ["gh"] = "k", ["gs"] = "ks", ["hb"] = "hp", ["hd"] = "ht", ["hg"] = "hk", ["hz"] = "hs", ["kh"] = "k", ["lh"] = "l", ["mv"] = "mb", ["nv"] = "mb", ["nr"] = "nd", ["nl"] = "nd", ["ns"] = "nd", ["nz"] = "nd", ["ph"] = "p", ["rh"] = "r", ["sh"] = "s", ["th"] = "t", ["tz"] = "ts", ["vh"] = "f", ["zh"] = "s", }, "12"}, ["fin-basic"]...")
  • 10:40, 17 March 2024 Vaxjedi talk contribs created page Module:Sond-roots (Created page with "export = {} require("Module:sond-roots/data") function export.replace(str1, str2, oper) local rules = {} local output = "" local orig_oper = opers[oper] local orig_rules = orig_oper[1] local default = orig_oper[2] for k,v in pairs(orig_rules) do rules[k] = string.gsub(v,"[12]",{["1"] = str1, ["2"] = str2}) end default = string.gsub(default,"[12]",{["1"] = str1, ["2"] = str2}) output = rules[str1..str2] or default return output end return ex...")
  • 09:30, 17 March 2024 Vaxjedi talk contribs created page Template:Test/sond-roots (Created page with "{{#vardefine:ini12basic|{{#switch: {{{1}}}{{{2}}} | bh=p | bs=ps | dh=t | ds=ts | gh=k | gs=ks | hb=hp | hd=ht | hg=hk | hz=hs | kh=k | lh=l | mv | nv=mb | nr | nl | ns | nz=nd | ph=p | rh=r | sh=s | th=t | tz=ts | vh=f | zh=s | {{{1}}}{{{2}}} }} }} {{#vardefine:fin23basic|{{#switch: {{{2}}}{{{3}}} | bh=p | bs=ps | dh=t | ds=ts | gh=k | gs=ks | hb=hp | hd=ht | hg=hk | hz=hs | kh=k | lh=l | mv | nv=mb | nr | nl | ns | nz=nd | ph=p | rh=r | rz=rs | sh=s | th=t | tz=ts | vh...")
  • 03:34, 11 February 2024 Vaxjedi talk contribs created page Module:Test (Created page with " require('Module:Test/data') export = {} function export.get_forms(head,vowel,tail_str) -- if root_str == nil then -- error("Root is required") -- end local forms = {} local tail = {} local patterns = {} -- root_str = string.gsub(root_str,"-","") -- local root = m_cu.parse_root(root_str,true) tail = mw.text.split(tail_str,"-") if #tail == 1 then patterns = NOMOD_PATTERNS elseif #tail == 2 then patterns = ONEMOD_PATTERNS elseif #tail == 3 then p...")
  • 03:03, 11 February 2024 Vaxjedi talk contribs created page Module:Test/data (Created page with " NOMOD_PATTERNS = { ["std.impf.1sg"] = "CV1ii" }")
  • 13:09, 3 February 2024 Vaxjedi talk contribs deleted page NewLang (content was: "===Unnamed Language=== Work In Progress Intended features of this language: * Topic-comment structure * Austronesian alignment * Strongly head marking * Extensive use of converbs * Reduplication * Focus on stress syllable in morphological operations /Phonology/ Grammar * /Word Order/ * /Nouns/ ** Noun Classes ** Pronouns * /Verbs/ ** /Converbs/ * /Adjectives/ Temp Lists * /Unassigned Word List/ * /Wo...")
  • 11:58, 3 February 2024 Vaxjedi talk contribs created page Scribbles:Genesis (Created page with "The Makers were Three, but they were of one heart. Each looked upon the other and knew love. They sang, and they danced, and they laid beside one another. And they knew total peace, for there was nothing in the cosmos but the three Makers, and their shared heart. They looked upon one another, and each knew that they wanted to delight one another. And so, they each stepped away into their minds, and brought forth the first new things into creation. They presented them as...")
  • 11:56, 3 February 2024 Vaxjedi talk contribs created page Scribbles:Old K'veer Home (Created page with "Old K’veer home (to the tune of Old Town Road, by Nas X with Billy Ray Cyrus) Yeah, I'm gonna sit myself in my K'veer home I'm gonna write 'til I can't no more I'm gonna sit myself in my K'veer home I'm gonna write 'til I can't no more Explorin' with some swag Got my gear all packed I don't like to brag Got some flashlights in my bag Linkin' with book, ha You been ditched and left I been in the Zero You ain't even past the Cleft, now The ending has not been written...")
  • 11:54, 3 February 2024 Vaxjedi talk contribs created page Scribbles:On Cognate Elements (Created page with "Recent advances in both general thaumology and elemental studies have revealed unexpected nuances to the nature of elemental reality in the form of what have come to be known as cognate elements. While these cognate elements are associated with the traditional Aristotelian elements (i.e. the canonical elements of earth, air, fire, and water), experiments have shown that they exhibit characteristics normally associated with the 'quintessential' elements. This makes them f...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)