User contributions for Vaxjedi

From Allocosm
A user with 302 edits. Account created on 27 December 2017.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)

6 April 2024

5 April 2024

  • 14:2314:23, 5 April 2024 diff hist +379 N Test/Interlinear/styles.cssCreated 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; }" current
  • 14:2114:21, 5 April 2024 diff hist +95 TestNo edit summary current
  • 14:2114:21, 5 April 2024 diff hist +2 Module:InterlinearNo edit summary current
  • 14:1914:19, 5 April 2024 diff hist +28,575 N Module:Lang/dataCreated 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..." current
  • 14:1714:17, 5 April 2024 diff hist +20,220 Template:InterlinearNo edit summary current
  • 14:1614:16, 5 April 2024 diff hist −769 Template:InterlinearNo edit summary
  • 14:1514:15, 5 April 2024 diff hist +1,187 N Template:InterlinearCreated 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:1414:14, 5 April 2024 diff hist +620 N Module:Interlinear/docCreated 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..." current
  • 14:1314:13, 5 April 2024 diff hist +16,604 N Module:Arguments/docCreated 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..." current
  • 14:1214:12, 5 April 2024 diff hist +10,054 N Module:ArgumentsCreated 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'..." current
  • 14:1114:11, 5 April 2024 diff hist +4,154 N Module:Yesno/docCreated 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</..." current
  • 14:1114:11, 5 April 2024 diff hist +745 N Module:YesnoCreated 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 =..." current
  • 14:1014:10, 5 April 2024 diff hist +28,171 N Module:Interlinear/dataCreated 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..." current
  • 14:0914:09, 5 April 2024 diff hist +32,251 N Module:InterlinearCreated 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 -----------..."

17 March 2024

(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)