Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Islamical Commons. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:56, 25 September 2026 Shahroudi talk contribs created page Template:Own (Created page with "<noinclude>{{heavily used template}}</noinclude><span class="int-own-work" lang="{{int:lang}}">{{int:Wm-license-own-work}}</span><noinclude> {{documentation}} </noinclude>")
- 08:52, 25 September 2026 Shahroudi talk contribs created page Module:DTZ (Created page with "--[[ Format date/times with time zones. Input can be specified using the following subset of ISO 8601: YYYY-MM-DDTHH:MMZ (UTC) YYYY-MM-DDTHH:MM+HH (hours ahead of UTC) YYYY-MM-DDTHH:MM+HH:MM (hours and minutes ahead of UTC) YYYY-MM-DDTHH:MM-HH (hours behind of UTC) YYYY-MM-DDTHH:MM-HH:MM (hours and minutes behind of UTC) and similar strings with seconds included in the time: YYYY-MM-DDTHH:MM:SSZ YYYY-MM-DDTHH:MM:SS+HH YYYY-MM-DDTHH:MM:SS+HH:MM YYYY...")
- 08:51, 25 September 2026 Shahroudi talk contribs created page Module:ISOdate/sandbox/testcases (Created page with "require('strict') local TUT = mw.title.new(mw.getCurrentFrame():getTitle()).basePageTitle -- the title under test local p = require(TUT.prefixedText) -- the module to be tested local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() local Date = require('Module:DateI18n')._Date local function ISOdate(datestr, lang, case, class, trim_year) local datestr, succeded = p._ISOdate(datestr, lang, case, class, trim_year) return datestr end...")
- 08:50, 25 September 2026 Shahroudi talk contribs created page Module:Date (Created page with "return require('Module:DateI18n')")
- 08:49, 25 September 2026 Shahroudi talk contribs created page Module:DateI18n-585816189 (Created page with "--[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date strings. Please do not modify this code wi...")
- 08:48, 25 September 2026 Shahroudi talk contribs created page Module:DateI18n/sandbox 2 (Created page with "--[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date strings. Please do not modify this code wi...")
- 08:47, 25 September 2026 Shahroudi talk contribs created page Module:DateI18n/sandbox2 (Created page with "--[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date strings. Please do not modify this code wi...")
- 08:47, 25 September 2026 Shahroudi talk contribs created page Module:DateI18n/timef test (Created page with "local p = require('Module:UnitTests') function p:test_1_English_language() self:preprocess_equals_preprocess('{{#invoke:DateI18n|Date|year=2009|month=12|day=09|hour=13|minute=20|lang=en}}', '{{#timef:2009-12-09T13:20:17|both|en}}') self:preprocess_equals_preprocess('{{#invoke:DateI18n|Date|year=2009|month=01|day=09|lang=en}}', '{{#timef:2009-01-09|date|en}}') self:preprocess_equals_preprocess('{{#invoke:DateI18n|Date|month=12|day=09|lang=en}}', '{{#timef:2009-12-09|p...")
- 08:46, 25 September 2026 Shahroudi talk contribs created page Module:DateI18n/sandbox/testcases (Created page with "local TUT = mw.title.new(mw.getCurrentFrame():getTitle()).basePageTitle -- the title under test local p = require(TUT.prefixedText)-- the module to be tested local Date = p._Date local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() function suite:test_01_English() self:assertEquals( '20 July 1969, 20:17:40', Date({1969,07,20,20,17,40},'en')) self:assertEquals( '20 July 1969, 20:17', Date({1969,07,20,20,17},'en')) self:assertEqual...")
- 08:46, 25 September 2026 Shahroudi talk contribs created page Module:DateI18n/sandbox (Created page with "--[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date strings. Please do not modify this code wi...")
- 08:42, 25 September 2026 Shahroudi talk contribs created page Module:Int (Created page with "-- This is a helper module for Template:Int local trim = mw.text.trim local isValidCode = mw.language.isValidCode local messageNew = mw.message.new local frameCurrent = mw.getCurrentFrame() local preprocess = frameCurrent.preprocess local pageLang = preprocess(frameCurrent, '{{PAGELANGUAGE}}') local export = {} function export.renderIntMessage(frame) local args = frame.args local msgId = trim(args[1]) local pargs = (frame:getParent() or {}).args local msgArgs...")
- 08:41, 25 September 2026 Shahroudi talk contribs created page Template:Int (Created page with "<onlyinclude>{{<includeonly>safesubst:</includeonly>#invoke:Int|renderIntMessage|{{{1}}}|missing={{{missing|}}}|lang={{{lang|}}}}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
- 10:21, 16 December 2025 Shahroudi talk contribs deleted page File:44444.jpg (Copyright violation: content was: "== Summary == Importing images", and the only contributor was "Mojtabakd" (talk))
- 17:02, 13 December 2025 Shahroudi talk contribs created page Module:Cat see also (Created page with "require('strict') local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame) frame = mw.getCurrentFrame() -- Special case when the first given link in parameter is 'V', and -- the current page name starts by 'V' or 'In' if args[1] == 'V' then local title = mw.title.getCurrentTitle().text local cwttb = mw.text.split( title, ':' ); if title:sub(1, 1) == 'V' then args[1] = 'In' .. mw.getContentLanguage():lcfirst(title) else...")
- 17:01, 13 December 2025 Shahroudi talk contribs created page Template:Cat see also (Created page with "<onlyinclude>{{#invoke:Cat see also|main|<noinclude>Category navigational templates</noinclude>}}</onlyinclude> {{Documentation}}")
- 17:00, 13 December 2025 Shahroudi talk contribs created page Template:SuperFallback (Created page with "{{#ifexist: {{{1|}}}/{{#if: {{{2|}}} |{{{2}}}|{{int:Lang}}}} | {{#if: {{{2|}}} |{{{2}}}|{{int:Lang}}}} | {{#ifexist: {{{1|}}}/{{GetFallback|{{#if: {{{2|}}} |{{{2}}}|{{int:Lang}}}}}} | {{GetFallback|{{#if: {{{2|}}} |{{{2}}}|{{int:Lang}}}}}} | {{#ifexist: {{{1|}}}/{{GetFallback2|{{#if: {{{2|}}} |{{{2}}}|{{int:Lang}}}}}} | {{GetFallback2|{{#if: {{{2|}}} |{{{2}}}|{{int:Lang}}}}}} | {{CONTENTLANGUAGE}} }} }} }}<noinclude> {{heavily used template}} {{documentation}} </noincl...")
- 17:00, 13 December 2025 Shahroudi talk contribs created page Template:Clear (Created page with "<div style="clear:{{{1|both}}};"></div><noinclude> {{documentation}} </noinclude>")
- 16:59, 13 December 2025 Shahroudi talk contribs created page Template:Wikidata Infobox/i18n/getMsg (Created page with "<onlyinclude><includeonly>{{#if:{{{nowrap|}}}||<bdi lang="{{SuperFallback|Translations:Template:Wikidata Infobox/i18n/msg-{{{1}}}}}">}}{{Translations:Template:Wikidata Infobox/i18n/msg-{{{1}}}/{{SuperFallback|Translations:Template:Wikidata Infobox/i18n/msg-{{{1}}}}}}}{{#if:{{{nowrap|}}}||</bdi>}}</includeonly></onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
- 16:59, 13 December 2025 Shahroudi 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 cond...")
- 16:58, 13 December 2025 Shahroudi talk contribs created page Template:Wikidata Infobox/styles.css (Created page with "@noflip: #wdinfobox[dir="ltr"] { float: right; override .infobox style: this rule is flipped (changed to “left”) on rtl pages, while MediaWiki:Common.css isn’t: clear: right; override .infobox style: this rule is flipped (changed to “left”) on rtl pages, while MediaWiki:Common.css isn’t: margin-right: 0; margin-left: 1em; } @noflip: #wdinfobox[dir="rtl"] { float: left; /* override .infobox style: this rule is flipped (changed to “le...")
- 16:58, 13 December 2025 Shahroudi talk contribs created page Template:Wikidata Infobox/core (Created page with "<!-- Please test changes at https://commons.wikimedia.org/wiki/Template:Wikidata_Infobox/sandbox and test that they work before modifying this template directly! --><templatestyles src="Template:Wikidata Infobox/styles.css" /><!-- Categorize working and non-working uses --><includeonly>{{#ifeq:{{{trackingcats | yes}}} | yes | {{#if:{{{qid|}}} | Category:Uses of Wikidata Infobox | Category:Uses of Wikidata Infobox with no item}}}}</includeonly><!-- -->{{#if:{{{q...")
- 16:57, 13 December 2025 Shahroudi talk contribs created page Template:Wikidata Infobox (Created page with "<!-- Core code is at Template:Wikidata Infobox/core Modify the styling at Template:Wikidata Infobox/styles.css -->{{Wikidata Infobox/core <!-- Configuration pass-through and/or defaults --> | qid = {{#invoke:WikidataIB |getQid |qid={{{qid|}}} }} | defaultsort = {{{defaultsort|y}}} | interwiki = {{{interwiki|yes}}} | spf = {{{suppressfields|{{{spf|}}} }}} | fwd = {{{fetchwikidata|{{{fwd|ALL}}} }}} | osd = no | autocat = {{{autocat|yes}}} | trackingcats = {{{trackingcat...")
- 16:57, 13 December 2025 Shahroudi talk contribs created page Template:Category tree all (Created page with "{| style="border: 1px solid #808080; padding: 5px;" {{#ifeq:{{{alignright|}}}|yes|align="right"}} |{{{header|'''To display all {{#ifeq: {{{mode|categories}}} | categories | subcategories | }}{{#ifeq: {{{mode|}}} | pages | pages | }}{{#ifeq: {{{mode|}}} | all | pages, subcategories and images | }}{{#ifeq: {{{mode|}}} | parents | parents | }} click on the "▶":'''}}} {{#tag: categorytree| {{{1|{{PAGENAME}}}}} |mode={{{mode|}}} |depth={{{depth|0}}} |hideroot={{{hideroot|of...")
- 16:57, 13 December 2025 Shahroudi talk contribs created page Category:Commons (Created page with "{{mbox|text=<div style="padding:1em;">{{en|This is the top-level category for Commons-related administration and maintenance files, and these namespaces: ''Commons:'', ''Template:'', and ''Help:'' Files relating to Wikimedia Commons-related media content, logos, etc. should go to '''Category:Wikimedia Commons''' instead. Public ''content'' pages, such as media files and image galleries, should go elsewhere. The main category for public content...")
- 16:57, 13 December 2025 Shahroudi talk contribs created page Category:Categories (Created page with "{{Cat see also|Flat categories|Wiki categorization}} {{Wikidata Infobox}} {{Shortcut2|CAT:CAT}} {{LangSwitch |en=This is <u>not quite</u> the highest level of Wikimedia Commons’ category system, it gathers categories named '''Categories by …'''. See Category:CommonsRoot or Category:Topics for the page you are looking for. Please help categorize images and files! Search categories directly [//commons.wikimedia.org/w/index.php?title=Special:Search&...")
- 16:56, 13 December 2025 Shahroudi talk contribs created page Category:Topics (Created page with "{{Wikidata Infobox}} <!--{{category navigation|topic}}--> {{CatCat}} {{LangSwitch |de = Dies ist <u>nicht ganz</u> die oberste Kategorie der Kategoriestruktur auf Wikimedia Commons. Sie erfüllt allerdings die gleiche Funktion wie beispielsweise die Kategorie:!Hauptkategorie in der deutschsprachigen Wikipedia. Siehe auch Commons:Kategorien und Commons:Erste Schritte/Sortierung. Die oberste Kategorie ist übrigens ''':Category:C...")
- 16:55, 13 December 2025 Shahroudi talk contribs created page Category:CommonsRoot (Created page with "{{Notice|This is the '''Root Directory''', the top level node in Commons tree data structure housing the directories of the top level categories from which every other category is accessible. * The main category for '''''contents''''' on Commons is '''Category:Topics''' * The main category for our '''''tree data structure''''' is '''Category:Categories''' * The main category for '''''Commons-related''''' administration and maintenance files is ''':Category...")
- 14:37, 6 December 2025 Shahroudi talk contribs created page File:Logo-qol-0.png (Uploaded own work with UploadWizard)
- 14:37, 6 December 2025 Shahroudi talk contribs created page File:Logo-news-0.png (Uploaded own work with UploadWizard)
- 14:37, 6 December 2025 Shahroudi talk contribs created page File:Logo-Dictionarycal-0.png (Uploaded own work with UploadWizard)
- 14:37, 6 December 2025 Shahroudi talk contribs uploaded File:Logo-qol-0.png (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 14:37, 6 December 2025 Shahroudi talk contribs uploaded File:Logo-news-0.png (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 14:37, 6 December 2025 Shahroudi talk contribs created page File:Logo-Datacal-0.png (Uploaded own work with UploadWizard)
- 14:37, 6 December 2025 Shahroudi talk contribs created page File:Logo-lib-0.png (Uploaded own work with UploadWizard)
- 14:37, 6 December 2025 Shahroudi talk contribs uploaded File:Logo-Dictionarycal-0.png (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 14:37, 6 December 2025 Shahroudi talk contribs uploaded File:Logo-Datacal-0.png (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 14:37, 6 December 2025 Shahroudi talk contribs uploaded File:Logo-lib-0.png (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 13:55, 6 December 2025 Shahroudi talk contribs created page File:Logo-libcal.png (Uploaded own work with UploadWizard)
- 13:55, 6 December 2025 Shahroudi talk contribs created page File:Logo-Dictionarycal.png (Uploaded own work with UploadWizard)
- 13:55, 6 December 2025 Shahroudi talk contribs created page File:Logo-Sourcecal.png (Uploaded own work with UploadWizard)
- 13:55, 6 December 2025 Shahroudi talk contribs uploaded File:Logo-Sourcecal.png (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 13:55, 6 December 2025 Shahroudi talk contribs uploaded File:Logo-libcal.png (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 13:55, 6 December 2025 Shahroudi talk contribs uploaded File:Logo-Dictionarycal.png (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 13:55, 6 December 2025 Shahroudi talk contribs created page File:Datacal.png (Uploaded own work with UploadWizard)
- 13:55, 6 December 2025 Shahroudi talk contribs created page File:Islamical-news.png (Uploaded own work with UploadWizard)
- 13:55, 6 December 2025 Shahroudi talk contribs created page File:Islamical-quotes.png (Uploaded own work with UploadWizard)
- 13:55, 6 December 2025 Shahroudi talk contribs uploaded File:Islamical-news.png (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 13:55, 6 December 2025 Shahroudi talk contribs uploaded File:Datacal.png (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 13:55, 6 December 2025 Shahroudi talk contribs uploaded File:Islamical-quotes.png (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 14:29, 5 December 2025 Shahroudi talk contribs created page File:Logo comons.png (Uploaded own work with UploadWizard)