User contributions for Shahroudi
Jump to navigation
Jump to search
25 September 2026
- 08:5608:56, 25 September 2026 diff hist +171 N 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>" current
- 08:5208:52, 25 September 2026 diff hist +2,264 N 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..." current
- 08:5108:51, 25 September 2026 diff hist +6,133 N 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..." current
- 08:5008:50, 25 September 2026 diff hist +33 N Module:Date Created page with "return require('Module:DateI18n')" current
- 08:4908:49, 25 September 2026 diff hist +16,130 N Module:DateI18n-585816189 Created page with "--[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date strings. Please do not modify this code wi..." current
- 08:4808:48, 25 September 2026 diff hist +20,212 N Module:DateI18n/sandbox 2 Created page with "--[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date strings. Please do not modify this code wi..." current
- 08:4708:47, 25 September 2026 diff hist +19,474 N Module:DateI18n/sandbox2 Created page with "--[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date strings. Please do not modify this code wi..." current
- 08:4708:47, 25 September 2026 diff hist +6,030 N 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..." current
- 08:4608:46, 25 September 2026 diff hist +16,942 N 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..." current
- 08:4608:46, 25 September 2026 diff hist +20,625 N Module:DateI18n/sandbox Created page with "--[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date strings. Please do not modify this code wi..." current
- 08:4208:42, 25 September 2026 diff hist +989 N 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..." current
- 08:4108:41, 25 September 2026 diff hist +244 N 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! -->" current
18 September 2026
- 14:1614:16, 18 September 2026 diff hist +728 N File:Button ang.png No edit summary current
- 14:1614:16, 18 September 2026 diff hist +728 N File:Button m.png No edit summary current
- 14:0614:06, 18 September 2026 diff hist +728 N File:Abdulbaha knighting.jpg No edit summary current
- 14:0114:01, 18 September 2026 diff hist +728 N File:26473195.jpg No edit summary current
- 09:2209:22, 18 September 2026 diff hist +728 N File:Daysam coin.jpg No edit summary current
- 09:1009:10, 18 September 2026 diff hist 0 m File:Flag of Ethiopia (1975–1987).svg Shahroudi صفحهٔ پرونده:Flag of Ethiopia (1975–1987) (1).svg را به پرونده:Flag of Ethiopia (1975–1987).svg منتقل کرد current
- 09:0209:02, 18 September 2026 diff hist 0 N File:Aya-.png No edit summary current
- 08:1708:17, 18 September 2026 diff hist 0 N File:Jerusalem-2013(2)-Temple Mount-Dome of the Rock (SE exposure).jpg No edit summary current
28 July 2026
- 17:4117:41, 28 July 2026 diff hist +265 N File:استهلال در قم.jpg https://www.mehrnews.com/photo/3989581/%D8%A7%D8%B3%D8%AA%D9%87%D9%84%D8%A7%D9%84-%D9%85%D8%A7%D9%87-%D9%85%D8%A8%D8%A7%D8%B1%DA%A9-%D8%B1%D9%85%D8%B6%D8%A7%D9%86-%D8%AF%D8%B1-%D9%82%D9%85#gallery-17 current
1 July 2026
- 06:2306:23, 1 July 2026 diff hist +45 N File:سخنگوی ستاد تشییع رهبر شهید.jpeg No edit summary current
5 June 2026
- 05:3405:34, 5 June 2026 diff hist +45 N File:Changing the flag of the Shrine of Hazrat Masumeh.jpg No edit summary current
19 April 2026
- 15:4215:42, 19 April 2026 diff hist +728 N File:P no.svg No edit summary current
16 April 2026
- 11:1711:17, 16 April 2026 diff hist +52 N File:Logo-razndojht.jpg No edit summary current
16 February 2026
- 03:2603:26, 16 February 2026 diff hist +728 N File:Bildnis Johann Ludwig Burckhardt HMB 1947-221.jpg No edit summary current
- 03:2303:23, 16 February 2026 diff hist +728 N File:Burckhardt Taufregister Lausanne.jpg No edit summary current
- 03:1803:18, 16 February 2026 diff hist +728 N File:Burckhardt Taufregister Basel.jpg No edit summary current
- 03:1803:18, 16 February 2026 diff hist +728 N File:Kirschgarten.jpg No edit summary current
- 03:1603:16, 16 February 2026 diff hist +728 N File:Erndhalde Samuel Birmann 1875.jpg No edit summary current
- 03:1503:15, 16 February 2026 diff hist +728 N File:Burckhardt 3 Kinder 1795.jpg No edit summary current
- 03:1403:14, 16 February 2026 diff hist +728 N File:Johann Ludwig Burckhardt mit 24 Jahren.jpg No edit summary current
- 03:1403:14, 16 February 2026 diff hist +728 N File:Flickr - …trialsanderrors - The Treasury, Petra, Jordan, by the American Colony Jerusalem Photo Department, ca. 1910.jpg No edit summary current
- 03:1403:14, 16 February 2026 diff hist +728 N File:PLAN OF MEKKA (1814).jpg No edit summary current
- 03:1403:14, 16 February 2026 diff hist +728 N File:Abu Simble Temples 1905-1907 A.png No edit summary current
- 03:1303:13, 16 February 2026 diff hist +728 N File:Haddsch-Urkunde von Scheich Ibrahim.jpg No edit summary current
- 03:1203:12, 16 February 2026 diff hist +728 N File:Egypt-statue.jpg No edit summary current
- 03:1103:11, 16 February 2026 diff hist +728 N File:Grabstele von Johann Ludwig Burckhardt.png No edit summary current
5 January 2026
- 03:4403:44, 5 January 2026 diff hist +80 N File:Logo-daneshdojht.png No edit summary current
16 December 2025
- 10:3910:39, 16 December 2025 diff hist +728 N File:Jerusalem Temple Mount Al-Aqsa Mosque (29324502388).jpg No edit summary current
- 10:3310:33, 16 December 2025 diff hist +728 N File:Dehio 10 Dome of the Rock Section.jpg No edit summary current
- 10:3210:32, 16 December 2025 diff hist +728 N File:Exterior of the Dome of the Rock 06.jpg No edit summary current
13 December 2025
- 17:0217:02, 13 December 2025 diff hist +3,069 N 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..." current
- 17:0117:01, 13 December 2025 diff hist +130 N Template:Cat see also Created page with "<onlyinclude>{{#invoke:Cat see also|main|<noinclude>Category navigational templates</noinclude>}}</onlyinclude> {{Documentation}}" current
- 17:0017:00, 13 December 2025 diff hist +479 N 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..." current
- 17:0017:00, 13 December 2025 diff hist +81 N Template:Clear Created page with "<div style="clear:{{{1|both}}};"></div><noinclude> {{documentation}} </noinclude>" current
- 16:5916:59, 13 December 2025 diff hist +425 N 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! -->" current
- 16:5916:59, 13 December 2025 diff hist +16,665 N 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..." current
- 16:5816:58, 13 December 2025 diff hist +2,952 N 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..." current
- 16:5816:58, 13 December 2025 diff hist +1,302 N 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..." current