Jump to content

User contributions for Tholin

A user with 265 edits. Account created on 16 February 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

13 May 2025

  • 12:5512:55, 13 May 2025 diff hist +2,195 N Module:Infobox/styles.css Created page with "{{pp|small=y}}: * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See [[MediaWiki talk:Common.css/to do#Infobox]] * DO NOT ADD THEM HERE: /* * not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully * * src: https://en.wikipedia.org/w/ind..."
  • 12:5312:53, 13 May 2025 diff hist +20,612 N Module:Infobox Created page with "-- src: https://en.wikipedia.org/w/index.php?title=Module:Infobox&action=edit local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_..."
  • 12:5212:52, 13 May 2025 diff hist +821 N Module:Yesno Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. -- Src: https://en.wikipedia.org/w/index.php?title=Module:Yesno&action=edit 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..." current
  • 12:5112:51, 13 May 2025 diff hist +10,134 N 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. -- src: https://en.wikipedia.org/w/index.php?title=Module:Arguments&action=edit 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..." current

18 March 2025

13 March 2025

11 March 2025

10 March 2025

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