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)
  • 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...")
  • 23:48, 15 April 2025 MediaWiki default talk contribs created page Main Page
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)