Lompat ke isi

Maneŋ log

Tayangan gabungan log pemuatan, penghapusan, perlindungan, pemblokiran, dan sysop. Anda dapat memendekkan tampilannya dengan memilih tipe log, nama pengguna, atau halaman yang terpengaruh.

Log
  • 24 Méi 2024 09.22 Ultron90 bicara Sumbangan memindahkan halaman ᨓᨊᨘᨕ ᨍᨛᨄ ke ᨍᨛᨄ̌ (Judul salah eja)
  • 3 Méi 2024 20.11 Ultron90 bicara Sumbangan memindahkan halaman ᨅᨑᨘᨊᨙᨕᨗ ke ᨅᨑᨘᨊᨕᨗ (Judul salah eja) Tag: Suntingan perangkat seluler Suntingan peramban seluler
  • 3 Méi 2024 20.03 Ultron90 bicara Sumbangan memindahkan halaman ᨔᨗᨊᨁᨕᨄᨘᨑᨕ ke ᨔᨗᨂᨄᨘᨑ (Judul salah eja) Tag: Suntingan perangkat seluler Suntingan peramban seluler
  • 3 Méi 2024 19.06 Ultron90 bicara Sumbangan membuat halaman Modul:Message box/cmbox.css (Leppa baru: '{{pp|small=y}}: .cmbox { margin: 3px 0; border-collapse: collapse; border: 1px solid #a2a9b1; background-color: #dfe8ff; Default "notice" blue: box-sizing: border-box; } .cmbox-speedy { border: 4px solid #b32424; Red: background-color: #ffdbdb; Pink: } .cmbox-delete { background-color: #ffdbdb; Pink: } .cmbox-content { background-color: #ffe7ce; Orange: } .cmbox-style { background-color: #fff9db; Yellow: } .cm...')
  • 3 Méi 2024 18.44 Ultron90 bicara Sumbangan memindahkan halaman Templat:Documentation/doc ke Templat:Dokumentasi/doc (Judul salah eja)
  • 3 Méi 2024 18.35 Ultron90 bicara Sumbangan membuat halaman Modul:Documentation/styles.css (Leppa baru: '{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; 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; border-bottom: 1px solid #aaa; margin-bottom: 1e...')
  • 3 Méi 2024 18.32 Ultron90 bicara Sumbangan membuat halaman Modul:Documentation/config (Leppa baru: '---------------------------------------------------------------------------------------------------- -- -- 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. ---------------------------------------------------------------------------------------...')
  • 3 Méi 2024 18.27 Ultron90 bicara Sumbangan membuat halaman Modul:Documentation (Leppa baru: '-- 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 the p...')
  • 3 Méi 2024 18.23 Ultron90 bicara Sumbangan membuat halaman Modul:Message box/ombox.css (Leppa baru: '{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: #f8f9fa; box-sizing: border-box; } For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; Red: background-color: #fee7e6; Pink: } .ombox-delete { border: 2px solid #b32424; Red: } .ombox-content { border: 1px soli...')
  • 3 Méi 2024 18.21 Ultron90 bicara Sumbangan membuat halaman Modul:Message box/configuration (Leppa baru: '-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-speedy',...')
  • 3 Méi 2024 18.18 Ultron90 bicara Sumbangan membuat halaman Modul:Arguments (Leppa baru: '-- 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' then...')
  • 3 Méi 2024 18.15 Ultron90 bicara Sumbangan membuat halaman Modul:Yesno (Leppa baru: '-- 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 == 'tru...')
  • 3 Méi 2024 18.12 Ultron90 bicara Sumbangan membuat halaman Modul:Message box (Leppa baru: '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 --------------------------------------------------------------------------------...')
  • 3 Méi 2024 18.02 Ultron90 bicara Sumbangan membuat halaman Modul:Check for unknown parameters (Leppa baru: '-- 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 local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wikitext. loc...')
  • 24 November 2020 07.34 Akun Ultron90 bicara Sumbangan dibuat secara otomatis