Main public logs

Combined display of all available logs of NowMusic Wiki. 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 ( | ) (20 | 50 | 100 | 250 | 500)
  • 09:56, 22 May 2024 Admin talk contribs created page Module:Shortcut/styles.css (Created page with "{{pp-template}}: .module-shortcutboxplain { float: right; margin: 0 0 0 1em; border: 1px solid #a2a9b1; background: #fff; color: inherit; support dark mode: padding: 0.3em 0.6em 0.2em 0.6em; text-align: center; font-size: 85%; } .module-shortcutboxleft { float: left; margin: 0 1em 0 0; } .module-shortcutlist { display: inline-block; border-bottom: 1px solid #a2a9b1; margin-bottom: 0.2em; } .module-shortcutboxplain ul { font-weight: bold; } .mo...")
  • 09:48, 22 May 2024 Admin talk contribs created page Template:String split (Created page with "{{safesubst<noinclude/>:#invoke:String2 |split}}<noinclude> {{documentation}} </noinclude>")
  • 09:48, 22 May 2024 Admin talk contribs created page Module:GetParameters (Created page with "local p = {} --[[ Helper function that populates the argument list given that user may need to use a mix of named and unnamed parameters. This is relevant because named parameters are not identical to unnamed parameters due to string trimming, and when dealing with strings we sometimes want to either preserve or remove that whitespace depending on the application. ]] function p.getParameters( frame_args, arg_list ) local new_args = {}; local index = 1; loca...")
  • 09:36, 22 May 2024 Admin talk contribs created page Module:String2 (Created page with "require ('strict'); local p = {} p.trim = function(frame) return mw.text.trim(frame.args[1] or "") end p.sentence = function (frame) -- {{lc:}} is strip-marker safe, string.lower is not. frame.args[1] = frame:callParserFunction('lc', frame.args[1]) return p.ucfirst(frame) end p.ucfirst = function (frame ) local s = frame.args[1]; if not s or '' == s or s:match ('^%s+$') then -- when <s> is nil, empty, or only whitespace return s; -- aband...")
  • 09:26, 22 May 2024 Admin talk contribs created page Template:If empty (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude>{{Documentation}}</noinclude>")
  • 09:25, 22 May 2024 Admin talk contribs created page Module:If empty (Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) for k,v in ipairs(args) do if v ~= '' then return v end end end return p")
  • 17:30, 21 May 2024 User account Justin enriquez talk contribs was created Tags: Mobile edit Mobile web edit
  • 16:56, 21 May 2024 Admin talk contribs created page Template:Alternating rows table/doc (Created page with "{{Documentation subpage}} {{Uses TemplateStyles|Template:alternating rows table/styles.css}} This template may be used to generate a table with alternating row shading. == Usage == <syntaxhighlight lang="mediawiki"> {{alternating rows table|class=wikitable}} ! Number !! Cell name |- | 1 || Cell 1 |- | 2 || Cell 2 |- | 3 || Cell 3 |- | 4 || Cell 4 |- {{end}}</syntaxhighlight> {{alternating rows table|class=wikitable}} ! Number !! Cell name |- | 1 || Cell 1 |- | 2 || Cell...")
  • 10:42, 21 May 2024 Admin talk contribs created page Template:Alternating rows table (Created page with "<templatestyles src="alternating rows table/styles.css" /> {| class="{{{class|wikitable}}} alternating" style="{{{style|}}}" <noinclude> {{end}} {{documentation}} </noinclude>")
  • 10:42, 21 May 2024 Admin talk contribs created page Template:End (Created page with "<includeonly> {{safesubst<noinclude />:#if:{{{html|}}}|</table>|{{safesubst<noinclude />:!}}} }}</includeonly>{{safesubst<noinclude />:#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:End with unknown parameter "_VALUE_"|ignoreblank=y| html | 1<!--parameter does not do anything, but described in the documentation since 2015--> }}<noinclude>{{...")
  • 10:40, 21 May 2024 Admin talk contribs created page Template:Alternating rows table/styles.css (Created page with "{{pp-template}}: .alternating > thead + tbody > tr:nth-child(even), .alternating > caption + tbody > tr:nth-child(odd), .alternating > tbody:first-child > tr:nth-child(odd) { background-color: #eee; }")
  • 21:52, 20 May 2024 Admin talk contribs created page File:2X.jpg
  • 21:52, 20 May 2024 Admin talk contribs uploaded File:2X.jpg
  • 19:40, 20 May 2024 Admin talk contribs created page Template:Col-end (Created page with "<includeonly> |}</div></includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
  • 19:40, 20 May 2024 Admin talk contribs created page Template:Col-2 (Created page with "{{col-break|class=col-break-2|align={{{align|}}}|valign={{{valign|}}}}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
  • 19:39, 20 May 2024 Admin talk contribs created page Template:Col-break (Created page with "<noinclude/> | class="col-break {{{class|}}}"<!-- see Template:Col-begin/styles.css --> {{#if:{{{width|}}}{{{align|}}}{{{gap|}}}{{{valign|}}}{{{style|}}}|style="{{#if:{{{width|}}}|width: {{{width}}};}}{{#if:{{{align|}}}|text-align: {{{align}}};}} {{#if: {{{gap|}}}|padding-left: {{{gap}}};}}{{#if:{{{valign|}}}|vertical-align: {{{valign}}};}}{{#if:{{{style|}}}|{{{style}}}}}"}} | <noinclude> {{Documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikida...")
  • 19:38, 20 May 2024 Admin talk contribs created page Template:Col-begin (Created page with "<templatestyles src="Col-begin/styles.css"/><div> {| class="{{{class|}}} col-begin {{#if:{{{small|}}}|col-begin-small}}" role="presentation" {{#if:{{{bgColor|{{{bgcolor|}}}}}}{{{border|}}}{{{width|}}}{{{style|}}}|style="{{#if:{{{bgColor|{{{bgcolor|}}}}}}|background: {{{bgColor|{{{bgcolor}}}}}};}}{{#if:{{{border|}}}|border: {{{border}}};}}{{#if:{{{width|}}}|width: {{{width}}};}}{{#if:{{{style|}}}|{{{style}}}}}" }} <noinclude> |- | |} </div> {{documentation}} <!-- Add cate...")
  • 19:38, 20 May 2024 Admin talk contribs created page Template:Col-begin/styles.css (Created page with "{{pp-template|small=yes}}: .col-begin { border-collapse: collapse; padding: 0; color: inherit; dark mode friendly if color is set: width: 100%; border: 0; margin: 0; } .col-begin-small { font-size: 90%; } .col-break { vertical-align: top; text-align: left; } .col-break-2 { width: 50%; } .col-break-3 { width: 33.3%; } .col-break-4 { width: 25%; } .col-break-5 { width: 20%; } @media (max-width: 720px) { override potentially set width: /...")
  • 19:16, 20 May 2024 Admin talk contribs created page Module:If preview/styles.css (Created page with "{{pp|small=yes}}: .preview-warning { font-style: italic; @noflip: padding-left: 1.6em; margin-bottom: 0.5em; color: red; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .preview-warning + link + .preview-warning { margin-top: -0.5em; }")
  • 19:16, 20 May 2024 Admin talk contribs created page Module:If preview/configuration (Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyl...")
  • 19:15, 20 May 2024 Admin talk contribs created page Module:If preview (Created page with "local p = {} local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) if cfg.preview then return frame.args[1] or '' else return frame.args[2] or '' end end --[[ pmain This function returns either the first argument or second argument passed to this module's parent (i.e. template usi...")
  • 19:05, 20 May 2024 Admin talk contribs created page Module:Pagetype/setindex (Created page with "-- This page contains a table of all set index templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["Set index article"] = true, ["Sia"] = true, ["Set index"] = true, ["SIA"] = true, ["Set-index"] = true, ["Setindex"] = true, ["Set-index article"] = true, ["Animal common name"] = true, ["Chemistry index"] = true...")
  • 16:28, 20 May 2024 Admin talk contribs created page Template:Time ago/doc (Created page with "{{Documentation subpage}} {{lua|Module:Time ago}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> The '''Time ago''' template calculates the amount of time which has passed since a provided timestamp. The result is a string similar to one of the examples below. This template ''should not'' be used with "subst" unless you don't want the stamp to change as the user refreshes the page. Note that due to Wikipedia's caching mechanisms, yo...")
  • 16:28, 20 May 2024 Admin talk contribs created page Module:NumberSpell (Created page with "-- This module converts a number into its written English form. -- For example, "2" becomes "two", and "79" becomes "seventy-nine". local getArgs = require('Module:Arguments').getArgs local p = {} local max = 100 -- The maximum number that can be parsed. local ones = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four', [5] = 'five', [6] = 'six', [7] = 'seven', [8] = 'eight', [9] = 'nine' } local specials = { [10] = 'ten', [11] = 'eleven...")
  • 16:26, 20 May 2024 Admin talk contribs created page Module:Template link general (Created page with "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(...")
  • 16:23, 20 May 2024 Admin talk contribs created page Template:Template link code (Created page with "<includeonly>{{#Invoke:Template link general|main|nolink=yes|code=yes|nowrap=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlc}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
  • 16:23, 20 May 2024 Admin talk contribs created page Template:Tlc (Redirected page to Template:Template link code) Tag: New redirect
  • 16:19, 20 May 2024 Admin talk contribs created page Template:Time ago (Created page with "{{#invoke:Time ago|main}}<noinclude> {{documentation}} <!-- Categories go in the /doc subpage and interwikis go in Wikidata. --> </noinclude>")
  • 16:18, 20 May 2024 Admin talk contribs created page Module:Time ago (Created page with "-- Implement Template:Time ago local numberSpell, yesno -- lazy load function numberSpell(arg) numberSpell = require('Module:NumberSpell')._main return numberSpell(arg) end function yesno(arg) yesno = require('Module:Yesno') return yesno(arg) end local p = {} -- Table to convert entered text values to numeric values. local timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2629800, --...")
  • 13:52, 20 May 2024 Admin talk contribs created page Template:Age in days/doc (Created page with "{{Documentation subpage}} {{Lua|Module:Age}} This template returns the number of days between two dates. Dates may be input either as full dates or as year, month and day. ==Usage== ====Full dates==== To use, type: :{| |- |<code><nowiki>{{age in days|date1|date2}}</nowiki></code> ||(number of days between dates 1 and 2), |- |<code><nowiki>{{age in days|date1}}</nowiki></code> ||(number of days since date 1) or |- |<code><nowiki>{{age in days||date2}}</n...")
  • 13:48, 20 May 2024 Admin talk contribs created page Template:Days ago/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Usage === <syntaxhighlight lang="wikitext">{{days ago|2008|1|1}}</syntaxhighlight> Produces: {{days ago|2008|1|1}} <syntaxhighlight lang="wikitext">{{days ago|2008|1|1|short=yes}}</syntaxhighlight> Produces: {{days ago|2008|1|1|short=yes}} === See also === * {{tl|age in days}} <includeonly>{{Sandbox other|| <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> Cate...")
  • 13:45, 20 May 2024 Admin talk contribs created page Module:Date (Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_...")
  • 13:43, 20 May 2024 Admin talk contribs created page Module:Age (Created page with "-- Implement various "age of" and other date-related templates. local mtext = { -- Message and other text that should be localized. -- Also need to localize text in table names in function dateDifference. ['mt-bad-param1'] = 'Invalid parameter $1', ['mt-bad-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Parameter show=$1 is not supported here', ['mt-cannot-add'] = 'Cannot add "$1"', ['mt-conflicting-s...")
  • 13:42, 20 May 2024 Admin talk contribs created page Template:Age in days (Created page with "<includeonly>{{#invoke:age|age_generic|template=age_days}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 13:38, 20 May 2024 Admin talk contribs created page Template:Days ago (Created page with "<includeonly><span title="{{#time: j F Y | {{{1}}}-{{{2}}}-{{{3}}}}}">{{#ifexpr: {{age in days|{{{1}}}|{{{2}}}|{{{3}}}}} > 365 | {{#expr: floor{{#expr: {{age in days|{{{1}}}|{{{2}}}|{{{3}}}}} / 365}}}}{{#ifeq: {{{short|}}} | yes | y |  years ago }} | {{#ifexpr: {{age in days|{{{1}}}|{{{2}}}|{{{3}}}}} > 30 | {{#expr: floor{{#expr: {{age in days|{{{1}}}|{{{2}}}|{{{3}}}}} / 30}}}}{{#ifeq: {{{short|}}} | yes | m |  months ago }} | {{age in days|{{{1}}}|{{{2}}...")
  • 10:25, 20 May 2024 Admin talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: Infobox template style: .infobox { border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #f8f9fa; color: black; @noflip: margin: 0.5em 0 0.5em 1em; padding: 0.2em; @noflip: float: right; @noflip: clear: right; font-size: 88%; line-height: 1.5em; width: 22em; } .infobox-header, .infobox-label, .infobox-above, .infobox-full-data, .infobox-data, .infobox-below, .infobox-subhead...")
  • 01:22, 20 May 2024 Admin talk contribs created page Module:Pagetype/softredirect (Created page with "-- This page contains a table of all soft redirect templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["Soft redirect"] = true, ["Interwiki redirect"] = true, ["SoftRedirect"] = true, ["Soft Redirect"] = true, ["Softredirect"] = true, ["Softredir"] = true, ["Soft link"] = true, ["Soft redir"] = true, ["Soft"]...")
  • 01:20, 20 May 2024 Admin 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:18, 20 May 2024 Admin talk contribs created page Module:Italic title (Created page with "-- This module implements {{italic title}}. require('strict') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local yesno = require('Module:Yesno') -------------------------------------------------------------------------------- -- ItalicTitle class -------------------------------------------------------------------------------- local ItalicTitle = {} do ----------------...")
  • 01:16, 20 May 2024 Admin talk contribs created page Module:Wikitext Parsing (Created page with "require("strict") --Helper functions local function startswith(text, subtext) return string.sub(text, 1, #subtext) == subtext end local function endswith(text, subtext) return string.sub(text, -#subtext, -1) == subtext end local function allcases(s) return s:gsub("%a", function(c) return "["..c:upper()..c:lower().."]" end) end local trimcache = {} local whitespace = {[" "]=1, ["\n"]=1, ["\t"]=1, ["\r"]=1} local function cheaptrim(str) --mw.text.trim is surprising...")
  • 00:39, 20 May 2024 Admin talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
  • 00:36, 20 May 2024 Admin talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
  • 00:35, 20 May 2024 Admin talk contribs created page Module:Category handler/blacklist (Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo...")
  • 00:35, 20 May 2024 Admin talk contribs created page Module:Category handler/shared (Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return...")
  • 00:33, 20 May 2024 Admin talk contribs created page Module:Category handler/config (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...")
  • 00:33, 20 May 2024 Admin talk contribs created page Module:Category handler/data (Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...")
  • 00:32, 20 May 2024 Admin talk contribs created page Template:Remove first word (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|pattern=^[^{{{sep|%s}}}]*{{{sep|%s}}}*|replace=|plain=false}}<noinclude>{{Documentation}}</noinclude>")
  • 00:29, 20 May 2024 Admin talk contribs created page Module:Category handler (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")
  • 00:28, 20 May 2024 Admin talk contribs created page Module:Duration (Created page with "local p = {} function p._error( error_str ) return 'Category:Duration with input error<strong class="error">Error in Module:Duration: ' .. error_str .. '</strong>' end function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = {'Template:Duration', 'Template:Duration/sandbox'}}) local tmp = args.duration or args[1] or '' local duration = {} if tonumber(args[1]) or args[2] or args[3] then if args[4] then return p._error('Par...")
  • 00:26, 20 May 2024 Admin talk contribs created page Module:Hms (Created page with "return require Module:Duration")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)