User contributions for H3xed
From Distropedia
Jump to navigationJump to search
3 August 2025
- 08:1308:13, 3 August 2025 diff hist +492 N Template:Donotuse Created page with "{{ombox | nocat = true | type = delete | image = File:Thumb_down_icon.svg | text = '''DO NOT USE THIS DISTRO!!'''<br/> This distro has severe issues that will likely not be addressed.<br/> ---- '''''Issues include: {{{1}}}''''' }} <includeonly>Category:Creeps</includeonly> <noinclude> <templatedata> { "params": { "1": {} } } </templatedata> </noinclude> <noinclude> Use for distros that are actually dangerous to use or have severe issues that could harm the..." current
- 08:0108:01, 3 August 2025 diff hist −14 Template:Stub No edit summary current
- 08:0008:00, 3 August 2025 diff hist +153 N Template:Mbox Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>" current
- 08:0008:00, 3 August 2025 diff hist +221 N Template:Stub Created page with "{{mbox | nocat = true | type = content | text = This page FUCKING sucks. You '''WILL''' make it [{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} suck less]. }} <includeonly>Category:Stubs</includeonly>"
- 07:5707:57, 3 August 2025 diff hist +1,852 N Module:Message box/ombox.css Created page with "→{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; →Default "notice" gray: background-color: var(--background-color-neutral-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } →For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; →Red: background-color: #fee7e6; →Pink: } .ombox-de..." current
- 07:5607:56, 3 August 2025 diff hist +6,546 N 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..." current
- 07:5607:56, 3 August 2025 diff hist +10,054 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. 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
- 07:5507:55, 3 August 2025 diff hist +745 N 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 =..." current
- 07:5407:54, 3 August 2025 diff hist +146 N Template:Ombox Created page with "{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 07:5407:54, 3 August 2025 diff hist +18,242 N Module:Message box Created page with "local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- local funct..." current