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).
- 22:03, 2 November 2025 Shahroudi talk contribs created page Template:Lang (Created page with "<div lang="{{{1|}}}" dir="{{#dir:{{{1|}}}}}" class="description {{{1|}}}" style="display:inline;">{{{2}}}</div><noinclude> {{Documentation}} Category:Internationalization templates </noinclude>")
- 21:55, 2 November 2025 Shahroudi talk contribs created page 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...")
- 21:54, 2 November 2025 Shahroudi talk contribs created page 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. -- --...")
- 21:54, 2 November 2025 Shahroudi talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
- 21:53, 2 November 2025 Shahroudi talk contribs created page 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 =...")
- 21:53, 2 November 2025 Shahroudi talk contribs created page 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'...")
- 21:50, 2 November 2025 Shahroudi talk contribs created page Module:Message box/sandbox/tmbox.css (Created page with "{{pp|small=y}}: .tmbox { margin: 4px 0; width: auto; border-collapse: collapse; border: 2px solid #ca3; Default "notice" gray-brown: background-color: var(--background-color-warning-subtle, #fdf2d5); box-sizing: border-box; border-inline-start-width: 8px; } For the "small=yes" option.: .tmbox.mbox-small { font-size: 88%; line-height: 1.25em; } .tmbox-speedy { border: 2px solid var(--border-color-error, #f54739); Red: background-colo...")
- 21:50, 2 November 2025 Shahroudi talk contribs created page Module:Message box/cmbox.css (Created page with "{{pp|small=y}}: .cmbox { margin: 3px 0; border-collapse: collapse; border: 1px solid #a2a9b1; background-color: #dfe8ff; Default "notice" blue: box-sizing: border-box; necessary when embedded in other templates like [[:Category:Pending_AfC_submissions]]: color: var( --color-base ); } .cmbox-speedy { border: 4px solid #b32424; Red: background-color: #ffdbdb; Pink: } .cmbox-delete { background-color: #ffdbdb; Pink: ...")
- 21:50, 2 November 2025 Shahroudi talk contribs created page Module:Message box/ombox.css (Created page with "{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: var(--background-color-neutral-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } 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-de...")
- 21:50, 2 November 2025 Shahroudi talk contribs created page Module:Message box/imbox.css (Created page with "{{pp|small=y}}: .imbox { margin: 4px 0; border-collapse: collapse; border: 3px solid #36c; Default "notice" blue: background-color: var(--background-color-interactive-subtle, #f8f9fa); box-sizing: border-box; } For imboxes inside imbox-text cells.: .imbox .mbox-text .imbox { margin: 0 -0.5em; 0.9 - 0.5 = 0.4em left/right.: TODO: Still needed?: display: block; Fix for webkit to force 100% width.: } .imbox-speedy { border: 3px...")
- 21:49, 2 November 2025 Shahroudi talk contribs created page Module:Message box/tmbox.css (Created page with "{{pp|small=y}}: .tmbox { margin: 4px 0; width: auto; border-collapse: collapse; border: 2px solid #ca3; Default "notice" gray-brown: background-color: var(--background-color-warning-subtle, #fdf2d5); box-sizing: border-box; border-inline-start-width: 8px; } For the "small=yes" option.: .tmbox.mbox-small { font-size: 88%; line-height: 1.25em; } .tmbox-speedy { border: 2px solid var(--border-color-error, #f54739); Red: background-colo...")
- 21:49, 2 November 2025 Shahroudi talk contribs created page Module:Message box/ambox.css (Created page with "{{pp|small=y}}: .ambox { border: 1px solid #a2a9b1; @noflip: border-left: 10px solid #36c; Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } Single border between stacked boxes. Take into account base templatestyles, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais...")
- 21:49, 2 November 2025 Shahroudi talk contribs created page Module:Message box/fmbox.css (Created page with "{{pp|small=y}}: .fmbox { clear: both; margin: 0.2em 0; width: 100%; border: 1px solid #a2a9b1; background-color: var(--background-color-interactive-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } .fmbox-warning { border: 1px solid #bb7070; Dark pink: background-color: #ffdbdb; Pink: } .fmbox-editnotice { background-color: transparent; } .fmbox .mbox-text { border: none; @noflip: padding: 0.25em...")
- 21:48, 2 November 2025 Shahroudi talk contribs created page Module:Message box/sandbox/mbox.css (Created page with ".messagebox { margin: 4px 0; width: auto; border-collapse: collapse; border: 2px solid var(--border-color-progressive--hover,#48d); background-color: var(--background-color-neutral-subtle,#fbfcff); 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-subtle,#ffdbdb);...")
- 21:48, 2 November 2025 Shahroudi talk contribs created page 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: var(--color-base,#202122); 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...")
- 21:48, 2 November 2025 Shahroudi talk contribs created page Module:Message box/sandbox2 (Created page with "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 ---------------------------------------------------------------------------...")
- 21:47, 2 November 2025 Shahroudi talk contribs created page Module:Message box/configuration temp (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { fmbox = { types = { warning = { class = 'fmbox-w...")
- 21:47, 2 November 2025 Shahroudi talk contribs created page Module:Message box/sandbox/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -- {{pp-template}} -- ----------------------------------------------------------------------...")
- 21:47, 2 November 2025 Shahroudi talk contribs created page Module:Message box/sandbox (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/sandbox/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'mbox', file = 'mbox', category = 'mbox', article = 'mbox', main = 'mbox'} --------------------------------------...")
- 21:46, 2 November 2025 Shahroudi talk contribs created page 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...")
- 21:46, 2 November 2025 Shahroudi talk contribs created page 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'} ----------------------------------------------...")
- 21:37, 2 November 2025 Shahroudi talk contribs created page Template:Documentation/i18n/fa (Created page with "<languages/> <onlyinclude>{{Documentation/layout | lang = {{{lang|fa}}} <!-- {{Documentation}} parameters: --> |1={{{1|}}} |heading={{{heading|{{{2|}}}}}} |content={{{content|}}} <!-- $1 is automatically replaced by Template:Documentation/layout using {{tmpl}} --> | text = <span lang="en" dir="ltr" class="mw-content-ltr">This documentation is transcluded from $1.</span> <!-- DEPRECATED - New translations for these messages go in Data:I1...")
- 21:34, 2 November 2025 Shahroudi talk contribs created page Module:Error (Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function...")
- 21:33, 2 November 2025 Shahroudi talk contribs created page Template:Error (Created page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude> {{documentation}} </noinclude>")
- 21:33, 2 November 2025 Shahroudi talk contribs created page Module:Tmpl/testcases (Created page with "local p = require('Module:ScribuntoUnit'):new() local m = require('Module:Tmpl') local function callWithArgs(arg0, args) local templateArgs = {} if args then for k, v in pairs(args) do local n = tonumber(k) or 0 if (n >= 1) then templateArgs[n] = v end end templateArgs[0] = arg0 end local frame = (mw.getCurrentFrame() :newChild{ args = templateArgs } :newChild{ args = {} }) return m.renderTmpl(frame) end function p:testRenderTmpl() self:ass...")
- 21:27, 2 November 2025 Shahroudi talk contribs created page Module:Tmpl (Created page with "-- This is a helper module for Template:tmpl local this = {} function this.renderTmpl(frame) local args = frame.args local pargs = (frame:getParent() or {}).args local result = pargs[0] or '' for k, v in pairs(pargs) do local n = tonumber(k) or -1 if (n >= 1 and n <= 9) then result = mw.ustring.gsub( result, '$' .. n, mw.text.trim(v) ) end end return result end return this")
- 21:27, 2 November 2025 Shahroudi talk contribs created page Template:Documentation/styles.css (Created page with ".template-documentation { margin-top: 1em; clear: both; border: 2px dotted #666; padding: 0.6em; background-color: #ecfcf4; } .template-documentation:after { content: ""; display: block; clear: both; } .template-documentation-heading { padding-bottom: 3px; border-bottom: 1px solid #a2a9b1; margin-bottom: 1ex; } .template-documentation-title { font-size: 150%; } .template-documentation-transcludedfrom { font-size: smaller; font-style: italic; } @media scre...")
- 21:23, 2 November 2025 Shahroudi talk contribs created page Template:Transclude (Created page with "{{#switch: {{NAMESPACE: {{{1}}} }} |#default = {{FULLPAGENAME: {{{1}}} }} <!-- eg "User:Foo" --> |{{ns:0}} = {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}} }} | Template:{{{1}}} <!-- no leading colon, eg "Foo" --> | {{PAGENAME: {{{1}}} }} <!-- leading colon, eg ":Foo", so we want the article --> }} }}<noinclude> {{documentation}} </noinclude>")
- 21:23, 2 November 2025 Shahroudi talk contribs created page Module:TNT (Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained...")
- 21:23, 2 November 2025 Shahroudi talk contribs created page Template:DocPageName (Created page with "<onlyinclude>{{#ifeq:{{#titleparts:{{{1|{{SUBJECTPAGENAME}}}}}||-1}}|sandbox<!-- -->|{{#ifexist:{{{1|{{SUBJECTPAGENAME}}}}}/doc<!-- -->|{{{1|{{SUBJECTPAGENAME}}}}}/doc<!-- -->|{{#titleparts:{{{1|{{SUBJECTPAGENAME}}}}}|-1}}/doc<!-- -->}}<!-- -->|{{{1|{{SUBJECTPAGENAME}}}}}/doc<!-- -->}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
- 21:22, 2 November 2025 Shahroudi talk contribs created page Template:Tmpl (Created page with "<onlyinclude><includeonly>{{#invoke:Tmpl|renderTmpl}}</includeonly></onlyinclude> {{Documentation}}")
- 21:22, 2 November 2025 Shahroudi talk contribs created page Module:TNTFallback (Created page with "-------------------------------------------------------------------------------- -- This module implements a wrapper for Module:TNT that allows returning -- a fallback message; used by {{Documentation}}. -- -- @module TNTFallback -- @alias p -- @author User:ExE Boss -- @require Module:TNT -------------------------------------------------------------------------------- require("strict"); local TNT = require("Module:TNT"); local p = {}; --------------------...")
- 21:20, 2 November 2025 Shahroudi talk contribs created page Template:Documentation/layout/sandbox (Created page with "<div id="template-documentation" class="template-documentation"><templatestyles src="Template:Documentation/styles.css" /><!-- -->{{#if: {{PROTECTIONLEVEL:edit}} | {{Protected}} }}<!-- -->{{#ifeq: {{{heading|}}} | false | | <div class="template-documentation-heading" lang="{{{lang|}}}" dir="{{#dir:{{{lang|}}}}}"><!-- --><span class="template-documentation-title">{{#if: {{{heading|}}} | {{{heading|}}} | 50px|link=|alt= {{#switch:...")
- 21:19, 2 November 2025 Shahroudi talk contribs created page Template:T/main (Created page with "{{#ifeq:{{lc:{{{code}}}}}|tt|<code>}}<!-- code start -->{{#switch:{{#switch:{{{link}}}|no|n|-=1|0}}{{#switch:+|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}=1|0}}{{#switch:-|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}=1|0}}<!-- -->|000|010|011|100=|{{#switch:{{{case}}}|i|n={{i18n/namespace|t|link={{{case}}}o|lang={{{i18n|}}}}}|l=template|Template}}:}}<!-- -->{{#switch:{{{link}}}|no|n={{#switch:{{{incl|{{{i|}}}}}}|3=<span style="font-family:monospace;{{{style|}}}">}}<!-- link=no -->{...")
- 21:19, 2 November 2025 Shahroudi talk contribs created page Template:Tl (Created page with "<noinclude>{{protected template}} </noinclude>{{T/main|{{{1|}}} |{{{2|}}} |{{{3|{{{lang|}}}}}} |{{{4|}}} |{{{5|}}} |incl={{{incl|{{{i|3}}}}}} |code={{{code|}}} |link={{{link|}}} |case={{{case|}}} |i18n={{{i18n|}}} |parm={{{parm|}}} |full={{{full|}}} |style={{{style|}}} }}<noinclude> {{documentation|Template:T/doc}} </noinclude>")
- 21:19, 2 November 2025 Shahroudi talk contribs created page Template:Translated tag/i18n (Created page with "<languages/> <onlyinclude><div class="translatedTag" style="text-align:center; font-weight:bold;" lang="{{#bcp47:{{TRANSLATIONLANGUAGE}}}}" dir="{{#dir:{{TRANSLATIONLANGUAGE}}}}"> <translate><!--T:1--> ''NOTE:'' Please do ''not'' use this template directly! This is just for translation.</translate> {{#ifeq:{{NAMESPACE}}|{{ns:10}}<!-- leave this part out on non-template pages because it won't make sense --> |<translate><!--T:2--> Use <tvar name="1"><bdi>{{tl|{{{template|...")
- 21:18, 2 November 2025 Shahroudi talk contribs created page Template:Translated tag (Created page with "{{#ifeq:{{NAMESPACE}}|{{ns:4}}||<!-- ignore commons namespace for demonstration pages --> {{#switch:{{FULLPAGENAME}} |{{{ns|{{{ns1|{{ns:10}}}}}}}}:{{ucfirst:{{{page|{{{page1}}}}}}}}{{{sub|/{{SUBPAGENAME}}}}} |{{{ns2|{{ns:10}}}}}:{{ucfirst:{{{page2}}}}}{{{sub|/{{SUBPAGENAME}}}}} |{{{ns3|{{ns:10}}}}}:{{ucfirst:{{{page3}}}}}{{{sub|/{{SUBPAGENAME}}}}} |{{{ns4|{{ns:10}}}}}:{{ucfirst:{{{page4}}}}}{{{sub|/{{SUBPAGENAME}}}}} = <!-- for any exceptions --> |#default = {{#swi...")
- 21:18, 2 November 2025 Shahroudi talk contribs created page Template:Documentation/layout (Created page with "<div id="template-documentation" class="template-documentation"><templatestyles src="Template:Documentation/styles.css" /><!-- -->{{#if: {{PROTECTIONLEVEL:edit}} | {{Protected}} }}<!-- -->{{#ifeq: {{{heading|}}} | false | | <div class="template-documentation-heading" {{#if: {{{lang|}}} | lang="{{{lang|}}}" dir="{{#dir:{{{lang|}}}}}" }}><!-- --><span class="template-documentation-title">{{#if: {{{heading|}}} | {{{heading|}}} | File:Test Template Info-Icon.svg|...")
- 21:17, 2 November 2025 Shahroudi talk contribs created page Template:Documentation/i18n (Created page with "<languages/> <onlyinclude>{{Documentation/layout | lang = {{{lang|{{TRANSLATIONLANGUAGE}}}}} <!-- {{Documentation}} parameters: --> |1={{{1|}}} |heading={{{heading|{{{2|}}}}}} |content={{{content|}}} <!-- $1 is automatically replaced by Template:Documentation/layout using {{tmpl}} --> | text = <translate><!--T:1--> This documentation is transcluded from $1.</translate> <!-- DEPRECATED - New translations for these messages go in Data:I18...")
- 21:17, 2 November 2025 Shahroudi talk contribs created page Template:Notice/sandbox (Created page with "{{mbox|type=notice|small={{{small|}}}<!-- -->|style=direction:{{#dir:{{{lang|}}}}};{{#if:{{{style|}}}|{{{style}}}}}<!-- -->|image={{#if:{{{image|}}}|{{!((}}File:{{{image}}}{{!}}{{{size|{{#if:{{{small|}}}|25px|40px}}}}}{{!}}link={{#if:{{{alt|}}}|{{!}}alt={{{alt}}}}}{{!}}class=noviewer{{))!}}}}<!-- -->|text={{#if:{{{heading|{{{header|}}}}}}|<div align="center">'''{{{heading|Notice: {{{header}}}}}}'''</div><br/>}}{{{1}}}}}<noinclude> {{documentation}} </noinclude>")
- 21:16, 2 November 2025 Shahroudi talk contribs created page Template:Center (Created page with "<div class="center" {{#if:{{{style|}}}|style="{{{style}}}"}}> {{{1}}} </div><noinclude> {{documentation}} </noinclude>")
- 21:16, 2 November 2025 Shahroudi talk contribs created page Template:Center-tag (Created page with "{{#switch:{{{1|}}}|s={{Center-tag/s|1={{{1}}}|class={{{class|}}}|style={{{style|}}}}}|e={{Center-tag/e}} |#default={{Center|1={{{1}}}|class={{{class|}}}|style={{{style|}}}}} <includeonly>Category:Pages migrated from html CENTER tag</includeonly>}}<noinclude>{{documentation}}</noinclude>")
- 21:15, 2 November 2025 Shahroudi talk contribs created page Template:Protected template (Created page with "{{#ifeq:{{{1}}}|message| <table class="protected" style="background:#fff; border:1px solid #aaa; padding:4px; margin:.5em auto;"> <tr> <td style="padding-right:4px; padding-left:4px;">38px|Protected</td> <td>'''This high-risk template has been protected from editing to prevent vandalism.'''<br /><span style="font-size:90%;">You may use {{tl|Edit request}} on the [[{{TALKPAGENAME}}|talk page]] to ask for an administrator to make an edit for you.</span>...")
- 21:15, 2 November 2025 Shahroudi talk contribs created page Template:Mbox (Created page with "{{#invoke:Message box|mbox}}<noinclude>{{Documentation}}</noinclude>")
- 21:15, 2 November 2025 Shahroudi talk contribs created page Template:Notice (Created page with "{{mbox|type=notice|small={{{small|}}}<!-- -->|style=direction:{{#dir:{{{lang|}}}}};{{#if:{{{style|}}}|{{{style}}}}}<!-- -->|image={{#if:{{{image|}}}|{{!((}}File:{{{image}}}{{!}}{{{size|{{#if:{{{small|}}}|25px|40px}}}}}{{!}}link={{#if:{{{alt|}}}|{{!}}alt={{{alt}}}}}{{!}}class=noviewer{{))!}}}}<!-- -->|text={{#if:{{{heading|{{{header|}}}}}}|<div align="center">'''{{{heading|Notice: {{{header}}}}}}'''</div><br/>}}{{{1}}}}}<noinclude> {{documentation}} </noinclude>")
- 21:14, 2 November 2025 Shahroudi talk contribs created page Template:Lang-mp/bar (Created page with "<noinclude>{{notice|1= Please also add your new translation to Commons:Help page maintenance/Basic pages & MediaWiki:MainPages.js Languages with gray font needs to be synchronized with current English version: br gu kn si }}</noinclude><div dir="ltr" style="font-size:85%; margin:0; padding:.25em .5em; border:1px solid #f1f5fc; background:#f1f5fc" id="main-page-langbar">{{center-tag|1= <!--af-->{{lang|af|{{#language:af}}}}{{ยท}} <!--als-->{{lang|al...")
- 21:14, 2 November 2025 Shahroudi talk contribs created page Module:Autotranslate/old (Created page with " --[[ __ __ _ _ _ _ _ _ _ | \/ | ___ __| |_ _| | ___ _ / \ _ _| |_ ___ | |_ _ __ __ _ _ __ ___| | __ _| |_ ___ | |\/| |/ _ \ / _` | | | | |/ _ (_) / _ \| | | | __/ _ \| __| '__/ _` | '_ \/ __| |/ _` | __/ _ \ | | | | (_) | (_| | |_| | | __/_ / ___ \ |_| | || (_) | |_| | | (_| | | | \__ \ | (_| | || __/ |_| |_|\___/ \__,_|\__,_|_|\___(_)_/ \_\__,_|\__\___/ \__|_| \__,_|...")
- 21:13, 2 November 2025 Shahroudi talk contribs created page Module:Autotranslate/testcases (Created page with "-- Unit tests for Module:Autotranslate. Click talk page to run tests. local p = require('Module:UnitTests') function p:run_test_autotranslate(actualTemplate, expected) self:preprocess_equals(actualTemplate:format('Autotranslate'), expected) self:preprocess_equals(actualTemplate:format('Autotranslate/sandbox'), expected) end local function expandWithFrame(title, args) local parentFrame = mw.getCurrentFrame():newChild{ title = 'Template:Autotranslate' }...")
- 21:13, 2 November 2025 Shahroudi talk contribs created page Module:Autotranslate/sandbox (Created page with " --[[ __ __ _ _ _ _ _ _ _ | \/ | ___ __| |_ _| | ___ _ / \ _ _| |_ ___ | |_ _ __ __ _ _ __ ___| | __ _| |_ ___ | |\/| |/ _ \ / _` | | | | |/ _ (_) / _ \| | | | __/ _ \| __| '__/ _` | '_ \/ __| |/ _` | __/ _ \ | | | | (_) | (_| | |_| | | __/_ / ___ \ |_| | || (_) | |_| | | (_| | | | \__ \ | (_| | || __/ |_| |_|\___/ \__,_|\__,_|_|\___(_)_/ \_\__,_|\__\___/ \__|_| \__,_|...")
- 21:13, 2 November 2025 Shahroudi talk contribs created page Module:Autotranslate (Created page with " --[[ __ __ _ _ _ _ _ _ _ | \/ | ___ __| |_ _| | ___ _ / \ _ _| |_ ___ | |_ _ __ __ _ _ __ ___| | __ _| |_ ___ | |\/| |/ _ \ / _` | | | | |/ _ (_) / _ \| | | | __/ _ \| __| '__/ _` | '_ \/ __| |/ _` | __/ _ \ | | | | (_) | (_| | |_| | | __/_ / ___ \ |_| | || (_) | |_| | | (_| | | | \__ \ | (_| | || __/ |_| |_|\___/ \__,_|\__,_|_|\___(_)_/ \_\__,_|\__\___/ \__|_| \__,_|...")