User contributions for Randombell
Jump to navigation
Jump to search
19 August 2025
- 12:0512:05, 19 August 2025 diff hist +1,147 N Template:Caution Created page with "{{Mbox | name = Caution | demospace = {{{demospace|}}} | style = {{{style|}}} | subst = <includeonly>{{subst:substcheck}}</includeonly> | type = style | image = {{#if:{{{image|}}} |[[File:{{{image}}}|{{{imagesize|40px}}}|Caution|link={{{imagelink|}}}]] |{{{imagesize|40px}}}|Caution|link={{{imagelink|}}}}} | small = {{{small|}}} | smallimage = {{#if:{{{image|}}} |File:{{{image}}}|{{{imagesize|40px}}}|Caution|link={{{imagelink..." current
- 12:0512:05, 19 August 2025 diff hist +1,231 N Template:Align/doc Created page with "{{Documentation subpage}} {{caution|'''Align Center does not function''' for the mobile view and mobile applications. Be aware that more than half of the Wikipedia visitors are via mobile.}} :'''''Note:''' If you trying to align a table column (left, center, or right) use Template:Table alignment.'' This is a generic template for handling the horizontal alignment of elements on a page. Use the template like this: {{tlx|align|''position''|''content''}}..." current
- 12:0512:05, 19 August 2025 diff hist +491 N Template:Align Created page with "{{safesubst<noinclude/>:#switch: {{safesubst<noinclude/>:lc:{{{1|center}}}}} |left = <div style="float: left;{{safesubst<noinclude/>:#if: {{{style|}}} | {{{style}}};}}">{{{2}}}</div> |right = <div style="float: right;{{safesubst<noinclude/>:#if: {{{style|}}} | {{{style}}};}}">{{{2}}}</div> |center = {{safesubst<noinclude/>:center|{{{2}}}|style={{{style|}}} }} |#default = Error in Template:Align: the alignment setting "{{{1}}}" is invalid. }}<noinclude> {{documentatio..." current
- 12:0412:04, 19 August 2025 diff hist +830 N Template:Legend inline Created page with "<includeonly><!-- --><templatestyles src="Legend/styles.css" /><!-- --><span class="legend nowrap"><!-- --><span class="legend-color mw-no-invert" style="forced-color-adjust: none; <!-- -->{{#if:{{{border|}}}|border: {{{border}}};|{{#if:{{{outline|}}}|border: 1px solid {{{outline}}};}}}}<!-- -->{{#if:{{{1|}}}|{{greater color contrast ratio|{{{1}}}|white|black|css=y}}}}<!-- -->{{#if:{{{textcolor|}}}|color:{{{textcolor}}};}}<!-- -->{{#if:{{{size|}}}|font-size:{{{size}}};..." current
- 12:0412:04, 19 August 2025 diff hist +8,756 N Template:Greater color contrast ratio/doc Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Lua|Module:Color contrast}} This template determines the pair of colors with the larger contrast ratio: color1/color2 or color1/color3. This is useful for selecting a foreground/background color pair. For accessibility, [http://www.w3.org/TR/WCAG20/#visual-audio-contrast WCAG 2.0 AA guidelines] require a contras..." current
- 12:0412:04, 19 August 2025 diff hist +121 N Template:Greater color contrast ratio Created page with "<includeonly>{{safesubst:#invoke:Color contrast|greatercontrast}}</includeonly><noinclude> {{documentation}} </noinclude>" current
- 12:0312:03, 19 August 2025 diff hist +3,602 N Module:Infobox television season name/doc Created page with "{{Lua|Module:Arguments|Module:Country adjective|Module:Delink|Module:String|noprotcat=yes}} '''Module:Infobox television season name''' is used to validate or create a formatted season link for use in Template:Infobox television season. == Usage == * {{Mlx|{{BASEPAGENAME}}|isPrevOrNextSeasonLinkValid}} * {{Mlx|{{BASEPAGENAME}}|isPrevSeasonLinkValid}} * {{Mlx|{{BASEPAGENAME}}|isNextSeasonLinkValid}} * {{Mlx|{{BASEPAGENAME}}|getPrevSeasonArticle}} * {{Mlx|{{BASEPAGEN..." current
- 12:0312:03, 19 August 2025 diff hist +15,289 N Module:Infobox television season name Created page with "require('strict') local match = require("Module:String")._match local p = {} --- Returns a formatted link to the list of episodes article. --- @param listOfEpisodesArticle string --- @return string local function getListOfEpisodesLink(listOfEpisodesArticle) local listOfEpisodesPage = mw.title.new(listOfEpisodesArticle, 0) if listOfEpisodesPage and listOfEpisodesPage.exists and listOfEpisodesPage.redirectTarget ~= mw.title.getCurrentTitle() then return string.format..." current
- 12:0312:03, 19 August 2025 diff hist +5,617 N Template:Infobox television season Created page with "<includeonly>{{Main other|{{Short description|Season of television series|2=noreplace}}}}<!-- -->{{#invoke:Infobox television season name|getItalicTitle}}</includeonly> {{Infobox | bodyclass = vevent | aboveclass = summary | abovestyle = background-color: {{If empty |{{{bg_colour|}}} |{{{bg_color|}}} |{{{bgcolour|}}} |{{{bgcolor|}}} |#CCCCFF }}; color: {{Greater color contrast ratio|{{If empty |{{{bg_colour|}}} |{{{bg_color|}}} |{{{bgcolour|}}} |{{{bgcolor|..." current
- 12:0212:02, 19 August 2025 diff hist +2,114 N Module:Infobox television season disambiguation check/doc Created page with "{{Lua|Module:Arguments|Module:Television infoboxes disambiguation check|Module:Infobox television disambiguation check}} '''Module:Infobox television season disambiguation check''' is used to validate the disambiguation of a page using {{tl|Infobox television season}}. == What it does == The module preforms two checks: # It checks by a series of validations if one of the accepted WP:NCTV disambiguation styles appears in the parenthesis. If it is incorrect, it plac..." current
- 12:0212:02, 19 August 2025 diff hist +3,054 N Module:Infobox television season disambiguation check Created page with "-- This module requires the use of the following modules. local getArgs = require('Module:Arguments').getArgs local validateDisambiguation = require('Module:Television infoboxes disambiguation check') local p = {} local validDisambiguationTypeList = { "TV series, season", "TV series, series", "season", "series" } local validDisambiguationPatternList = { validateDisambiguation.DisambiguationPattern{pattern = "^(%d+) ([%D]+) TV series, season (%d+)$", type = 8}, --..." current
- 12:0112:01, 19 August 2025 diff hist +2,035 N Module:Infobox television disambiguation check/doc Created page with "{{Lua|Module:Arguments|Module:Television infoboxes disambiguation check}} '''Module:Infobox television disambiguation check''' is used to validate the disambiguation of a page using {{tl|Infobox television}}. == What it does == The module preforms two checks: # It checks by a series of validations if one of the accepted WP:NCTV disambiguation styles appears in the parenthesis. If it is incorrect, it places the page in :Category:Television articles with incorrect..." current
- 12:0112:01, 19 August 2025 diff hist +3,170 N Module:Infobox television disambiguation check Created page with "-- This module requires the use of the following modules. local getArgs = require('Module:Arguments').getArgs local validateDisambiguation = require('Module:Television infoboxes disambiguation check') local p = {} local validDisambiguationTypeList = { "TV series", "TV programme", "TV program", "TV film", "film", "miniseries", "serial", "game show", "talk show", "web series" } local validDisambiguationPatternList = { validateDisambiguation.DisambiguationPat..." current
- 12:0012:00, 19 August 2025 diff hist +349 N Module:If preview/styles.css Created page with "→{{pp|small=yes}}: .preview-warning { font-style: italic; →@noflip: padding-left: 1.6em; margin-bottom: 0.5em; color: var(--color-error, red); } →The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .preview-warning + link + .preview-warning { margin-top: -0.5em; }" current
- 12:0012:00, 19 August 2025 diff hist +1,202 N Template:If both/doc Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> __NOTOC__ This helper template is designed to be used in other templates. It can help editors create template code that is self documenting. === Usage === If '''a''' and '''b''' then true. If '''a''' nor '''b''' then false. If either '''a''' or '''b''' then false. It can be u..." current
- 11:5911:59, 19 August 2025 diff hist +214 N Template:If both Created page with "{{safesubst:<noinclude/>#if:{{{1|}}}| {{safesubst:<noinclude/>#if:{{{2|}}}|{{{3|}}}|{{{4|}}}}} |{{{4|}}} }}<noinclude> {{Documentation}} <!-- PLEASE ADD CATEGORIES TO THE /doc SUBPAGE, THANKS --> </noinclude>" current
- 11:5811:58, 19 August 2025 diff hist +213,675 N Module:Params/doc Created page with "<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Module rating|release}} {{Side box | image = 48px|alt=|link= | above = '''About the latest changes''' | text = See the '''ChangeLog''' | below = <small>Last update: {{#time:j xg Y|{{REVISIONTIMESTAMP:Module:Params}}}}</small><br /><small>Testcases · Module:Params/doc/examples|Exam..." current
- 11:5711:57, 19 August 2025 diff hist +70,319 N Module:Params Created page with "requirestrict --- --- --- LOCAL ENVIRONMENT --- --- ________________________________ --- --- --- --Abstract utilities -- ---------------------------- -- Helper function for `string.gsub()` (for managing zero-padded numbers) local function zero_padded (str) return ('%03d%s'):format(#str, str) end -- Helper function for `table.sort()` (for natur..." current
- 11:5611:56, 19 August 2025 diff hist +1,975 N Template:Template journal inline/styles.css Created page with "→{{pp-template}}: span.tj-tape { padding: 1px 4px; font-family: monospace; font-size: 1rem; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; background-color: var(--background-color-neutral-subtle, #f8f8f8); color: var(--color-emphasized, #101418); border: 1px solid var(--border-color-muted, #eaecf0); line-height: 1.3; tab-size: 4; vertical-align: baseline; border-radius: 2px; margin: 0; } span.tj-tape span.tj-tn, span.tj-tape span.tj-tn..." current
- 11:5511:55, 19 August 2025 diff hist +834 N Template:Template journal inline Created page with "<includeonly>{{#if:{{{1|}}} |<templatestyles src="Template:Template journal inline/styles.css" /><span class="tj-tape"><span class="tj-nc">{{</span><span class="tj-tn">[[Template:{{#if:x|{{{1}}}}}|{{#if:x|{{{1}}}}}]]</span>{{#invoke:params|sequential|cutting|1|0|squeezing|trimming_values|setting|hi|<wbr /><span class{{=}}"tj-nc">|</span>|mapping_by_replacing|^[^:]+$|<span class{{=}}"tj-ac">%0</span>|1|mapping_by_replacing|^([^:].-)%s*:%s*(.*)$|<span class..." current
- 11:5511:55, 19 August 2025 diff hist +93 N Template:Tji Redirected page to Template:Template journal inline current Tag: New redirect
- 11:5411:54, 19 August 2025 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
- 11:5411:54, 19 August 2025 diff hist +88 N Template:Tnull Redirected page to Template:Template link null current Tag: New redirect
- 11:5311:53, 19 August 2025 diff hist +231 N Template:Tlnull 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
- 11:5211:52, 19 August 2025 diff hist +5,891 N Module:Aligned table Created page with "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth'..." current
- 11:5211:52, 19 August 2025 diff hist +188 N Template:Aligned table Created page with "{{<includeonly>safesubst:</includeonly>#invoke:aligned table|table}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
- 11:4911:49, 19 August 2025 diff hist +10,864 N Template:Template link general/doc Created page with "{{Documentation subpage}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> {{tsh|{{{1|tlg}}}|{{{2|}}}}} {{lua|Module:Template link general}} This template, often abbreviated as {{tlnull|{{#switch:{{lc:{{ROOTPAGENAME}}}} | tlg | template link general = tlg | tlb | template link with bold = tlb | tlc | template link code = tlc | tlw ||template link with linked braces = tlw | tlf | template link with..." current
- 11:4811:48, 19 August 2025 diff hist +95 N Template:Tlg/doc Redirected page to Template:Template link general/doc current Tag: New redirect
- 11:4811:48, 19 August 2025 diff hist +200 N Template:Template link expanded with subst Created page with "{{#Invoke:Template link general|main|code=on|subst=on}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlxs}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>" current
- 11:4711:47, 19 August 2025 diff hist +95 N Template:Slink Redirected page to Template:Section link current Tag: New redirect
- 11:4711:47, 19 August 2025 diff hist +6,339 N Module:Page/doc Created page with "{{used in system}} {{Module rating|release}} {{Lua|Module:CallAssert|Module:Protect}} This module is meant to allow the goodies listed in {{slink|mw:Extension:Scribunto/Lua reference manual#Title objects}} to be accessed by people who do not want to write a Lua module. Usage is: <code><nowiki>{{#invoke:Page|</nowiki>'''function'''|''parameters''<nowiki>}}</nowiki></code> == Functions== In the usage above, '''function''' is one of the following fields or functions for t..." current
- 11:4611:46, 19 August 2025 diff hist +1,990 N Module:Page Created page with "local callAssert = require('Module:CallAssert') local function main(frame, field) local args, pargs = frame.args, ( frame:getParent() or {} ).args or {} local makeTitle=args.makeTitle or pargs.makeTitle local namespace=args.namespace or pargs.namespace or "" local fragment=args.fragment or pargs.fragment or "" local interwiki=args.interwiki or pargs.interwiki or "" local page=args.page or args[1] or pargs.page or pargs[1] or "" local id= tonumber( args.id or parg..." current
- 11:4611:46, 19 August 2025 diff hist +103 N Template:Tlxs Redirected page to Template:Template link expanded with subst current Tag: New redirect
- 11:4611:46, 19 August 2025 diff hist +183 N Template:Str endswith Created page with "{{#ifeq:{{{1|a}}}{{{2|a}}}|{{{1|b}}}{{{2|b}}}|{{#invoke:String|endswith|source={{{1}}}|pattern={{{2}}} }}|yes<!--backward compatibility -->}}<noinclude> {{documentation}} </noinclude>" current
- 11:4511:45, 19 August 2025 diff hist +238 N Template:Template link bare Created page with "{{#if:{{str endswith|{{{1}}}|%}} <!--(i.e. if {{{1}}} is a percentage)--> | [[Template:{{{2}}}|<span style="font-size:{{{1}}};">{{{3|{{{2}}}}}}</span>]] | [[Template:{{{1}}}|{{{2|{{{1}}}}}}]] }}<noinclude> {{Documentation}} </noinclude>" current
- 11:4511:45, 19 August 2025 diff hist +88 N Template:Tlbare Redirected page to Template:Template link bare current Tag: New redirect
- 11:4411:44, 19 August 2025 diff hist +3,562 N Template:Namespace and pagename-detecting templates Created page with "{{Navbox | name = Namespace and pagename-detecting templates | state = {{{state|{{{1|<noinclude>expanded</noinclude>}}}}}} | bodyclass=hlist | title = Namespace and pagename-detecting templates | group1 = Namespace | list1 = {{Navbox |child |groupstyle=font-weight:normal; | group1 = Particular | list1 = * {{tlbare|Main other}} * {{tlbare|Talk other}} * {{tlbare|Category other}} * {{tlbare|Draft other}} * {{tlbare|File other}} ** {{tlbare|..." current
- 11:4411:44, 19 August 2025 diff hist +268 N Module:Navbox with collapsible groups Created page with "-- This module implements {{Navbox with collapsible groups}} local Navbox = require('Module:Navbox') return { _navbox = function (frame) return Navbox._withCollapsibleGroups(frame) end, navbox = function (frame) return Navbox['with collapsible groups'](frame) end }" current
- 11:4311:43, 19 August 2025 diff hist +7,918 N Template:String-handling templates Created page with "{{#invoke:Navbox with collapsible groups|navbox | name = String-handling templates | state = {{{state|expanded}}} | bodyclass = plainlist | title = String-handling templates (help page) | selected = {{{selected|{{{expanded|{{{1|}}}}}}}}} <!---------------------- Trimming -------------------------> | abbr1 = sub | sect1 = Substring (select chunk of string by its position) | content1 = {{Aligned table |fullwidth=on |style=text-align: left; |..." current
- 11:4211:42, 19 August 2025 diff hist 0 File:Cascade-protection-shackle.svg Randombell uploaded a new version of File:Cascade-protection-shackle.svg current
- 11:4011:40, 19 August 2025 diff hist 0 N File:Cascade-protection-shackle.svg No edit summary
- 11:3811:38, 19 August 2025 diff hist +477 N Template:Cascade-protected template Created page with "{{mbox | type = protection | image = 40x40px|link=|alt= | text = This {{{page|template}}} can only be edited by administrators because it is transcluded onto one or more cascade-protected pages. }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! --> </noinclude>" current
- 11:3811:38, 19 August 2025 diff hist +2,927 N Template:Talk other/doc Created page with "{{Documentation subpage}} {{cascade-protected template}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> This is the {{tl|talk other}} meta-template. This template helps other templates detect if they are on a talk page or some "other" type of page. == Usage == This template usually takes two parameters, like this: <syntaxhighlight lang="wikitext"> {{talk other | Talk pages text | Other pages t..." current
- 11:3611:36, 19 August 2025 diff hist +360 N Template:Talk other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{TALKSPACE}} | talk | other }} }} | talk = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} </noinclude>" current
- 11:3611:36, 19 August 2025 diff hist +1,577 N Template:Trim/doc Created page with "{{Documentation subpage}} {{notice|This template is for trimming whitespace from strings. For the maintenance tag for images, see {{tl|trimming}}}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template trims leading and trailing (but not interior) whitespace from a string. The string should be passed as the first unnamed parameter. The parameter must be named {{para|1}} if its value contains a <code>=</code> character. You may WP:SUBS..." current
- 11:3511:35, 19 August 2025 diff hist +97 N Template:Trim Created page with "<includeonly>{{safesubst:#if:1|{{{1|}}}}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
- 11:3411:34, 19 August 2025 diff hist +716 N Template:Infobox television/Short description/doc Created page with "{{Documentation subpage}} This template is used for generating a short description for {{t|Infobox television}}. It uses that template's {{para|released}} or {{para|first_aired}}, and {{para|country}} parameters to generate the short description. The short description will generate as: <code><{{var|year}}> <{{var|country}}> TV series or program/me</code>. If a project has multiple entries for {{para|country}}, the short description will generate as: <code><{{var|year}}..." current
- 11:3411:34, 19 August 2025 diff hist +1,182 N Template:Infobox television/Short description Created page with "{{main other| {{#if:{{Has short description}} |<!--Do nothing--> |{{#if:{{#invoke:Is infobox in lead|main|[Ii]nfobox [Tt]e?l?e?[Vv]}} |{{trim|1={{short description|2=noreplace|{{if both|{{If empty|{{{released|}}}{{{first_aired|}}}}}|{{#invoke:String|match|{{If empty|{{{released|}}}{{{first_aired|}}}}}|[12]%d%d%d|match=1|nomatch=}}|{{#invoke:String|match|{{If empty|{{{released|}}}{{{first_aired|}}}}}|[12]%d%d%d|match=1|nomatch=}}}} {{#if:{{{country|}}}|{{Pluralize from te..." current
- 11:3311:33, 19 August 2025 diff hist +189 N Module:If preview/configuration/doc Created page with "This module does the actual work for determining if the page is in preview mode. It is a separate module so <code>mw.loadData</code> can only run it once per page, rather than once per use." current
- 11:3211:32, 19 August 2025 diff hist +842 N Module:If preview/configuration Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyl..." current