5 August 2025
- 04:4504:45, 5 August 2025 diff hist 0 N File:SVG Simple Icon.svg No edit summary current
- 04:4504:45, 5 August 2025 diff hist +2,866 N Module:Logoform Created page with "-- Module for: Formatting Logo local p = {} local concat = table.concat local split = mw.text.split local trim = mw.text.trim local upper = mw.ustring.upper local sub = mw.ustring.sub local function ucfirst(s) return upper(sub(s, 1, 1)) .. sub(s, 2) end function p.format(frame) local gpar = frame.args -- global local fname = ucfirst(trim(gpar[1] or '')) if fname == '' then return '' end -- if file name is "unspecified" local size = trim(gpar[2] or '') -- or '0..." current
- 04:4304:43, 5 August 2025 diff hist +646 N Template:Created with/en Created page with "{{Created with |logo={{{logo|}}} |toolcat={{{toolcat|}}} |iconsize={{{iconsize|}}} |width={{{width|}}} |style={{{style|}}} |category={{{category|}}} |key={{{key|}}} |sub={{{sub|}}} |err={{{err|}}} |w3c={{{w3c|}}} |c_text={{{c_text|}}} |text=This {{#ifeq:{{{big}}}|>|''oversized'' }}<!-- -->{{#switch:{{{w3c}}}|I=W3C-{{#ifeq:{{{err}}}|-1|uncheckable|''invalid''}}<!-- -->|S|s=''W3C-unspecified''}} <!-- -->{{#if:{{{top|}}}|{{Igen/top|{{{top}}}|{{{what|graphics}}}|lang..." current
- 04:4304:43, 5 August 2025 diff hist +1,914 N Template:TrRq Created page with "<includeonly>[[Category:Translation {{#switch:{{{1}}}|r=requ|h=half|done}}|{{#switch:{{padleft:|1|{{BASEPAGENAME}}}} |C=C |I=I |V=V }}]]{{#switch:+|{{{1}}}|{{{2}}}= }} {{#switch:{{padleft:|1|{{BASEPAGENAME}}}}|I|V={{translated tag|marker}}}} {{#switch:{{{1}}}{{padleft:|1|{{BASEPAGENAME}}}}|rC|hC= <div style="margin:1px;border:1px solid #C0C8FF;line-height:1;background-color:#F0F8FF"> <div style="font-size:1.1em"> Please take care..." current
- 04:4204:42, 5 August 2025 diff hist +1,977 N Template:Created with Created page with "{{Created with/layout|logo={{{logo|}}}|iconsize={{#if:{{{iconsize|}}}|{{{iconsize}}}}}<!-- -->|text={{{text|}}}|more={{{more|}}}|lang={{{lang|}}}|width={{{width|}}}<!-- -->|style={{#ifeq:{{{w3c}}}|s|background:#FEE;border:1px solid #600}};{{{style|}}}}}<!-- == Category == -->{{#if:{{#ifeq:{{NAMESPACE}}|File||1}}<!-- no when not "FILE" -->{{#ifeq:{{{category|}}}|-|1}}|<!-- no when suppr "-" -->|{{#ifeq:{{padleft:|2|{{{category|}}}}}|[[|{{..." current
- 04:4204:42, 5 August 2025 diff hist +1,097 N Template:Created with/layout Created page with "{{#tag:div|{{#switch:{{{logo|-}}}|-|=|#default=<!-- when there is a logo, it can be a file - or a Unicode codepoint -->{{#if:{{#switch:{{padleft:|2|{{{logo}}}}}|U+|&#=1}}{{#switch:{{{iconsize|}}}|0|-|=|1}}<!- -->|{{#invoke:Logoform|format|{{{logo}}}|{{#switch:{{{iconsize|}}}|0|-|=0|{{{iconsize}}}}}|{{{ustyle|-}}}}}<!-- -->|[[File:{{{logo}}}|33x22px]]}} }} <!-- -->{{#if:{{{text|}}}|{{lang|{{{lang|{{int:lang}}}}}|{{{text}}}}}|empty}}<!-- -->{{#if:{{{more|}}}|{{{mo..." current
- 04:4204:42, 5 August 2025 diff hist +477 N Template:Ifsandbox Created page with "{{#ifeq: {{lc:{{#titleparts: {{ {{UC:{{{b|}}}}}PAGENAME }} | -{{{m|1}}} }}/sandbox}} | {{lc:{{ {{UC:{{{b|}}}}}PAGENAME}} }} | {{#switch: {{{1|}}} |n = {{#titleparts: {{ {{UC:{{{b|}}}}}PAGENAME }}| -{{{m|1}}} }} |doc = {{#titleparts: {{SUBJECTPAGENAME}} | -1 }}/doc |#default = {{{1|}}} }} | {{#switch: {{{1|}}} |n = {{ {{UC:{{{b|}}}}}PAGENAME }} |doc = {{SUBJECTPAGENAME}}/doc |#default = {{{2|}}} }} }}<noinclude>{{Documentation|{{Ifsandbox|doc}}}}</noinclude>" current
- 04:4104:41, 5 August 2025 diff hist +5,242 N Module:File Created page with "-- Module for handling Media files (Origin: Wikimedia Commons) require('strict') -- ================================================== -- === helper Lookup table ========================== -- ================================================== local extensionMap = { -- File types with full support in Commons (See c:Commons:File types). DJVU = 'image/vnd.djvu', FLAC = 'audio/x-flac', GIF = 'image/gif', JPEG = 'image/jpeg', JPG = 'image/jpeg', MID = 'audio/..." current
- 04:4104:41, 5 August 2025 diff hist +1,319 N Template:SVGvalid Created page with "{{Ifsvg|<!-- don't make anything if it is not an SVG file -->{{#switch:/|{{{1}}}|{{{2}}}=<!--{{SVGvalid/cat|{{{3|}}}|{{{8|}}}}}-->|#default=<!-- "/": all suppressed -->{{#switch:{{{7}}}|none|n=<!--{{SVGvalid/cat|{{{3|}}}|{{{8|}}}}}-->|#default=<!-- same with "vo=n[one]" -->{{#switch:s|{{{1}}}|{{{2}}}=<!--{{SVGvalid/cat|{{{3|}}}|{{{8|}}}}}-->|#default=<!-- -->{{#if:{{{3|}}}|{{#ifeq:{{{3}}}|0|{{ValidSVG|opt={{#if:{{{7|}}}|{{{7}}}|&ss=1#source}}|<!-- error 0 is vali..." current
- 04:4104:41, 5 August 2025 diff hist +201 N Template:Ifsvg Created page with "{{#ifeq:{{NAMESPACE}}|File | {{#ifeq:{{#invoke:File|extension|file={{PAGENAME}}}}| svg | {{{1|}}} | {{{2|}}} }} | {{{3|<noinclude>not file</noinclude>}}} }}<noinclude> {{documentation}} </noinclude>" current
- 04:4004:40, 5 August 2025 diff hist +11,755 N Module:Igenmod Created page with "local p = {} ----------------------------------------------------------------------- -- get workdate via "Module:File" function p.wrkdate ( ) local str = mw.getCurrentFrame():preprocess('{{REVISIONTIMESTAMP}}') return str:sub(1,4) .. '-' .. str:sub(5,6) .. '-' .. str:sub(7,8) end -- end function wrkDate -- invert the workdate (for a descending sortkey) function p.invdate () local invt = "" local wdat = p.wrkdate () or "2020-00-00" invt = string.format ( "%.4u"..." current
- 03:1803:18, 5 August 2025 diff hist +654 N Template:Igen/par Created page with "{{#switch:{{{1|}}}|/|+|-|$|%|%f|%r|%s|%t|%T|%i|%n|%u|%v|%w|g-|gb|gc|gd|ge|gf|gh|gi|gj|gl|gP|gr|gw|~|!|?|§|&|<|<v|<i|<n|^|>|×|\|*|@|(|)|°|Ɨ|←|→|⇒|_= |s|n|v= |#default={{{1|}}} }}<noinclude> Imgen <br> This {{T0|Image generation|Image generation subtemplate}} evaluates and excludes all values that can be set *at parameter 1 - ''without'' being a tool name or abbr. *at parameter 2 - ''without'' being an error count (can be: "-1", "0", or..." current
- 03:1603:16, 5 August 2025 diff hist +371 N Template:T0 Created page with "{{T/main |1 = {{{1|}}} |2 = {{{2|}}} |3 = {{#if: {{{lang|}}} | {{{lang|}}} |{{{3|}}} }} |4 = {{{4|}}} |5 = {{{5|}}} |incl = {{#if: {{{incl|}} | {{{incl|}} | {{#if: {{{i|}}} | {{{i|}}} | 8 }} }} |code = {{{code|}}} |link = {{{link|}}} |case = {{{case|}}} |i18n = {{{i18n|}}} |parm = {{{parm|}}} |full = {{{full|}}} }}<noinclude>{{Documentation|Template:T/doc}}</noinclude>" current
- 03:1603:16, 5 August 2025 diff hist +689 N Template:Bearbeiten Created page with "<onlyinclude> <div><span class="mw-editsection plainlinks {{{2|}}}" style="margin-top:1em; clear: both; border: 2px dotted #666666; padding:0.5em 1em;" > {{#if:{{{1|}}}|[{{fullurl:{{FULLPAGENAME}}/{{{1|}}}}} {{FULLPAGENAME}}/{{{1|}}} anzeigen] • }} [{{fullurl:{{NAMESPACE}}:{{PAGENAME}}{{#if:{{{1|}}}|/{{{1|}}}}}|action=edit}} Bearbeiten] • [{{fullurl:{{NAMESPACE}}:{{PAGENAME}}{{#if:{{{1|}}}|/{{{1|}}}}}|action=history}} Versionen] • [{{fullurl:{{NAMESPACE}}:{{..." current
- 03:1503:15, 5 August 2025 diff hist +33 N Template:Incl Redirected page to Template:Bearbeiten current Tag: New redirect
- 03:1503:15, 5 August 2025 diff hist +1,073 N Template:Igen/cwt Created page with "<noinclude> </noinclude> <onlyinclude><includeonly>{{#ifeq:{{{2|}}}|-1|Created with|<!-- -->{{#ifeq:{{{1}}}|X|Extracted|Created}} {{#ifeq:{{{1}}}|K|in the|with}}}}<!-- --> {{#ifeq:{{{2|}}}|-1|Unknown tool|{{#switch:{{lc:{{{1|}}}}} |a|a$|ia|adobe|illustrator=Adobe Illustrator |ah=Adobe-hand |ac=Vectornator |b=BKchem |c=ChemDraw |d=CorelDRAW |e=ElCompLib |f=Fig2SVG |g=Gnuplot |h|ih=Inkscape-hand |i|i$|im|io|ic|ii|iz=Inkscape |i..." current
- 03:1003:10, 5 August 2025 diff hist +172 N Template:Nil2 Created page with "{{{Value|{{{2|}}}}}}<noinclude><!-- to avoid template alteration, the doc/description ois outsourced: -->{{Template talk:Nil2}} Imgen </noinclude>" current
- 03:0903:09, 5 August 2025 diff hist +131 N Template:Igen Redirected page to Template:Image generation current Tag: New redirect
- 03:0803:08, 5 August 2025 diff hist +1,181 N Template:GNOME-icon-theme Created page with "{{Information |Description = {{{description|}}} An icon from the GNOME-icon-theme{{#if:{{{version|}}}| (version '''{{{version}}}''')}}. |date = {{{date|2008-01-12}}} |source = [https://github.com/GNOME/adwaita-icon-theme/tree/master/src/fullcolor GNOME] |author = [https://www.gnome.org GNOME Project] |permission = [https://github.com/GNOME/adwaita-icon-theme/blob/master/COPYING COPYING] {{cc-by-sa-3.0-us|attri..." current
- 03:0803:08, 5 August 2025 diff hist +1,382 N Template:LGPLv3 Created page with "<noinclude> </noinclude>{| {{GNU-Layout}} | 64px|GNU head | This library is free software; you can redistribute it and/or modify it under the terms of the '''GNU Lesser General Public License''' as published by the Free Software Foundation; either version 3 of the License, or any later version. This work is distributed in the hope that it will b..." current
- 03:0703:07, 5 August 2025 diff hist 0 N File:Heckert GNU white.svg No edit summary current
- 03:0603:06, 5 August 2025 diff hist +490 N Template:GNU-Layout Created page with "<noinclude>{|</noinclude>cellspacing="8" cellpadding="0" style="width:100%; clear:both; margin:0.5em auto; background-color: var(--background-color-neutral-subtle, #f9f9f9); color: var(--color-base, #202122); border: var(--border-subtle, 2px solid #e0e0e0);" dir="{{#dir:{{{lang|{{int:lang}}}}}}}" lang="{{{lang|{{int:lang}}}}}" class="layouttemplate licensetpl" {{License template tag}}<noinclude> | example |} {{documentation|template:Style formatting license template/doc..." current
- 03:0403:04, 5 August 2025 diff hist +698 N Template:Cc-by-sa-3.0-us Created page with "{{Cc-by-sa-layout |version=3.0 |country=us |attribution={{{attribution|{{{1|}}}}}} }}<includeonly>{{#ifeq:{{NAMESPACE}}|File|{{{category|{{PAGENAME}}}}}}}</includeonly><noinclude><templatedata> { "description": "Creative Commons Attribution-Share Alike 3.0 United States", "params": { "1": { "description": "attribution", "type": "string" } } } </templatedata> {{In category|CC-BY-SA-3.0-US}} Category:CC license tags|{{PAGENAME}}..." current
- 03:0303:03, 5 August 2025 diff hist 0 N File:Flag of the United States.svg No edit summary current
- 03:0303:03, 5 August 2025 diff hist 0 N File:Cc-sa white.svg No edit summary current
- 03:0303:03, 5 August 2025 diff hist 0 N File:Cc-by new white.svg No edit summary current
- 03:0303:03, 5 August 2025 diff hist 0 N File:CC some rights reserved.svg No edit summary current
- 03:0203:02, 5 August 2025 diff hist +2,459 N Template:Cc-country-flags Created page with "<noinclude></noinclude>{{#switch:{{{1|}}} |am=File:Flag of Armenia.svg |ar=File:Flag of Argentina.svg |at=File:Flag of Austria.svg |au=File:Flag of Australia.svg |az=File:Flag of Azerbaijan.svg |be=File:Flag of Belgium.svg |bg=File:Flag of Bulgaria.svg |br=File:Flag of Brazil.svg |ca=File:Flag of Canada.svg |ch=File:Flag of Switzerland.svg |cl=File:Flag of Chile.svg |cn=File:Flag of the People's Republic of China.svg |co=File:Flag of Colombia.svg |cr=File:Flag of Costa..." current
- 03:0203:02, 5 August 2025 diff hist +420 File:Pirate Flag.svg No edit summary current
- 02:5902:59, 5 August 2025 diff hist +117 N Template:Own work by original uploader Created page with "<span class="int-own-work" lang="">Own work by the original uploader</span><noinclude> {{Documentation}} </noinclude>" current
- 02:5802:58, 5 August 2025 diff hist +8 N MediaWiki:Zvm-license-own-work Created page with "Own work" current
- 02:5702:57, 5 August 2025 diff hist 0 N File:Pirate Flag.svg No edit summary
- 02:5602:56, 5 August 2025 diff hist +1,198 N Template:Cc-by-sa-layout/styles.css Created page with "→* * IMPORTANT: * * These styles are copied to [[MediaWiki:Filepage.css]]. * If you make any changes here, make sure to update that page as well. * * When previewing changes, you must use a file outside the File namespace. * * See [[Module talk:Information/styles.css]] (which is related) for details.: .responsive-license-cc { clear: both; text-align: center; box-sizing: border-box; width: 100%; justify-content: space-around; align-..." current
- 02:5602:56, 5 August 2025 diff hist +2,855 N Template:Cc-by-sa-layout Created page with "<includeonly>{{#ifeq:{{NAMESPACENUMBER}}|6||<templatestyles src="Cc-by-sa-layout/styles.css" />}}<!-- --><div class="responsive-license-cc layouttemplate licensetpl" dir="{{#dir:{{int:lang}}}}" lang="{{int:lang}}"><!-- --><div class="rlicense-icons">90px|link=|[[{{int:zvm-license-cc-wiki-link}}|class=skin-invert]]<br> 24px|link=|{{int:zvm-license-cc-conditions-attribution-header}}|class=skin-invert F..."
- 02:5402:54, 5 August 2025 diff hist +10 N MediaWiki:Zvm-license-information-permission Created page with "Permission" current
- 02:4602:46, 5 August 2025 diff hist +226 N Category:GNOME Desktop icons Created page with "Hint: Use {{tl|GNOME-icon-theme}} to quickly mark icons with the correct description, attribution and license. Category:GNOME Category:Software icons by name Category:SVG icons by theme Category:Icons by theme" current
- 02:4502:45, 5 August 2025 diff hist +117 N Category:Maintenance data structures Created page with "{{Global maintenance category}} {{CatDescription missing}} Data structures" current
- 02:4502:45, 5 August 2025 diff hist +390 N Template:CatDescription missing Created page with "{{cmbox |text=This Category has '''no description'''. Please provide a meaningful description of this Category.<!-- Box text inspired by Template:Description missing -->{{#if:{{{1|}}}|<br> ''{{{1}}}''|}} |type=query |image = 40px }}<includeonly> Category:Categories lacking description</includeonly> <noinclude> {{documentation}} </noinclude>" current
- 02:4402:44, 5 August 2025 diff hist 0 N File:OOjs UI icon notice-yellow.svg No edit summary current
- 02:4302:43, 5 August 2025 diff hist +423 N Category:Noindexed pages Created page with "This category tracks pages that have had {{x|NOINDEX}} added to them, so that they do not show up in web search engines. This category is automatically filled by the MediaWiki software and controlled via MediaWiki:Noindex-category. User and user talk pages are categorized in Category:Noindexed user pages. __HIDDENCAT__ Category:Maintenance data structures Category:MediaWiki software tracking categories" current
- 02:4302:43, 5 August 2025 diff hist +340 N Category:Hidden categories Created page with "__NOINDEX____HIDDENCAT__This category contains categories which are hidden with the magic word {{x|HIDDENCAT}} (see Commons:Categories#Categories marked with "HIDDENCAT"). {{category tree all|mode=parents|alignright=yes}} {{LargeCategoryTOC}} Category:Maintenance data structures Category:MediaWiki software tracking categories" current
- 02:4202:42, 5 August 2025 diff hist +4,239 N Template:X Created page with "{{{{{|safesubst:}}}#switch:{{{1}}} <!-- __behaviour switches__ --> | NOTOC | FORCETOC | TOC | NOEDITSECTION | NEWSECTIONLINK | NONEWSECTIONLINK | NOCONTENTCONVERT | NOCC | NOTITLECONVERT | NOTC | NOGALLERY | END | START | NOINDEX | INDEX | STATICREDIRECT | HIDDENCAT = __{{{2|{{{1}}}}}}__ <!-- {{behavior switches:}} --> | PAGESIZE | PROTECTIONLEVEL | DISPLAYTITLE | DEFAULTSORT | DEFAULTSORTKEY | DEFAULTCATE..." current
- 02:3902:39, 5 August 2025 diff hist +951 N Category:Location not applicable Created page with "This is a category for images and galleries for which a geocoded location isn't possible, isn't useful, or would otherwise not make sense. Things which should be included in this category are images of abstract concepts such as mathematical illustrations as well as generic objects without an identifiable surrounding such as a fork or a person. '''This category is mutually exclusive with Category:Media with locations.''' This category has several applications: #Bu..." current
- 02:3802:38, 5 August 2025 diff hist +124 N Category:Image icons Created page with " Image Category:Multimedia icons Category:Art-related icons Category:Images by usage" current
- 02:3702:37, 5 August 2025 diff hist +93 N Category:GNOME Desktop icons, emblems Created page with "Category:GNOME Desktop icons Category:File emblems Category:Tango project/emblems" current
- 02:3702:37, 5 August 2025 diff hist +103 File:Gnome-emblem-photos.svg No edit summary
4 August 2025
- 23:2023:20, 4 August 2025 diff hist +7,630 N Nintendo Created page with "{{Gallery page}} ''Nintendo Co., Ltd.''' (任天堂株式会社, ''Nintendō Kabushiki gaisha'') is a multinational corporation located in Kyoto, Japan. It features characters such as Mario, Luigi and Pikachu. ==The company== <!--The company--> <gallery> File:Nintendo office.jpg|Nintendo World Headquarters, Minami-ku, Kyoto, Japan File:%E4%BB%BB%E5%A4%A9%E5%A0%82%E6%9D%B1%E4%..." current
- 23:2023:20, 4 August 2025 diff hist +1,804 N Template:Maincat Created page with "{{hatnote|class=relarticle mainarticle|{{#if:{{{2|}}}|Main categories|Main category}}: [[:Category:{{{1|{{PAGENAME}}}}}|{{{l1|{{{1|{{PAGENAME}}}}}}}}]]{{#if:{{{2| }}} |{{#if:{{{3|}}}|, | {{int:and}} }}[[:Category:{{{2}}}|{{{l2|{{{2}}}}}}]]}}{{#if:{{{3|}}} |{{#if:{{{4|}}}|, |, {{int:and}} }}[[:Category:{{{3}}}|{{{l3|{{{3}}}}}}]]}}{{#if:{{{4|}}} |{{#if:{{{5|}}}|, |, {{int:and}} }}[[:Category:{{{4}}}|{{{l4|{{{4}}}}}}]]}}{{#if:{{{5|}}}..." current
- 23:1723:17, 4 August 2025 diff hist +131 N Template:Gallery page Created page with "{{#invoke:Autotranslate|autotranslate|base=Gallery page/i18n|lang={{{lang|}}}|1={{{1|}}} }}<noinclude>{{Documentation}}</noinclude>" current
- 23:1723:17, 4 August 2025 diff hist +704 N Template:Gallery page/i18n/en Created page with "<languages /> <onlyinclude>{{Gallery page/layout |text = This is a '''gallery page''' containing specially selected image and media files. They have been chosen as highlights of a particular topic, but do not represent the full range of files that are available on Commons. For a wider selection of files connected with <bdi lang="">{{PAGENAME}}</bdi>, see <bdi lang="" style="white-space:nowrap;">File:Zenniverse-Media-logo.svg|16..." current