Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 01:13, 24 May 2025
 
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

18 May 2025

N    21:34  U2E:Community Guidelines 2 changes history +1,376 [U2e (2×)]
     
21:34 (cur | prev) +11 U2e talk contribs
N    
21:26 (cur | prev) +1,365 U2e talk contribs (Created page with "= U2E Community Guidelines = Welcome to U2E! To keep our community safe, respectful, and productive, please follow these guidelines: == 1. Respect Others == * Treat all members with respect and kindness. * Avoid personal attacks, harassment, or discriminatory language. * Engage in constructive and civil discussions. == 2. Be Truthful and Evidence-Based == * Share only verifiable information supported by credible sources. * Avoid rumors, hearsay, and unsubstantiated...")
     21:26  (Protection log) [U2e (6×)]
     
21:26 U2e talk contribs protected U2E:Community Guidelines [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
     
09:28 U2e talk contribs protected Template:Ambox [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
     
09:18 U2e talk contribs protected Module:Message box [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
     
09:06 U2e talk contribs protected Module:Message box/configuration [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
     
08:51 U2e talk contribs protected Module:Arguments [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
     
08:50 U2e talk contribs protected Module:Yesno [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
N    09:25  Template:Ambox 2 changes history +29 [U2e (2×)]
     
09:25 (cur | prev) −11 U2e talk contribs
N    
09:25 (cur | prev) +40 U2e talk contribs (Created page with "{{#invoke:Message box|ambox}}<noinclude>")
N    09:23  Module:Message box 3 changes history +18,344 [U2e (3×)]
     
09:23 (cur | prev) −199 U2e talk contribs
     
09:17 (cur | prev) −15 U2e talk contribs
N    
09:04 (cur | prev) +18,558 U2e talk contribs (Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = '...")
N    09:06  Module:Message box/configuration diffhist +6,546 U2e talk contribs (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
N    08:51  Module:Arguments diffhist +10,054 U2e talk contribs (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'...")
N    08:50  Module:Yesno diffhist +745 U2e talk contribs (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 =...")