User contributions for Stonedreamer

From The Sextant of Worlds
A user with 1,245 edits. Account created on 14 April 2025.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

21 April 2025

20 April 2025

  • 17:2717:27, 20 April 2025 diff hist +100 N Module:Navbar/configuration Created page with "return { portal = 'Template', collapsible = true, ['collapsible-text'] = 'view · talk · edit' }"
  • 17:2617:26, 20 April 2025 diff hist +204 Sandbox No edit summary Tag: Visual edit
  • 17:2617:26, 20 April 2025 diff hist +5,296 N Module:Navbar Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false..."
  • 17:1517:15, 20 April 2025 diff hist +75 Sandbox No edit summary Tag: Visual edit
  • 17:0517:05, 20 April 2025 diff hist +19 Sandbox Infoboxes Tag: Visual edit
  • 17:0317:03, 20 April 2025 diff hist +56 N Module:Infobox/doc Created page with "Links to: https://en.wikipedia.org/wiki/Template:Infobox" Tag: 2017 source edit
  • 17:0017:00, 20 April 2025 diff hist +142 N Module:Documentation Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local content = args['content'] or '' return content end return p"
  • 16:5516:55, 20 April 2025 diff hist +151 N Template:Documentation Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>" Tag: 2017 source edit
  • 16:5416:54, 20 April 2025 diff hist +422 N Template:Main other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>" Tag: 2017 source edit
  • 16:5416:54, 20 April 2025 diff hist +435 N Template:Template other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" Tag: 2017 source edit
  • 16:5316:53, 20 April 2025 diff hist −9,486 Template:Infobox game No edit summary Tags: Manual revert 2017 source edit
  • 16:5116:51, 20 April 2025 diff hist +9,486 Template:Infobox game No edit summary Tags: Reverted 2017 source edit
  • 16:3916:39, 20 April 2025 diff hist +67 Sandbox No edit summary Tag: Visual edit
  • 16:3616:36, 20 April 2025 diff hist +18 Template:Infobox company/doc No edit summary current Tag: 2017 source edit
  • 16:3116:31, 20 April 2025 diff hist +1,541 N Module:Check for clobbered parameters Created page with "local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end function p.check(frame) local args = frame.args local pargs = frame:getParent().args local checknested = isnotempty(args['nested']) local delimiter = isnotempty(args['delimiter']) and args['delimiter'] or ';' local argpairs = {} for k, v in pairs(args) do if type(k) == 'number' then local plist = mw.text.split(v, delimiter)..." current
  • 16:3016:30, 20 April 2025 diff hist +9,894 N Module:InfoboxImage Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th..."
  • 16:2916:29, 20 April 2025 diff hist +142,142 N Module:WikidataIB Created page with "-- Version: 2023-07-10 -- Module to implement use of a blacklist and whitelist for infobox fields -- Can take a named parameter |qid which is the Wikidata ID for the article -- if not supplied, it will use the Wikidata ID associated with the current page. -- Fields in blacklist are never to be displayed, i.e. module must return nil in all circumstances -- Fields in whitelist return local value if it exists or the Wikidata value otherwise -- The name of the field that thi..."
  • 16:2616:26, 20 April 2025 diff hist +3,312 N Module:Check for unknown parameters Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wikitext..."
  • 16:2316:23, 20 April 2025 diff hist +1,274 N Template:Infobox company/doc Created page with "<noinclude> ==Usage== This template is used to display a standardized infobox for TTRPG companies. ===Parameters=== * '''name''' – Name of the company (required) * '''logo''' – Logo filename (uploaded to the wiki) * '''caption''' – Caption below the logo * '''type''' – Type of business (e.g., Private, LLC) * '''industry''' – Industry (e.g., Tabletop, RPG publishing) * '''founded''' – Year founded * '''founder''' – Founder(s) * '''defunct''' – Year defunc..." Tag: 2017 source edit
  • 16:2216:22, 20 April 2025 diff hist +796 Earthdawn (Game System) No edit summary Tag: Visual edit
  • 16:1716:17, 20 April 2025 diff hist +187 Style Guide No edit summary Tag: Visual edit
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)