Main public logs

Jump to navigation Jump to search

Combined display of all available logs of NvWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 01:11, 16 April 2025 Starfrost talk contribs created page 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...")
  • 01:08, 16 April 2025 Starfrost talk contribs created page 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...")
  • 01:07, 16 April 2025 Starfrost talk contribs created page 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...")
  • 00:58, 16 April 2025 Starfrost talk contribs created page 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...")
  • 00:57, 16 April 2025 Starfrost talk contribs created page 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 *...")
  • 00:56, 16 April 2025 Starfrost talk contribs created page 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'...")
  • 00:55, 16 April 2025 Starfrost talk contribs created page 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....")
  • 00:54, 16 April 2025 Starfrost talk contribs created page 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 = {...")
  • 00:54, 16 April 2025 Starfrost talk contribs deleted page Template:Navbox/configuration (content was: "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_OD...", and the only contributor was "Starfrost" (talk))
  • 00:54, 16 April 2025 Starfrost talk contribs created page Template: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 = {...")
  • 00:53, 16 April 2025 Starfrost talk contribs created page Module:Infobox (Created page with "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_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
  • 00:52, 16 April 2025 Starfrost talk contribs created page 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...")
  • 00:51, 16 April 2025 Starfrost talk contribs created page Template:Navbox (Created page with "<onlyinclude>{{#invoke:Navbox|navbox}}</onlyinclude> Category:Templates")
  • 00:48, 16 April 2025 Starfrost talk contribs deleted page Template:Infobox/styles.css (content was: "<!-- proudly stolen from betawiki.net on 16 april 2025 --> .infobox { width: 22em; margin: 0.5em 0 0.5em 1em; padding: 0.2em; font-size: 88%; line-height: 1.5em; text-align: left; border: 1px solid darkgray; border-spacing: 3px; background-color: whitesmoke; color: black; float: right; clear: right; } @media (max-width: 720px) { .infobox { float: none...", and the only contributor was "Starfrost" (talk))
  • 00:47, 16 April 2025 Starfrost talk contribs created page Template:Infobox/styles.css (Created page with "<!-- proudly stolen from betawiki.net on 16 april 2025 --> .infobox { width: 22em; margin: 0.5em 0 0.5em 1em; padding: 0.2em; font-size: 88%; line-height: 1.5em; text-align: left; border: 1px solid darkgray; border-spacing: 3px; background-color: whitesmoke; color: black; float: right; clear: right; } @media (max-width: 720px) { .infobox { float: none; margin: 0 0 1em; } } .ib-title, .ib-above, .ib-subheader, .ib-below, .ib-image, .ib-header, .ib-...")
  • 00:46, 16 April 2025 Starfrost talk contribs created page Template:Infobox (Created page with "<onlyinclude><templatestyles src="Infobox/styles.css" /> <table class="infobox {{{bodyclass|}}}">{{#if: {{{title|}}} | <caption class="ib-title" {{#if: {{{title tooltip|}}}|title="{{{title tooltip|}}}"}}>{{{title}}}</caption> }} {{#if: {{{above|}}} | <tr><th colspan="2" class="ib-above">{{{above}}}</th></tr> }} {{#if: {{{subheader|}}} | <tr><td colspan="2" class="ib-subheader">{{{subheader}}}</td></tr>}} {{{1}}} {{#if: {{{below|}}} | <tr><td colspan="2" class="ib-below">...")
  • 00:44, 16 April 2025 Starfrost talk contribs created page Nvidia (Created page with "'''Nvidia''' is a computer graphics, AI and machine learning company, and one of the largest companies by market cap in the world. The company were founded by three engineers, Curtis Priem, Chris Malachowsky and Jen-Hsun Huang (more commonly known as "Jensen"), in 1993. The company is most well known for its line of consumer-oriented graphics cards, starting with the NV1 in 1995, with the most recent product line (the GeForce RTX 50 series, based off of their 18th majo...")
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)