Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User contributions for Zen

A user with 558 edits. Account created on 30 July 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

31 July 2025

  • 04:2804:28, 31 July 2025 diff hist +554 N Template:Image template notice/en Created page with "{{Image template notice/layout |text={{#if: {{{ns|}}} | Pages | Files }} are added '''automatically''' to this category '''by placing the template {{{2}}}''' on {{#if:{{{ns|}}} | them | their description pages }}. Do '''not add {{#if: {{{ns|}}} | pages | files }}''' to this category manually!<br /> <small>Maintenance: Search for misplaced files using [[Special:Search/incategory:"{{PAGENAME}}" -hastemplate:"{{{1}}}"|Special:Search]].</small> |type={{{type|}}}|..." current
  • 04:2704:27, 31 July 2025 diff hist −13 Template:Image template notice/layout remove redirect thing current
  • 04:2604:26, 31 July 2025 diff hist +280 N Template:Image template notice/layout Created page with "#REDIRECT[[]]{{Mbox |text = {{{text}}} |lang = {{{lang|}}} |type = {{{type|notice}}} |style = background-color:var(--background-color-progressive-subtle, #eaf3ff); color: var(--color-base,#202122); |imageright = {{{imager|}}} }}<noinclude>Category:Layout templates</noinclude>"
  • 04:1904:19, 31 July 2025 diff hist +68 N Template:Mbox Created page with "{{#invoke:Message box|mbox}}<noinclude>{{Documentation}}</noinclude>" current
  • 04:1804:18, 31 July 2025 diff hist 0 N File:Commons-emblem-notice.svg No edit summary current
  • 04:1804:18, 31 July 2025 diff hist +3,545 N 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. -- --..." current
  • 04:1804:18, 31 July 2025 diff hist +2,558 N 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..." current
  • 04:1704:17, 31 July 2025 diff hist +732 N 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]..." current
  • 04:1704:17, 31 July 2025 diff hist +888 N 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..." current
  • 04:1604:16, 31 July 2025 diff hist +5,755 N 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. ----------------------------..." current
  • 04:1604:16, 31 July 2025 diff hist +631 N 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(..." current
  • 04:1304:13, 31 July 2025 diff hist +2,520 N Module:Message box/mbox.css Created page with ".messagebox { margin: 4px 0; width: auto; border-collapse: collapse; border: 2px solid var(--border-color-progressive,#6485d1); background-color: var(--background-color-neutral-subtle,#fbfcff); color: inherit; box-sizing: border-box; border-inline-start-width: 8px; } .messagebox.mbox-small { font-size: 88%; line-height: 1.25em; } .mbox-warning, .mbox-speedy { border: 2px solid var(--border-color-error,#b22222); background: var(--background-color-error-subtl..." current
  • 04:1304:13, 31 July 2025 diff hist +7,871 N 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..." current
  • 04:1304:13, 31 July 2025 diff hist +3,792 N Module:Message box/configuration Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { fmbox = { types = { warning = { class = 'fmbox-w..." current
  • 04:1204:12, 31 July 2025 diff hist +745 N 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 =..." current
  • 04:1204:12, 31 July 2025 diff hist +12,540 N Module:Message box Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local err = require('Module:Error') local TNT = require('Module:TNT') local lang = mw.language.getContentLanguage() local int_lang = mw.getCurrentFrame():preprocess('{{int:lang}}') local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'mbox', file = 'mbox', category = 'mbox', article = 'mbox', main = 'mbox'} ----------------------------------------------..." current
  • 04:0704:07, 31 July 2025 diff hist +63 N Template:Colon Created page with "{{#invoke:Colon|colon}}<noinclude>{{documentation}}</noinclude>" current
  • 04:0704:07, 31 July 2025 diff hist +10,054 N 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'..." current
  • 04:0704:07, 31 July 2025 diff hist +6,207 N Module:Colon Created page with "require('strict') local getArgs = require('Module:Arguments').getArgs local langSwitch = require('Module:LangSwitch')._langSwitch local p = {} function p._colon(args) local lang = args.lang or mw.getCurrentFrame():preprocess("{{Int:Lang}}") -- Please keep the ASCII colon returned as HTML-encoded everywhere, as it MUST NOT be parsed as wiki markup local colons = { -- Colon with no space before and space after -- ": "" ['ger'] = ': ', -- Colon w..." current
  • 03:5903:59, 31 July 2025 diff hist +277 File:Roblox health bar 2006-2007.png No edit summary current
  • 03:5503:55, 31 July 2025 diff hist −97 m Template:PD-shape remove sdc current
  • 03:4003:40, 31 July 2025 diff hist +263 N Template:SDC statement exist Created page with "{{#ifeq:{{NAMESPACE}}|File|{{#invoke:SDC_tracking|SDC_statement_exist |property = {{{property |}}} |positive_category = {{{positive_category |}}} |negative_category = {{{negative_category |}}} }}}}<noinclude> {{documentation}} </noinclude>" current
  • 03:4003:40, 31 July 2025 diff hist +3,973 N Template:Unknown Created page with "{{#switch: {{lc:{{{1}}}}} |date|year = {{Other date|unknown|lang={{{lang|}}}|nocat={{{nocat|}}} }} |#default = {{LangSwitch |lang = {{{lang|}}} |af = Onbekend |am = ያልታወቀ |ar = غير معروف |az = Naməlum |bar = Ned bekannt |be/be-tarask = Невядом{{#switch: {{lc:{{{1|}}}}} |place|location|source = а |#default = ы }} |bg = Неизвест{{#switch: {{lc:{{{1|}}}}} |place|location|source = но |#default = ен..." current
  • 03:4003:40, 31 July 2025 diff hist +449 N Template:PD-shape Created page with "{{#invoke:Autotranslate|autotranslate|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}|base=PD-shape}}<includeonly>{{#ifeq:{{NAMESPACE}}|File|{{{category|{{#if:{{{type|}}}|[[Category:PD ineligible ({{{type|}}})|{{PAGENAME}}]]|{{PAGENAME}}}}}}}{{SDC_statement_exist |property=P6216 |negative_category=PD-shape missing SDC copyright status }} }}</includeonly><noinclude> {{documentation}} Simple shape </noinclude>"
  • 03:3903:39, 31 July 2025 diff hist +6 Template:PD-shape/en fix wiki link current
  • 03:3903:39, 31 July 2025 diff hist +499 N Template:PD-shape/en Created page with "{{PD-shape/layout |text= ''This {{#switch:{{{1}}}|sign=simple <!-- traffic --> sign|wpdc=(election) apportionment diagram |#default=image of '''simple geometry'''}} is '''ineligible for copyright''' and therefore in the '''public domain''', because it {{#if:{{{1|}}}||consists entirely of information that is common property and}} contains no original authorship.'' | 1 = {{{1|}}} | lang = en }}<noinclude> {{translated ta..."
  • 03:3903:39, 31 July 2025 diff hist +420 N Template:PD-shape/layout Created page with "{| {{PD-Layout|lang={{{lang|}}}}} | {{#switch:{{{1}}} | sign=x28px|link=|Public domain | wpdc=42px|link=https://tools.wmflabs.org/parliamentdiagram/parlitest.php|Public domain |#default=64px|link=|Public domain}} | {{{text}}} | {{#if:{{{1|}}}||64px|right|link=|Heptagon}} |}<noinclude> Category:Layout templates </noinclude>" current
  • 03:3903:39, 31 July 2025 diff hist 0 N File:Heptagon.svg No edit summary current
  • 03:3803:38, 31 July 2025 diff hist 0 N File:PD-icon.svg No edit summary current
  • 03:3803:38, 31 July 2025 diff hist +762 N Template:PD-Layout Created page with "<noinclude>{|</noinclude>{{License template tag}}class="licensetpl" style="display:none" |<!-- --><span class="licensetpl_short">Public domain</span><!-- --><span class="licensetpl_long">Public domain</span><!-- --><span class="licensetpl_link_req">false</span><!-- --><span class="licensetpl_attr_req">false</span> |} {| style="width: 100%; clear: both; margin: 0.5em auto; background-color: var(--background-color-progressive-subtle, #f7f8ff); color: var(--color-base, #202..." current
  • 03:3503:35, 31 July 2025 diff hist 0 N File:Roblox health bar 2006-2007.png No edit summary
  • 03:3303:33, 31 July 2025 diff hist +161 N Category:Roblox Created page with "Category:2006 video games Category:Online games Category:Video games by name Category:Cross-platform software Category:Video game development" current
  • 02:2602:26, 31 July 2025 diff hist 0 N File:Lock-green.svg No edit summary current
  • 01:4801:48, 31 July 2025 diff hist 0 N File:TC-dbl.PNG No edit summary current
  • 01:3401:34, 31 July 2025 diff hist +298 File:Foobar.jpg No edit summary current
  • 01:3401:34, 31 July 2025 diff hist −351 Template:Cc-zero remove sdc tracking current
  • 01:3201:32, 31 July 2025 diff hist +1,360 N Template:Cc-zero Created page with "{| {{CC-Layout|lang={{int:lang}}}} | style="width:90px;" rowspan="2" | 28px|class=skin-invert|link=|Creative Commons 28px|class=skin-invert|link=|CC-Zero | {{int:Zvm-license-cc-zero-text}} |- style="text-align:{{#ifeq:{{#dir:{{int:lang}}}}|ltr|left|right}};" | {{int:Zvm-license-cc-zero-explanation}} <span class="licensetpl_link" style="display:none;"><nowiki>http://</nowiki>creativecommons.org/publicdomain/zero/1.0/de..."
  • 01:3101:31, 31 July 2025 diff hist +394 N MediaWiki:Zvm-license-cc-zero-explanation Created page with "The person who associated a work with this deed has dedicated the work to the [[{{int:zvm-license-pd-wiki-link}}|public domain]] by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission." current
  • 01:3101:31, 31 July 2025 diff hist +17 N MediaWiki:Zvm-license-pd-wiki-link Created page with "zvw:public domain" current
  • 01:3001:30, 31 July 2025 diff hist +175 N MediaWiki:Zvm-license-cc-zero-text Created page with "This file is made available under the [[{{int:zvm-license-cc-wiki-link}}|Creative Commons]] CC0 1.0 Universal Public Domain Dedication." current
  • 01:3001:30, 31 July 2025 diff hist +20 N MediaWiki:Zvm-license-cc-wiki-link Created page with "zvw:Creative Commons" current
  • 01:2901:29, 31 July 2025 diff hist +485 N Template:CC-Layout Created page with "<noinclude>{|</noinclude> style="width:100%; clear:both; text-align:center; margin:0.5em auto; background-color:var(--background-color-neutral-subtle, #f8f9fa); border:var(--border-subtle, 2px solid #c8ccd1); padding: 0; border-spacing: 8px; color:var(--color-base, #202122);" dir="{{#dir:{{{lang|}}}}}" class="layouttemplate licensetpl" lang="{{{lang|}}}" {{License template tag}}<noinclude> | example |} {{documentation|template:Style formatting license template/doc}} </..." current
  • 01:2801:28, 31 July 2025 diff hist +44 N Template:License template tag Created page with "<noinclude> {{documentation}} </noinclude>" current
  • 01:2701:27, 31 July 2025 diff hist 0 N File:Cc-zero.svg No edit summary current
  • 01:2701:27, 31 July 2025 diff hist 0 N File:Cc.logo.circle.svg No edit summary current
  • 01:2601:26, 31 July 2025 diff hist +253 N Template:User page image Created page with "{{#invoke:Autotranslate|autotranslate|base=User page image}}{{{category|{{#ifeq:{{NAMESPACE}}|File|Category:User page images}}}}}<noinclude> {{In category|User page images}} {{documentation}} {{PAGENAME}} </noinclude>" current
  • 01:2601:26, 31 July 2025 diff hist +819 N Template:User page image/en Created page with "{{user page image/layout |text=This image is used on a user page of a Zenniverse Wiki user and is stored on Zenniverse Media according to the rules set out in ZVM:Project scope#File in use on Zenniverse Media only: ''the uploading of small numbers of images (e.g. of yourself) for use on a personal Zenniverse Media user page is allowed'' or ZVM:Project scope#File in use in another Zenniverse Wiki project: ''the uploading of small numbers of images (e.g. of yoursel..." current
  • 01:2501:25, 31 July 2025 diff hist +236 N Template:User page image/layout Created page with "<div class="toccolours layouttemplate" lang="{{{lang|{{int:lang}}}}}" dir="{{#dir:{{{lang|{{int:lang}}}}}}}"> {{{text|empty}}} ---- <div lang="">{{User page image/lang}}</div> </div><noinclude> Category:Layout templates </noinclude>" current
  • 01:2501:25, 31 July 2025 diff hist +2,757 N Template:User page image/lang Created page with "<span style="font-size:small;line-height:1.4" class="plainlinks noprint"><!-- -->[//zvmedia.tox.one/wiki/Template:User_page_image/da <bdi class="language lang-da" lang="da">dansk</bdi>] <b>∙</b> <!-- -->[//zvmedia.tox.one/wiki/Template:User_page_image/de <bdi class="language lang-de" lang="de">Deutsch</bdi>] <b>∙</b> <!-- -->[//zvmedia.tox.one/wiki/Template:User_page_image/en <bdi class="language lang-en" lang="en">English</bdi>] <b>∙</b>&#32..." current
  • 01:2301:23, 31 July 2025 diff hist +2,427 N Template:In category Created page with "<div dir="{{#dir:{{{lang|{{int:lang}}}}}}}" lang="{{{lang|{{int:lang}}}}}"> :{{LangSwitch |lang={{#if:{{{lang|}}}|{{{lang}}}|{{int:Lang}}}} |ar=يُضيف هذا القالب الصَّفحات الَّتي يُوضَع فيها إِلى |be-tarask=Гэты шаблён зьмяшчае ў катэгоры{{#if:{{{2|}}}|і|ю}} |cs=Tato šablona kategorizuje do |de=Diese Vorlage kategorisiert in |en=This template will categorize into |es=Esta plantilla se categorizará..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)