User contributions for Mahdipor
21 January 2024
- 15:3515:35, 21 January 2024 diff hist +428 N 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>" current
- 15:3515:35, 21 January 2024 diff hist +1,070 N 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;'..." current
- 15:3315:33, 21 January 2024 diff hist +673 N 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;..." current
- 15:3215:32, 21 January 2024 diff hist +394 N 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>" current
- 15:3015:30, 21 January 2024 diff hist +41 N Module:Shortcut/config/doc Created page with "{{Module rating |protected}} {{high-use}}" current
- 15:2915:29, 21 January 2024 diff hist +1,240 N 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..." current
- 15:2815:28, 21 January 2024 diff hist +4,338 N 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..." current
- 15:2615:26, 21 January 2024 diff hist +7,111 N 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("%[%[.-..." current
- 15:2515:25, 21 January 2024 diff hist +608 N 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..." current
- 15:2415:24, 21 January 2024 diff hist +105 N Template:Template shortcuts Created page with "<includeonly>{{#invoke:Shortcut|main|template=yes}}</includeonly><noinclude>{{Documentation}}</noinclude>" current
- 15:2315:23, 21 January 2024 diff hist +3,838 N 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)..." current
- 15:2215:22, 21 January 2024 diff hist +196 N 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>" current
- 15:2115:21, 21 January 2024 diff hist +629 N 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..." current
- 15:2115:21, 21 January 2024 diff hist +1,598 N 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: {{{..." current
- 15:2015:20, 21 January 2024 diff hist +178 N 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>" current
- 15:1915:19, 21 January 2024 diff hist +106 N Template:Navbox top Created page with "<includeonly>{{#invoke:navbox top and bottom|top}}</includeonly><noinclude> {{documentation}} </noinclude>" current
- 15:1815:18, 21 January 2024 diff hist +156 N Template:Glossary end Created page with "<noinclude><dl></noinclude></dl><!--end glossary--><noinclude> {{Documentation|Template:Glossary/doc}}<!--Categories go in the /doc subpage.--> </noinclude>" current
- 15:1815:18, 21 January 2024 diff hist +221 N 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>" current
- 15:1615:16, 21 January 2024 diff hist +192 N 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; }" current
- 15:1615:16, 21 January 2024 diff hist +201 N 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>" current
- 15:1515:15, 21 January 2024 diff hist +345 N 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>" current
- 15:1415:14, 21 January 2024 diff hist +748 N 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..." current
- 15:1315:13, 21 January 2024 diff hist +496 N 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 {..." current
- 15:1215:12, 21 January 2024 diff hist +112 N Template:Cslist Created page with "<templatestyles src="Cslist/styles.css" />{{#invoke:Cslist |makelist}}<noinclude> {{documentation}} </noinclude>" current
- 15:1215:12, 21 January 2024 diff hist +495 N 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..." current
- 15:1115:11, 21 January 2024 diff hist +835 N 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|}}} |..." current
- 15:0915:09, 21 January 2024 diff hist +132 N Template:Navbox bottom Created page with "<includeonly>{{#invoke:navbox top and bottom|bottom}}</includeonly><noinclude> {{documentation|Template:Navbox top/doc}}</noinclude>" current
- 15:0815:08, 21 January 2024 diff hist +179 N 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>" current
- 15:0615:06, 21 January 2024 diff hist +231 N 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>" current
- 15:0615:06, 21 January 2024 diff hist +41 N Template:Tnull Redirected page to Template:Template link null current Tag: New redirect
- 15:0415:04, 21 January 2024 diff hist +56 N Template:Wbr Created page with "<wbr /><noinclude> {{Documentation}} </noinclude>" current
- 15:0315:03, 21 January 2024 diff hist +334 N 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 }" current
- 15:0215:02, 21 January 2024 diff hist +156 N Template:Bold list Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:Bold list|main|conj={{{conj|or}}}}}</includeonly><noinclude>{{{{BASEPAGENAME}}|A|B|C}} {{Documentation}}</noinclude>" current
- 15:0015:00, 21 January 2024 diff hist +5,871 N 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..." current
- 14:5814:58, 21 January 2024 diff hist +4,323 N 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(..." current
- 14:5714:57, 21 January 2024 diff hist +190 N 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>" current
- 14:5514:55, 21 January 2024 diff hist +4,084 N 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..." current
- 14:5514:55, 21 January 2024 diff hist −4,051 Template:Navbox lists Redirected page to Template:HTML lists current Tag: New redirect
- 14:5414:54, 21 January 2024 diff hist +4,084 N 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..."
- 14:5214:52, 21 January 2024 diff hist +608 N 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}}}=..." current
- 14:4814:48, 21 January 2024 diff hist −22 Template:Pre/styles.css No edit summary current
- 14:4714:47, 21 January 2024 diff hist −984 Template:Pre No edit summary current
- 14:4614:46, 21 January 2024 diff hist +56 N Template:Pre/styles.css Created page with "→{{pp-template}}: .pre-borderless { border: none; }"
- 14:4514:45, 21 January 2024 diff hist +1,206 N 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|..."
- 14:4414:44, 21 January 2024 diff hist −44 Template:Tl No edit summary current
- 14:4314:43, 21 January 2024 diff hist +211 N Template:Tl Created page with "{{[[الگو:{{{1}}}|{{{1}}}]]}}<noinclude> {{توضیحات}} <!-- ردهها و میانویکیها را به زیرصفحهٔ /توضیحات بیافزایید. --> </noinclude>"
- 14:4114:41, 21 January 2024 diff hist +181 N 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>" current
- 14:1814:18, 21 January 2024 diff hist +732 Template:Infobox person No edit summary current
- 14:1514:15, 21 January 2024 diff hist +6 Draft:Hazem Hassanein No edit summary current
- 13:5213:52, 21 January 2024 diff hist −4 Template:Differences and religions box/doc No edit summary current