All public logs

Combined display of all available logs of Wikivahdat. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 12:06, 21 January 2024 Mahdipor talk contribs created page Template:Wbr/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{High-use}} ''Wbr'' indicates a ''word break'' opportunity. This template includes the HTML tag [https://www.w3.org/TR/html5/text-level-semantics.html#the-wbr-element {{tag|wbr|s}}], which is used to tell the browser of an optional, non-hyphenated line-break. It can be used with: * {{tlx|nbsp}} or the equivalent <c...")
  • 12:05, 21 January 2024 Mahdipor talk contribs created page Module:Navbox top and bottom/doc (Created page with "{{High-use}} <!-- {{Module rating|Values: pre-alpha • alpha • beta • release • protected • semiprotected -- If a rating not needed/relevant, delete this template call}} --> {{Lua|Module:Navbox}} == Usage == <code><nowiki>{{</nowiki>#invoke:Navbox top and bottom|''function_name''<nowiki>}}</nowiki></code> <includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> }}</includeonly>")
  • 12:05, 21 January 2024 Mahdipor talk contribs created page Module:Navbox top and bottom (Created page with "-- This implements {{navbox top}} and {{navbox bottom}} local p = {} local function build_navbox(parentArgs, list) local args = {} for argName, value in pairs(parentArgs) do if value ~= '' then if type(argName) == 'string' then args[argName] = value end end end args['bodystyle'] = 'display:table;' .. (args['bodystyle'] or '') args['list1padding'] = '0' args['list1style'] = 'border-width:0;'...")
  • 12:03, 21 January 2024 Mahdipor talk contribs created page Module:Shortcut/styles.css (Created page with "{{pp-template}}: .module-shortcutboxplain { float: right; margin: 0 0 0 1em; border: 1px solid #aaa; background: #fff; padding: 0.3em 0.6em 0.2em 0.6em; text-align: center; font-size: 85%; } .module-shortcutboxleft { float: left; margin: 0 1em 0 0; } .module-shortcutlist { display: inline-block; border-bottom: 1px solid #aaa; margin-bottom: 0.2em; } .module-shortcutboxplain ul { font-weight: bold; } .module-shortcutanchordiv { position: relative;...")
  • 12:02, 21 January 2024 Mahdipor talk contribs created page Template:No redirect (Created page with "{{safesubst:<noinclude/>#if: {{safesubst:<noinclude/>#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{safesubst:<noinclude/>fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span> | {{safesubst:<noinclude/>#if:{{{2|}}}|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}]]}} }}<noinclude> {{documentation}} </noinclude>")
  • 12:00, 21 January 2024 Mahdipor talk contribs created page Module:Shortcut/config/doc (Created page with "{{Module rating |protected}} {{high-use}}")
  • 11:59, 21 January 2024 Mahdipor talk contribs created page Module:Shortcut/config (Created page with "-- This module holds configuration data for Module:Shortcut. return { -- The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading'] = '{{PLURAL:Wikipedia:Shortcut|{{PLURAL:$1|Shortcut|Shortcuts}}|Shortcut|Shortcuts}}', -- The heading when |redirect=yes is given. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['redirect-heading'] = '[[Wikipedia:Redirect|{{PLURAL...")
  • 11:58, 21 January 2024 Mahdipor talk contribs created page Module:Shortcut (Created page with "-- This module implements {{shortcut}}. -- Set constants local CONFIG_MODULE = 'Module:Shortcut/config' -- Load required modules local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {} local function message(msg, ...) return mw.message.newRawMessage(msg, ...):plain() end local function makeCategoryLink(cat) return string.format('%s:%s', mw.site.namespaces[14].name, cat) end function p._main(shortcuts, options, fra...")
  • 11:56, 21 January 2024 Mahdipor talk contribs created page Module:Delink (Created page with "-- This module de-links most wikitext. require("strict") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("%[%[.-...")
  • 11:55, 21 January 2024 Mahdipor talk contribs created page Template:Term (Created page with "<dt class="glossary {{{class|}}}" {{safesubst<noinclude/>:#if: {{{noid|}}}||id="{{safesubst<noinclude/>:#invoke:delink|delink|{{safesubst<noinclude/>:#invoke:String|replace|source={{safesubst<noinclude/>:lc:{{{id|{{{term|{{{1}}}}}}}}}}}|"|<!--blank to strip out double quote mark-->}}}}"}} style="{{safesubst<noinclude/>:#if:{{{multi|}}}|margin-top: -0.2em;|margin-top: 0.4em; {{{style|}}}}}">{{safesubst<noinclude/>:#if:{{{nondefining|}}}||<dfn class="glossary">}}{{{content...")
  • 11:54, 21 January 2024 Mahdipor talk contribs created page Template:Template shortcuts (Created page with "<includeonly>{{#invoke:Shortcut|main|template=yes}}</includeonly><noinclude>{{Documentation}}</noinclude>")
  • 11:53, 21 January 2024 Mahdipor talk contribs created page Module:Lua banner (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)...")
  • 11:52, 21 January 2024 Mahdipor talk contribs created page Template:Lua (Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 11:51, 21 January 2024 Mahdipor talk contribs created page Template:Stack/styles.css (Created page with "{{pp-template}}: .stack { box-sizing: border-box; } .stack > div { margin: 1px; overflow: hidden; } @media all and (min-width: 720px) { .stack-clear-left { float: left; clear: left; } .stack-clear-right { float: right; clear: right; } .stack-left { float: left; } .stack-right { float: right; } .stack-margin-clear-left { float: left; clear: left; margin-right: 1em; } .stack-margin-clear-right { float: right; clear: righ...")
  • 11:51, 21 January 2024 Mahdipor talk contribs created page Template:Stack (Created page with "<templatestyles src="Stack/styles.css"/><div class="stack {{#switch:{{{float|right}}}|left=stack-{{#switch:{{{margin|}}}|1|true|y|yes=margin-}}{{#switch:{{{clear|}}}|left|true=clear-}}left|right=stack-{{#switch:{{{margin|}}}|1|true|y|yes=margin-}}{{#switch:{{{clear|}}}|right|true=clear-}}right}}"><!-- -->{{#if:{{{1|}}}|<div {{#if:{{{cellspacing|}}}|style="margin: {{{cellspacing}}}px"}}>{{{1}}}</div>}}<!-- -->{{#if:{{{2|}}}|<div {{#if:{{{cellspacing|}}}|style="margin: {{{...")
  • 11:50, 21 January 2024 Mahdipor talk contribs created page Template:Ordered list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|ordered}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 11:49, 21 January 2024 Mahdipor talk contribs created page Template:Navbox top (Created page with "<includeonly>{{#invoke:navbox top and bottom|top}}</includeonly><noinclude> {{documentation}} </noinclude>")
  • 11:48, 21 January 2024 Mahdipor talk contribs created page Template:Glossary end (Created page with "<noinclude><dl></noinclude></dl><!--end glossary--><noinclude> {{Documentation|Template:Glossary/doc}}<!--Categories go in the /doc subpage.--> </noinclude>")
  • 11:48, 21 January 2024 Mahdipor talk contribs created page Template:Glossary (Created page with "<dl class="glossary {{{class|}}}" {{#if:{{{style|}}}|style="{{{style}}}"|}} {{#if:{{{id|}}}|id="{{{id}}}"|}}><noinclude>{{glossary end}} <!--Categories and interwikis go on the /doc page.--> {{Documentation}} </noinclude>")
  • 11:46, 21 January 2024 Mahdipor talk contribs created page Template:Flowlist/styles.css (Created page with ".flowlist ul { overflow-x: hidden; margin-left: 0; padding-left: 1.6em; } .flowlist ol { overflow-x: hidden; margin-left: 0; padding-left: 3.2em; } .flowlist dl { overflow-x: hidden; }")
  • 11:46, 21 January 2024 Mahdipor talk contribs created page Template:Flowlist (Created page with "<templatestyles src="Flowlist/styles.css" /><div class="flowlist {{{class|}}}" {{#if: {{{style|}}}|style="{{{style}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>")
  • 11:45, 21 January 2024 Mahdipor talk contribs created page Template:Defn (Created page with "<dd class="glossary {{{class|}}}" {{#if:{{{id|}}}|id="{{{id}}}"|{{#if:{{{term|}}}|id="{{{term}}}-defn{{{2|{{{no|1}}}}}}"|}}|}} {{#if:{{{style|}}}|style="{{{style}}}"|}}>{{#if:{{{2|{{{no|}}}}}}|{{{2|{{{no}}}}}}.  |}}{{{defn|{{{1|{{{content}}}}}}}}}</dd><noinclude> {{Documentation}}<!--Categories go in the /doc subpage.--> </noinclude>")
  • 11:44, 21 January 2024 Mahdipor talk contribs created page Module:Cslist (Created page with "p = {} p.makelist = function(frame) local args = frame.args if not args[1] then args = frame:getParent().args if not args[1] then return end end local semi = (args.semi or ""):sub(1,1):lower() semi = (semi == "t") or (semi == "y") local embedded = (args.embedded or ""):sub(1,1):lower() embedded = (embedded == "y") local out = "" for k, v in ipairs(args) do v = mw.text.trim(v) if v ~= "" then out = out .. "<li>" .. v .. "</li>" end end local listc...")
  • 11:43, 21 January 2024 Mahdipor talk contribs created page Template:Cslist/styles.css (Created page with "{{pp-template}}: make an inline list with either comma or semicolon separators: ul.cslist, ul.sslist { margin: 0; padding: 0; display: inline-block; list-style: none; } ul.cslist-embedded { display: inline; } .cslist li, .sslist li { margin: 0; padding: 0 0.25em 0 0; display: inline-block; } .cslist li:after { content: ", "; } .sslist li:after { content: "; "; } .cslist li:last-child:after, .sslist li:last-child:after {...")
  • 11:42, 21 January 2024 Mahdipor talk contribs created page Template:Cslist (Created page with "<templatestyles src="Cslist/styles.css" />{{#invoke:Cslist |makelist}}<noinclude> {{documentation}} </noinclude>")
  • 11:42, 21 January 2024 Mahdipor talk contribs created page Template:Columns-list (Created page with "<includeonly>{{#if:{{{1|}}}|{{{{{|safesubst:}}}#invoke:Template wrapper|wrap|_template=div col|_alias-map=1:content|colwidth=30em}}}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:Columns-list with unknown parameter "_VALUE_"|ignoreblank=y| 1 | class | content | colwidth | gap | rules | small | style }}<noinclude> {{document...")
  • 11:41, 21 January 2024 Mahdipor talk contribs created page Template:Tag (Created page with "<code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!-- Opening tag -->{{#switch:{{{2|pair}}} |c|close = |e|empty|s|single|v|void |o|open |p|pair = <{{#if:{{{link|}}}|tag}}}|{{{1|tag}}}|{{{1|tag}}}}}{{#if:{{{params|{{{attribs|}}}}}}| {{{params|{{{attribs}}}}}}}} }}<!-- Content between tags -->{{#switch:{{{2|pair}}} |c|close = {{{content|}}} |...")
  • 11:39, 21 January 2024 Mahdipor talk contribs created page Template:Navbox bottom (Created page with "<includeonly>{{#invoke:navbox top and bottom|bottom}}</includeonly><noinclude> {{documentation|Template:Navbox top/doc}}</noinclude>")
  • 11:38, 21 January 2024 Mahdipor talk contribs created page Template:Bulleted list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|bulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 11:36, 21 January 2024 Mahdipor talk contribs created page Template:Template link null (Created page with "<includeonly>{{#Invoke:Template link general|main|nolink=yes|code=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tnull}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
  • 11:36, 21 January 2024 Mahdipor talk contribs created page Template:Tnull (Redirected page to Template:Template link null) Tag: New redirect
  • 11:34, 21 January 2024 Mahdipor talk contribs created page Template:Wbr (Created page with "<wbr />​<noinclude> {{Documentation}} </noinclude>")
  • 11:33, 21 January 2024 Mahdipor talk contribs created page Module:Bold list (Created page with "-- Written by User:Ahecht in response to a thread at WP:VPI return { main = function(frame) args = {} for i, v in ipairs(frame:getParent().args) do table.insert(args, v) end conj = "'''" .. (#args > 2 and ", " or " ") .. (frame.args.conj or "or") .. " '''" return "'''"..mw.text.listToText(args, "''', '''", conj).."'''" end }")
  • 11:32, 21 January 2024 Mahdipor talk contribs created page Template:Bold list (Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:Bold list|main|conj={{{conj|or}}}}}</includeonly><noinclude>{{{{BASEPAGENAME}}|A|B|C}} {{Documentation}}</noinclude>")
  • 11:30, 21 January 2024 Mahdipor talk contribs created page Module:Transclusion count/data/U (Created page with "return { ["U"] = 218000, ["U.S._Roads_WikiProject"] = 15000, ["UEFA_player"] = 4700, ["UK"] = 4500, ["UKR"] = 11000, ["UK_legislation"] = 2200, ["URL"] = 360000, ["URL2"] = 9700, ["URS"] = 7000, ["URY"] = 2100, ["US$"] = 10000, ["US50_Invite"] = 3700, ["USA"] = 42000, ["USBill"] = 2200, ["USCGC"] = 2500, ["USCongRep-end"] = 4800, ["USCongRep-row"] = 5300, ["USCongRep-start"] = 4800, ["USCongressOrdinal"] = 5800, ["USCongressOrdinal/code"] = 5800, ["USD"] = 4700, ["USGS_g...")
  • 11:28, 21 January 2024 Mahdipor talk contribs created page Module:Template link general (Created page with "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(...")
  • 11:27, 21 January 2024 Mahdipor talk contribs created page Template:Tlx (Created page with "{{#Invoke:Template link general|main|code=on}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlx}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
  • 11:25, 21 January 2024 Mahdipor talk contribs created page Template:HTML lists (Created page with "{{navbox top |name= HTML lists |title=HTML lists |state=<includeonly>collapsed</includeonly> |above = More information: {{hlist | Help:List | WP:List dos and don'ts | WP:Manual of Style/Embedded lists | {{section link|WP:Manual of Style/Accessibility#Lists}} | WP:WikiProject Lists }} }} {| style="width:100%; text-align:left;" ! style="text-align:right;padding-right:0.5em;" | Flat | style="vertical-align:top; width:30%"| {| style="width:100%" ! style="fon...")
  • 11:24, 21 January 2024 Mahdipor talk contribs created page Template:Navbox lists (Created page with "{{navbox top |name= HTML lists |title=HTML lists |state=<includeonly>collapsed</includeonly> |above = More information: {{hlist | Help:List | WP:List dos and don'ts | WP:Manual of Style/Embedded lists | {{section link|WP:Manual of Style/Accessibility#Lists}} | WP:WikiProject Lists }} }} {| style="width:100%; text-align:left;" ! style="text-align:right;padding-right:0.5em;" | Flat | style="vertical-align:top; width:30%"| {| style="width:100%" ! style="fon...")
  • 11:22, 21 January 2024 Mahdipor talk contribs created page Template:Para (Created page with "<code class="tpl-para" style="word-break:break-word;{{SAFESUBST:<noinclude />#if:{{{plain|}}}|border: none; background-color: inherit;}} {{SAFESUBST:<noinclude />#if:{{{plain|}}}{{{mxt|}}}{{{green|}}}{{{!mxt|}}}{{{red|}}}|color: {{SAFESUBST:<noinclude />#if:{{{mxt|}}}{{{green|}}}|#006400|{{SAFESUBST:<noinclude />#if:{{{!mxt|}}}{{{red|}}}|#8B0000|inherit}}}};}} {{SAFESUBST:<noinclude />#if:{{{style|}}}|{{{style}}}}}">|{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{{1}}}&#61...")
  • 11:16, 21 January 2024 Mahdipor talk contribs created page Template:Pre/styles.css (Created page with "{{pp-template}}: .pre-borderless { border: none; }")
  • 11:15, 21 January 2024 Mahdipor talk contribs created page Template:Pre (Created page with "<templatestyles src="Pre/styles.css"/><pre<includeonly></includeonly> class="pre {{#ifeq:{{{border|}}}|no|pre-borderless}}" {{#if:{{{space|}}}{{{width|}}}{{{style|}}}|style="{{#if:{{{space|}}}|white-space: {{{space}}};}} {{#if:{{{width|}}}|width: {{{width}}};}} {{{style|}}}"}}><!-- -->{{#if:{{{1|}}}|{{{1}}}<noinclude>|Sample text</noinclude>}}<!-- -->{{#if:{{{2|}}}|{{!}}{{{2}}}}}<!-- -->{{#if:{{{3|}}}|{{!}}{{{3}}}}}<!-- -->{{#if:{{{4|}}}|{{!}}{{{4}}}}}<!-- -->{{#if:{{{5|...")
  • 11:13, 21 January 2024 Mahdipor talk contribs created page Template:Tl (Created page with "{{[[الگو:{{{1}}}|{{{1}}}]]}}<noinclude> {{توضیحات}} <!-- رده‌ها و میان‌ویکی‌ها را به زیرصفحهٔ /توضیحات بیافزایید. --> </noinclude>")
  • 11:11, 21 January 2024 Mahdipor talk contribs created page Template:Unbulleted list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 10:21, 21 January 2024 Mahdipor talk contribs moved page Template:Infobox Differences and religions/doc to Template:Differences and religions box/doc without leaving a redirect
  • 10:21, 21 January 2024 Mahdipor talk contribs moved page Template:Infobox Differences and religions to Template:Differences and religions box without leaving a redirect
  • 10:20, 21 January 2024 Mahdipor talk contribs created page Template:Party information box/doc (Created page with "<pre> {{Party information box | title = | image = | name = | Date of establishment = | Founder = | Leaders = | Goals = }} </pre>")
  • 10:18, 21 January 2024 Mahdipor talk contribs created page Template:Party information box (Created page with "{{Infobox | name = Party information box | child = {{{child|}}} | subbox = {{{subbox|}}} | italic title = {{{italic title|no}}} | templatestyles = | child templatestyles = | grandchild templatestyles = | bodystyle = font-size: 90%; line-height: unset; | titlestyle = | abovestyle = background-color:#CAE1FF; font-size:125%; font-weight: bold | subheaderstyle = | title = | above = {{#if:{{{title|}}}|{{{title...")
  • 10:09, 21 January 2024 Mahdipor talk contribs created page Template:City information box/doc (Created page with "{{City information box | Title = | Image = | Name = | Country = | Date of establishment = | Province = | Population = | Religious distribution = | Special feature = }}")
  • 10:09, 21 January 2024 Mahdipor talk contribs created page Template:City information box (Created page with "{{Infobox | name = City information box | child = {{{child|}}} | subbox = {{{subbox|}}} | italic title = {{{italic title|no}}} | templatestyles = | child templatestyles = | grandchild templatestyles = | bodystyle = font-size: 90%; line-height: unset; | titlestyle = | abovestyle = background-color:#CAE1FF; font-size:125%; font-weight: bold | subheaderstyle = | title = | above = {{#if:{{{title|}}}|{{{title|...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)