User contributions for Raven
15 September 2025
- 11:0911:09, 15 September 2025 diff hist +1 MediaWiki:Common.css No edit summary
- 11:0911:09, 15 September 2025 diff hist 0 MediaWiki:Common.css No edit summary
- 11:0811:08, 15 September 2025 diff hist +47 MediaWiki:Common.css No edit summary
- 11:0811:08, 15 September 2025 diff hist +5 MediaWiki:Common.css No edit summary
- 11:0711:07, 15 September 2025 diff hist +137 MediaWiki:Common.css No edit summary
- 11:0511:05, 15 September 2025 diff hist +71 MediaWiki:Common.css No edit summary
- 11:0311:03, 15 September 2025 diff hist +1 MediaWiki:Common.css No edit summary
- 11:0211:02, 15 September 2025 diff hist +28 MediaWiki:Common.css No edit summary
- 08:2008:20, 15 September 2025 diff hist +386 Index talk:Ikiusu No edit summary
- 08:1808:18, 15 September 2025 diff hist −6 Index:Ikiusu fix search box
- 07:2507:25, 15 September 2025 diff hist +200 N Index:Ikiusu search box for senra dictionary
- 07:1007:10, 15 September 2025 diff hist +26 Template:Navbox index update index navbox
- 06:1906:19, 15 September 2025 diff hist +120 N User talk:Heav Created page with "== notice == you may possibly experience. ~~~~"
- 06:1806:18, 15 September 2025 diff hist +84 User talk:Raven hi.
- 05:5605:56, 15 September 2025 diff hist +220 N IIS:Salad Created page with "'''salad''' is a food consisting of an assortment of various, typically raw vegetables mixed (or "tossed") together. it is often immersed in a sauce called a salad dressing, which may be vinegar-based or dairy-based."
- 05:1305:13, 15 September 2025 diff hist 0 Index:Index meow
- 05:0705:07, 15 September 2025 diff hist +11 N MediaWiki:Aboutpage Created page with "Index:Vicky" current
- 05:0605:06, 15 September 2025 diff hist +18 Index:Main add index navbox
- 05:0205:02, 15 September 2025 diff hist +104 N Index:Index Created page with "the '''indices''' are a guide and landing page to each section and namespace of vicky. {{navbox index}}"
- 05:0005:00, 15 September 2025 diff hist +218 N Template:Navbox index Created page with "{{Navbox | name = index | title = index | listclass = hlist | state = {{{state|}}} | list1 = * index:main * index:index * index:vicky * index:nonsense }}"
- 05:0005:00, 15 September 2025 diff hist +2,922 N Template:Hlist/styles.css Created page with "→{{pp-protected|reason=match parent|small=yes}}: →* hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * [[MediaWiki talk:Common.css/to do#hlist-separated]]: /* * TODO: When the majority of readership supports it (or s..." current
- 04:5904:59, 15 September 2025 diff hist +5,643 N Module:List Created page with "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''..." current
- 04:5904:59, 15 September 2025 diff hist +64 N Template:Hlist Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}" current
- 04:5704:57, 15 September 2025 diff hist +6,119 N Module:Color contrast/colors Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511..." current
- 04:5704:57, 15 September 2025 diff hist +6,967 N Module:Color contrast Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *..." current
- 04:5504:55, 15 September 2025 diff hist +1,105 N Module:Navbar/styles.css Created page with "→{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .nav..." current
- 04:5504:55, 15 September 2025 diff hist +915 N Module:Navbar/configuration Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis..." current
- 04:5404:54, 15 September 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..." current
- 04:5304:53, 15 September 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
- 04:5304:53, 15 September 2025 diff hist +2,342 N Module:Navbox/styles.css Created page with "→{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; →Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; →No top margin for nested navboxes: } .navbox + .navbox, →TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pix..." current
- 04:5204:52, 15 September 2025 diff hist +5,454 N Module:Navbox/configuration Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {..." current
- 04:2304:23, 15 September 2025 diff hist +125 N Template:Navbox Created page with "<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude>see: https://en.wikipedia.org/wiki/Template:Navbox</noinclude>" current
- 04:2104:21, 15 September 2025 diff hist +16,577 N Module:TableTools Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke...." current
- 04:1904:19, 15 September 2025 diff hist +29,049 N Module:Navbox Created page with "require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local hiding_templatestyles = {} -- global passthrough variables local passthrough = { [cfg.arg.above]=true,[cfg.arg.aboveclass]=true,[cfg.arg.abovestyle]=true, [cfg.arg.basestyle]=true, [cfg.arg.below]=true,[cfg.arg.belowclass]=true,[cfg.arg.belowstyle]=true, [cfg.arg.bodyclass]=true, [cfg.a..." current
- 03:5603:56, 15 September 2025 diff hist +10 N MediaWiki:Mainpage Created page with "Index:Main" current
- 03:5503:55, 15 September 2025 diff hist 0 m Index:Main Raven moved page Main Page to Index:Main without leaving a redirect
- 03:3203:32, 15 September 2025 diff hist +55 Index:Main link to new page
- 03:3103:31, 15 September 2025 diff hist +348 N Vicky:Do not be a bad person. do not do bad things explain badness current
- 03:2003:20, 15 September 2025 diff hist +33 Index:Main the text must be bigger.
- 03:1303:13, 15 September 2025 diff hist +62 Index:Main add things.
- 03:0403:04, 15 September 2025 diff hist +122 N MediaWiki:Common.css meow
- 02:5902:59, 15 September 2025 diff hist +40 N MediaWiki:Tagline chloe current
- 01:3501:35, 15 September 2025 diff hist +22 N Vicky:General disclaimer Created page with "I know where you live." current
- 01:3501:35, 15 September 2025 diff hist +22 N Vicky:Privacy policy Created page with "I know where you live." current
- 01:3301:33, 15 September 2025 diff hist +189 Index:Main additional notes
- 01:2401:24, 15 September 2025 diff hist −1 m Template:Refn No edit summary
- 01:2401:24, 15 September 2025 diff hist +22 Template:Refn No edit summary
- 01:2401:24, 15 September 2025 diff hist +333 N Template:Refn Created page with "<includeonly>{{#if:{{{follow|}}}|{{#tag:ref|{{{1|{{{refn|}}}}}}|group={{{group|}}}|follow={{{follow|}}}}}|{{#if:{{{name|}}}|{{#tag:ref|{{{1|{{{refn|}}}}}}|name={{{name|}}}|group={{{group|}}}}}|{{#tag:ref|{{{1|{{{refn|}}}}}}|group={{{group|}}}}}}}}}</includeonly> '''''refn''' enables using more markup features inside references.''."
- 01:0701:07, 15 September 2025 diff hist +46 N User:Raven meow.
- 01:0601:06, 15 September 2025 diff hist −494 Index:Main create main page