Related changes
Appearance
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.
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
30 May 2026
|
|
19:09 | Mippedia Community 5 changes history +28 [Admin (2×); 114.8.214.238 (3×)] | |||
|
|
19:09 (cur | prev) −770 Admin talk contribs Tags: Manual revert Mobile edit Mobile web edit | ||||
|
|
19:05 (cur | prev) +770 Admin talk contribs Tags: Reverted Mobile edit Mobile web edit | ||||
|
|
18:08 (cur | prev) +28 114.8.214.238 talk Tags: Manual revert Mobile edit Mobile web edit | ||||
|
|
17:56 (cur | prev) −28 114.8.214.238 talk Tags: Manual revert Mobile edit Mobile web edit | ||||
|
|
17:43 (cur | prev) +28 114.8.214.238 talk Tags: Manual revert Mobile edit Mobile web edit | ||||
| 13:14 | Mippedia diffhist +18 114.8.204.170 talk | ||||
29 May 2026
|
|
N 21:08 | Mippedia 14 changes history +1,397 [Admin (14×)] | |||
|
|
21:08 (cur | prev) +42 Admin talk contribs Tags: Mobile edit Mobile web edit | ||||
|
|
21:06 (cur | prev) −1 Admin talk contribs Tags: Mobile edit Mobile web edit | ||||
|
|
21:05 (cur | prev) −288 Admin talk contribs Tags: Mobile edit Mobile web edit | ||||
|
|
21:03 (cur | prev) +1 Admin talk contribs Tags: Mobile edit Mobile web edit | ||||
|
|
21:02 (cur | prev) −81 Admin talk contribs Tags: Mobile edit Mobile web edit | ||||
|
|
21:01 (cur | prev) −1 Admin talk contribs Tags: Manual revert Mobile edit Mobile web edit | ||||
|
|
20:58 (cur | prev) +1 Admin talk contribs Tags: Reverted Mobile edit Mobile web edit | ||||
|
|
20:55 (cur | prev) −4 Admin talk contribs Tags: Mobile edit Mobile web edit | ||||
|
|
20:54 (cur | prev) −1 Admin talk contribs Tags: Manual revert Mobile edit Mobile web edit | ||||
|
|
20:52 (cur | prev) +1 Admin talk contribs Tags: Reverted Mobile edit Mobile web edit | ||||
|
|
20:50 (cur | prev) +1,057 Admin talk contribs Tags: Mobile edit Mobile web edit | ||||
|
|
20:44 (cur | prev) +4 Admin talk contribs Tags: Mobile edit Mobile web edit | ||||
|
|
20:44 (cur | prev) +6 Admin talk contribs Tags: Mobile edit Mobile web edit | ||||
| N |
|
20:44 (cur | prev) +661 Admin talk contribs (Created page with "Mippedia is a free, multilingual online encyclopedia containing articles on a wide variety of topics, including history, music, culture, public figures, and more. This project is managed, run, and operated by the Mippedia Community. Mippedia is available in both Indonesian and English. It was created and launched in 2022 by a Bandung-born musician named Rumi Haitami. Mippedia is non-commercial and access to the site is completely free and registration is optional. Unles...") Tags: Mobile edit Mobile web edit | |||
| N 20:36 | Module:Wd/i18n diffhist +7,249 Admin talk contribs (Created page with "-- The values and functions in this submodule should be localized per wiki. local p = {} function p.init(aliasesP) p = { ["version"] = "8", -- increment this each time the below parameters are changed to avoid reference conflict errors ["errors"] = { ["unknown-data-type"] = "Unknown or unsupported datatype '%s'.", ["missing-required-parameter"] = "No required parameters defined, needing at least one", ["extra-required-parameter"] = "Parameter...") | ||||
| N 20:35 | Module:Pagetype/rfd diffhist +640 Admin talk contribs (Created page with "-- This page contains a table of all RfD 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 { -- Template forms (these should be substituted so we should rarely see these) ["Redirect for discussion"] = true, ["RFD"] = true, ["RfD"] = true, ["Rfd1"] = true, ["Rfd-t"] = true, ["Rfd"] = true, ["Rfd-NPF"] = true, ["...") | ||||
| N 20:34 | Module:Pagetype/disambiguation diffhist +4,519 Admin talk contribs (Created page with "-- This page contains a table of all disambiguation 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 { ["Disambiguation"] = true, ["Begriffsklärung"] = true, ["DAB"] = true, ["Dab"] = true, ["Dab page"] = true, ["Dabpage"] = true, ["Dbig"] = true, ["Dis"] = true, ["Disam"] = true, ["Disamb"] = true, ["Disambig"] =...") | ||||
| N 20:33 | Module:Pagetype/setindex diffhist +1,489 Admin talk contribs (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...") | ||||
| N 20:32 | Template:SDcat diffhist +94 Admin talk contribs (Created page with "<includeonly>{{#invoke:SDcat |setCat}}</includeonly><noinclude> {{documentation}} </noinclude>") | ||||
| N 20:31 | Module:Pagetype/softredirect diffhist +2,612 Admin talk contribs (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 { ["R from category navigation"] = true, ["Redirect from category navigation"] = true, ["Category redirect"] = true, ["Cat move"] = true, ["Cat red"] = true, ["Cat redir"] = true, ["Cat redirect"] = true, ["Category mo...") | ||||
| N 20:30 | Module:Wikitext Parsing diffhist +17,908 Admin talk contribs (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...") | ||||
| N 20:26 | Module:Pagetype/config diffhist +4,262 Admin talk contribs (Created page with "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- -- St...") | ||||
| N 20:25 | Module:Pagetype diffhist +8,227 Admin talk contribs (Created page with "-------------------------------------------------------------------------------- -- -- -- This meta-module which automatically detects namespaces, and allows -- -- for a great deal of customisation. It can easily be ported to other -- -- wikis by changing the values in the Module:Pagetype/config. -- --...") | ||||
| N 20:25 | Template:Pagetype diffhist +179 Admin talk contribs (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:pagetype|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>") | ||||
| N 20:23 | Module:SDcat diffhist +1,851 Admin talk contribs (Created page with "--SDcat Module to check whether local short description matches that on Wikidata -- local p = {} ------------------------------------------------------------------------------- --[[ setCat has the qid of a Wikidata entity passed as |qid= (it defaults to the associated qid of the current article if omitted) and the local short description passed as |sd= It returns a category if there is an associated Wikidata entity. It returns one of the following tracking categor...") | ||||
| N 20:22 | Template:Short description/lowercasecheck diffhist +827 Admin talk contribs (Created page with "{{#ifeq:<!--test first character for lower-case letter-->{{#invoke:string|find|1={{{1|}}}|2=^%l|plain=false}}|1 |<!-- first character is a lower case letter; test against whitelist -->{{#switch: {{First word|{{{1|}}}}}<!--begin whitelist--> |c. <!--for circa--> |gTLD |iMac |iOS |iOS, |iPad |iPhone |iTunes |macOS |none |pH |pH-dependent=<!-- end whitelist; short description starts with an allowed lower-case string; whitelist matched; do nothing --> |#default=<!-- apply c...") | ||||
| N 20:21 | Template:Short description diffhist +1,371 Admin talk contribs (Created page with "{{#ifeq:{{lc:{{{1|}}}}}|none|{{SHORTDESC:|{{{2|}}}}}<nowiki/><!--Prevents whitespace issues when used with adjacent newlines-->|<div class="shortdescription nomobile noexcerpt noprint searchaux" style="display:none">{{{1|}}}{{SHORTDESC:{{{1|}}}|{{{2|}}}}}</div>}}<includeonly>{{#ifeq:{{{pagetype}}}|Disambiguation pages||{{#ifeq:{{pagetype |defaultns = all |user=exclude}}|exclude||{{#ifeq:{{#switch: {{NAMESPACENUMBER}} | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 11 | 12 | 13 | 14 | 15...") | ||||
| N 20:20 | Module:Wd diffhist +74,177 Admin talk contribs (Created page with "-- Original module located at en:Module:Wd and en:Module:Wd/i18n. require("strict") local p = {} local module_arg = ... local i18n local i18nPath local function loadI18n(aliasesP, frame) local title if frame then -- current module invoked by page/template, get its title from frame title = frame:getTitle() else -- current module included by other module, get its title from ... title = module_arg end if not i18n then i18nPath = title .. "/i18n"...") | ||||
| N 20:19 | Module:Is infobox in lead diffhist +993 Admin talk contribs (Created page with "local p = {} function p.main (frame) return p._main (frame.args[1]) end function p._main (searchString) local content = mw.title.getCurrentTitle():getContent() local offset = string.find(content, "==", 1 , true) if offset then local lead = string.sub(content, 1, offset-1) if (string.find(lead, searchString)) then lead = lead :gsub( "{{%s-[Ii]nfobox%s-mapframe", "") --don't check for infobox mapframe :gsub( "{{%s-[Ii]nfobo[^}]-%|%s-embed%s-=%s-yes", "...") | ||||
| N 20:18 | Template:Yesno diffhist +348 Admin talk contribs (Created page with "{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |f |false |off |0 = {{{no|}}} | = {{{blank|{{{no|}}}}}} |¬ = {{{¬|}}} |yes |y |t |true |on |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude>") | ||||
| N 16:03 | Template:Infobox musical artist/hCard class diffhist +324 Admin talk contribs (Created page with "{{#switch: {{{1|}}} | person | solo_singer | non_vocal_instrumentalist | non_performing_personnel = fn | group_or_band | cover_band | classical_ensemble | temporary = fn org | {{{1|fn}}} }}<!-- "fn" for individual people, "fn org" for bands and other groupings) --><noinclude> {{documentation}} </noinclude>") | ||||
| N 15:08 | Module:If preview/styles.css diffhist +434 Admin talk contribs (Created page with "→{{pp|small=yes}}: .preview-warning { font-style: italic; →@noflip: padding-left: 1.6em; margin-bottom: 0.5em; color: var(--color-error, red); } →The templatestyles causes an 'empty' span between hatnotes: .preview-warning + span.mw-empty-elt + .preview-warning, →remove this selector when Parsoid is the only parser, see also [[phab:T200206]]: .preview-warning + link + .preview-warning { margin-top: -0.5em; }") | ||||
|
|
N 14:39 | Template:Main other 2 changes history +605 [Admin (2×)] | |||
|
|
14:39 (cur | prev) +1 Admin talk contribs Tags: Mobile edit Mobile web edit | ||||
| N |
|
13:53 (cur | prev) +604 Admin talk contribs (Created page with "{{safesubst:<noinclude/>#switch: <noinclude><!-- If no or empty "demospace" parameter then detect namespace --></noinclude> {{safesubst:<noinclude/>#if:{{{demospace|}}} | {{safesubst:<noinclude/>lc: {{{demospace}}} }} <noinclude><!-- Use lower case "demospace" --></noinclude> | {{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>NAMESPACE}}|{{safesubst:<noinclude/>ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}}...") Tags: Mobile edit Mobile web edit | |||
| N 14:38 | Module:URL diffhist +4,340 Admin talk contribs (Created page with "-- -- This module implements {{URL}} -- -- See unit tests at Module:URL/testcases local p = {} local function safeUri(s) local success, uri = pcall(function() return mw.uri.new(s) end) if success then return uri end end local function extractUrl(args) for name, val in pairs(args) do if name ~= 2 and name ~= "msg" then local url = name .. "=" .. val; url = mw.ustring.gsub(url, '^[Hh][Tt][Tt][Pp]([Ss]?):(/?)([^/])', 'http%1://%3') local uri = sa...") | ||||
| N 14:37 | Template:URL diffhist +329 Admin talk contribs (Created page with "<includeonly>{{#invoke:URL|url}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:URL with unknown parameter "_VALUE_"|ignoreblank=y | 1 | 2 }}<noinclude>{{documentation}}</noinclude>") | ||||
| N 14:36 | Template:Nowrap diffhist +145 Admin talk contribs (Created page with "<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc page; interwikis go to Wikidata. --> </noinclude>") | ||||
| N 14:28 | Module:Text diffhist +19,470 Admin talk contribs (Created page with "local yesNo = require("Module:Yesno") local Text = { serial = "2024-09-21", suite = "Text" } --[=[ Text utilities ]=] local function fiatQuote( apply, alien, advance ) -- Quote text -- Parameter: -- apply -- string, with text -- alien -- string, with language code -- advance -- number, with level 1 or 2 local r = apply and tostring(apply) or "" alien = alien or "en" advance = tonumber(advance) or 0 l...") | ||||
| N 14:27 | Module:Detect singular diffhist +4,874 Admin talk contribs (Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local yesNo = require('Module:Yesno') -- function to determine whether "sub" occurs in "s" local function plainFind(s, sub) return mw.ustring.find(s, sub, 1, true) end -- function to count the number of times "pattern" (a regex) occurs in "s" local function countMatches(s, pattern) local _, count = mw.ustring.gsub(s, pattern, '') return count end local singular = 1 local likelyPlural = 2 local plural...") | ||||
| N 14:26 | Template:Pluralize from text diffhist +77 Admin talk contribs (Created page with "{{#invoke:Detect singular|pluralize}}<noinclude>{{documentation}}</noinclude>") | ||||
| N 14:24 | Module:Age diffhist +35,189 Admin talk contribs (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-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Parameter show=$1 is not supported here', ['mt-cannot-add'] = 'Cannot add "$1"', ['mt-conflicting-show'] = 'Parameter show=$1 conflicts with round=$2'...") | ||||
| N 14:23 | Template:Birth date and age diffhist +786 Admin talk contribs (Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:age|birth_date_and_age}}<!-- Tracking categories -->{{#invoke:Check for unknown parameters|check|unknown={{Main other|_VALUE_}}|preview=Page using Template:Birth date and age with unknown parameter "_VALUE_"|showblankpositional=1| 1 | 2 | 3 | day | month | year | df | mf }}<!-- -->{{#ifeq: {{NAMESPACENUMBER}} | 0 | {{#if: {{#invoke:wd|label|raw}} | {{#if:...") | ||||
| 14:16 | Template:Infobox musical artist diffhist +1 Admin talk contribs | ||||
| N 13:52 | Module:If preview/configuration diffhist +842 Admin talk contribs (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...") | ||||