Main public logs
Appearance
Combined display of all available logs of Mippedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:15, 29 May 2026 Admin talk contribs created page Module:Effective protection expiry (Created page with "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'auto...") Tags: Mobile edit Mobile web edit
- 14:14, 29 May 2026 Admin talk contribs created page Module:Effective protection level (Created page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local level...") Tags: Mobile edit Mobile web edit
- 14:13, 29 May 2026 Admin talk contribs created page Module:File link (Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in...") Tags: Mobile edit Mobile web edit
- 14:13, 29 May 2026 Admin talk contribs created page Module:Protection banner/config (Created page with "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that appear...") Tags: Mobile edit Mobile web edit
- 14:12, 29 May 2026 Admin talk contribs created page Module:Protection banner (Created page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and...") Tags: Mobile edit Mobile web edit
- 14:08, 29 May 2026 Admin talk contribs created page Module:Module wikitext (Created page with "local p = {} p.text = '' function p.main() return p.text end function p._addText(text, preprocessFrame) if preprocessFrame ~= false then text = (preprocessFrame or mw.getCurrentFrame()):preprocess(text) end p.text = p.text .. text end return p") Tags: Mobile edit Mobile web edit
- 14:08, 29 May 2026 Admin talk contribs created page Module:Documentation/styles.css (Created page with "{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid var( --border-color-base, #a2a9b1 ); background-color: #ecfcf4; color:inherit; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px;...") Tags: Mobile edit Mobile web edit
- 14:05, 29 May 2026 Admin talk contribs created page Module:Message box/ambox.css (Created page with "{{pp|small=y}}: .ambox { border: 1px solid #a2a9b1; @noflip: border-left: 10px solid #36c; Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } Single border between stacked boxes. Take into account base templatestyles, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais...") Tags: Mobile edit Mobile web edit
- 14:04, 29 May 2026 Admin talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...") Tags: Mobile edit Mobile web edit
- 14:03, 29 May 2026 Admin talk contribs created page Module:Message box (Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------...") Tags: Mobile edit Mobile web edit
- 14:02, 29 May 2026 Admin talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...") Tags: Mobile edit Mobile web edit
- 14:01, 29 May 2026 Admin talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in...") Tags: Mobile edit Mobile web edit
- 13:57, 29 May 2026 Admin talk contribs created page File:Rumi Haitami.jpg
- 13:57, 29 May 2026 Admin talk contribs uploaded File:Rumi Haitami.jpg Tags: Mobile edit Mobile web edit
- 13:53, 29 May 2026 Admin talk contribs created page Template:Main other (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
- 13:52, 29 May 2026 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...") Tags: Mobile edit Mobile web edit
- 13:51, 29 May 2026 Admin talk contribs created page Module:If preview (Created page with "local p = {} local getArgs = require("Module:Arguments").getArgs local yn = require("Module:Yesno") 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) local args = getArgs(frame) if cfg.preview then return args[1] or '' else return args[2] or '' end end --[[ pmain This function...") Tags: Mobile edit Mobile web edit
- 13:49, 29 May 2026 Admin talk contribs created page Module:Check for deprecated parameters (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- on the list local p = {} local function isnotempty(s) return s and mw.text.trim(s) ~= '' end local function scanValues(values,results,args,replaceTable) for k, v in pairs(values) do local c = args.category:gsub('_VALUE_', v) table.insert(results, c) if v == '' then -- Fix odd bug for | = which gets strippe...") Tags: Mobile edit Mobile web edit
- 13:48, 29 May 2026 Admin talk contribs created page Module:Check for unknown parameters (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local mapframe_params = { 'coord', 'coordinates', 'id', 'qid', 'mapframe', 'mapframe-area_km2', 'mapframe-area_mi2', 'mapframe-caption', 'mapframe-coord', 'mapframe-coordinates', 'mapframe-custom', 'mapframe-frame-coord', 'mapframe-frame-coordinates', 'mapf...") Tags: Mobile edit Mobile web edit
- 13:47, 29 May 2026 Admin talk contribs created page Module:InfoboxImage/data (Created page with " local placeholderList = { "Blue - Replace this image female.svg", "Blue - Replace this image male.svg", "Flag of None (square).svg", "Flag of None.svg", "Flag of.svg", "Green - Replace this image female.svg", "Green - Replace this image male.svg", "Image is needed female.svg", "Image is needed male.svg", "Location map of None.svg", "Male no free image yet.png", "Missing flag.png", "No flag.svg", "No free portrait.s...") Tags: Mobile edit Mobile web edit
- 13:39, 29 May 2026 Admin talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>") Tags: Mobile edit Mobile web edit
- 13:38, 29 May 2026 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_...") Tags: Mobile edit Mobile web edit
- 13:33, 29 May 2026 Admin talk contribs created page Module:Person date (Created page with "require("strict") local p = {} local TEMPLATES = { birth_date = "Birth date", birth_date_and_age = "Birth date and age", birth_year = "Birth year", birth_year_and_age = "Birth year and age", death_date = "Death date", death_date_text = "Death date text", death_date_and_age = "Death date and age", death_year = "Death year", death_year_and_age = "Death year and age", } local invalid_date_category = '' local tracking_category = '' local Date = require('Module:Dat...") Tags: Mobile edit Mobile web edit
- 13:31, 29 May 2026 Admin 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....") Tags: Mobile edit Mobile web edit
- 13:29, 29 May 2026 Admin talk contribs created page Module:Separated entries (Created page with "-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local dataPlural = args.dataPlural local separator = args.separator...") Tags: Mobile edit Mobile web edit
- 13:27, 29 May 2026 Admin talk contribs created page Template:Br separated entries (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|br|dataPlural=1}}<noinclude> {{documentation}} </noinclude>") Tags: Mobile edit Mobile web edit
- 13:26, 29 May 2026 Admin talk contribs created page Module:String (Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c...") Tags: Mobile edit Mobile web edit
- 13:24, 29 May 2026 Admin talk contribs created page Template:PAGENAMEBASE (Created page with "{{safesubst:<noinclude/>#invoke:String|replace|{{{1|{{safesubst:<noinclude/>PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>") Tags: Mobile edit Mobile web edit
- 13:22, 29 May 2026 Admin 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'...") Tags: Mobile edit Mobile web edit
- 13:19, 29 May 2026 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") Tags: Mobile edit Mobile web edit
- 13:18, 29 May 2026 Admin talk contribs created page Template:If empty (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude>{{Documentation}}</noinclude>") Tags: Mobile edit Mobile web edit
- 13:17, 29 May 2026 Admin talk contribs moved page Module:Check for conflicting to Module:Check for conflicting parameters Tags: Mobile edit Mobile web edit
- 13:16, 29 May 2026 Admin talk contribs moved page Module:Infoboximage to Module:InfoboxImage Tags: Mobile edit Mobile web edit
- 13:15, 29 May 2026 Admin talk contribs created page Module:Check for conflicting (Created page with "local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end function p.check(frame) local args = frame.args local pargs = frame:getParent().args local checknested = isnotempty(args['nested']) local delimiter = isnotempty(args['delimiter']) and args['delimiter'] or ';' local argpairs = {} for k, v in pairs(args) do if type(k) == 'number' then local plist = mw.text.split(v, delimiter)...") Tags: Mobile edit Mobile web edit
- 13:12, 29 May 2026 Admin talk contribs created page Module:Infoboximage (Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th...") Tags: Mobile edit Mobile web edit
- 13:10, 29 May 2026 Admin talk contribs created page Template:Plainlist/styles.css (Created page with "{{pp-template|small=yes}}: .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; Reset Minerva default: } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }") Tags: Mobile edit Mobile web edit
- 13:09, 29 May 2026 Admin talk contribs created page Module:Infobox/styles.css (Created page with "{{pp|small=y}}: * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See [[MediaWiki talk:Common.css/to do#Infobox]] * DO NOT ADD THEM HERE: * not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox { padding: 0; borde...") Tags: Mobile edit Mobile web edit
- 13:08, 29 May 2026 Admin talk contribs created page Module:Yesno (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 =...") Tags: Mobile edit Mobile web edit
- 13:06, 29 May 2026 Admin 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 yesno = require("Module:Yesno") local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%s...") Tags: Mobile edit Mobile web edit
- 13:03, 29 May 2026 Admin talk contribs created page Template:Infobox musical artist (Created page with "{{#invoke:infobox|infoboxTemplate | child = {{lc:{{{embed|}}}}} | bodyclass = vcard plainlist | headerstyle = color: #202122;background-color: #b0c4de | autoheaders = y | title = {{#ifeq:{{lc:{{{embed|}}}}}|yes|'''Musical career'''}} | decat = yes <!-- remove from template:infobox tracking categories --> | abovestyle = color: #202122;background-color: #b0c4de; font-size: 125%; | above = {{#ifeq:{{lc:{{{embed|}}}}}|yes||{{#if:{{{name|}}}{{PAG...") Tags: Mobile edit Mobile web edit
- 12:09, 29 May 2026 Admin talk contribs created page File:Locked Data.svg
- 12:09, 29 May 2026 Admin talk contribs uploaded File:Locked Data.svg Tags: Mobile edit Mobile web edit
- 00:22, 27 May 2026 Admin talk contribs created page Mippedia Community (Created page with "'''Mippedia Community''' is an online community that functions and is responsible for managing, maintaining, and developing the encyclopedia Mippedia ecosystem. Created on January 21, 2023, by a musician named Rumi Haitami, this community operates entirely in cyberspace without any physical form, headquarters, or conventional organizational structure. The Mippedia Community is not a real-world body, foundation, or organization; rather, it is a collaborat...") Tags: Mobile edit Mobile web edit
- 00:20, 27 May 2026 Admin talk contribs created page MediaWiki:Common.js (Created page with "========================================================== 🚀 MIPPEDIA DATA BUTTON ONLY (Otomatis - English Bridge Version) Hanya memunculkan tombol jika data tersedia di pusat. Mendukung auto-translation cerdas dari EN ke ID sebelum pengecekan. ==========================================================: $(document).ready(function() { var pageName = mw.config.get('wgPageName').replace(/_/g, ' '); var namespace = mw.config.get('wgNamespaceNumber...") Tags: Mobile edit Mobile web edit
- 19:44, 20 May 2026 User account KimOverton00151 talk contribs was created
- 12:59, 5 May 2026 User account HeatherBeckwith talk contribs was created
- 15:53, 20 April 2026 Admin talk contribs created page Ppp (Created page with "Mippedia berisi artikel-artikel pengetahuan dari berbagai bidang dan topik, seperti sejarah, musik, budaya, tokoh publik, dan banyak lagi. Konten disusun secara kolaboratif dan dapat diperbarui seiring perkembangan informasi dan ketersediaan sumber. Harap dicatat bahwa Mippedia tidak selalu menjamin keabsahan isi artikel, dan oleh karena itu tidak dapat menjamin bahwa semua artikel di Mippedia bebas dari kesalahan.") Tags: Mobile edit Mobile web edit
- 13:09, 17 April 2026 Admin talk contribs created page Ggg (Created page with "Nayla Syakillah ( lahir di Lembang, Bandung.") Tags: Mobile edit Mobile web edit
- 12:58, 17 April 2026 Admin talk contribs created page Aaa (Created page with "Gayafay") Tags: Mobile edit Mobile web edit
- 15:01, 15 April 2026 Admin talk contribs created page ZZ (Created page with "A") Tags: Mobile edit Mobile web edit