User contributions for Randombell
Jump to navigation
Jump to search
20 August 2025
- 09:5609:56, 20 August 2025 diff hist +145 N Template:No wrap Created page with "<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc page; interwikis go to Wikidata. --> </noinclude>" current
- 09:5509:55, 20 August 2025 diff hist +1,731 N Template:Escape template list Created page with "{| class="wikitable" style="text-align: center;" <includeonly> |+ {{Navbar|Escape template list|text=This table:|style="float: right;"}} </includeonly> |- ! scope="col" style="width: 7.0em;" | {{no wrap|Template call}}<br>{{normal|('''m''' for magic word)}} !! scope="col" style="width: 5.75em;" | {{no wrap|Output}} {{normal|(delayed interpretation as wikimarkup)}} !! scope="col" style="width: 9.0em;" | {{no wrap|HTML alternative}} {{normal|(never interpreted as wiki..." current
- 09:5509:55, 20 August 2025 diff hist +44 N Template:)) Created page with "}}<noinclude> {{documentation}} </noinclude>" current
- 09:5409:54, 20 August 2025 diff hist +44 N Template:(( Created page with "{{<noinclude> {{documentation}} </noinclude>" current
- 09:5409:54, 20 August 2025 diff hist +2,386 N Template:Braces/doc Created page with "{{Documentation subpage}} * This template returns the first unnamed parameter in double braces. To be used to demonstrate template code without the need for clunky nowiki'ing. Further unnamed parameters (up to 8 more) can be used without worrying for pipes. * Set {{mono|code{{=}}on}}{{\}}{{mono|code{{=}}true}}{{\}}etc. to switch the font used to the HTML <nowiki><code></nowiki>-style monospaced font. * To improve legibility, {{tl|thin space}}s are inserted either side o..." current
- 09:5309:53, 20 August 2025 diff hist +697 N Template:Braces Created page with "{{#if:{{{code|{{{tt|}}}}}}|<code>}}<!-- -->{{((}}{{{1|{{thin space}}}}}<!-- -->{{#if:{{{2|}}} |{{thin space}}{{!}}{{thin space}}{{{2}}}}}<!-- -->{{#if:{{{3|}}} |{{thin space}}{{!}}{{thin space}}{{{3}}}}}<!-- -->{{#if:{{{4|}}} |{{thin space}}{{!}}{{thin space}}{{{4}}}}}<!-- -->{{#if:{{{5|}}} |{{thin space}}{{!}}{{thin space}}{{{5}}}}}<!-- -->{{#if:{{{6|}}} |{{thin space}}{{!}}{{thin space}}{{{6}}}}}<!-- -->{{#if:{{{7|}}} |{{thin space}}{{!}}{{thin space}}{{{7}}}}}<!-- -->..." current
- 09:5309:53, 20 August 2025 diff hist +44 N Template:!- Created page with "|-<noinclude> {{documentation}} </noinclude>" current
- 09:5109:51, 20 August 2025 diff hist +9,754 N Template:Markup/doc Created page with "{{Documentation subpage}} {{TemplateStyles|Template:Markup/styles.css}} <!-- Categories where indicated at the bottom of this page, please. --> {{TOC right |limit=2}} This template is used to present markup or code side by side with the output it renders. ==Usage== Each pair of {{tl|Markup}}'s arguments should be two copies of some wikitext markup, with the first of the pair enclosed in {{xtag|nowiki}} tags. The template produces output in two columns, the first sh..." current
- 09:4909:49, 20 August 2025 diff hist +948 N Template:Xtag/list Created page with "For a machine-generated list, see Special:Version#mw-version-parser-extensiontags. It may include tags not documented here. ;Parser tags :{{xtag|gallery}}, {{xtag|includeonly}}, {{xtag|noinclude}}, {{xtag|nowiki}}, {{xtag|onlyinclude}}, {{xtag|pre}} ;Extension tags :{{xtag|categorytree}}, {{xtag|charinsert}}, {{xtag|chem}} (alias {{xtag|ce}}), {{xtag|graph}}, {{xtag|hiero}}, {{xtag|imagemap}}, {{xtag|indicator}}, {{xtag|inputbox}}, {{xtag|mapframe}}, {{xtag|maplink..." current
- 09:4909:49, 20 August 2025 diff hist +2,839 N Template:Xtag/doc Created page with "{{Documentation subpage}}<!----Categories where indicated at the bottom of this page, please----> This template adds a formatted MediaWiki parser or extension tag that links to the help or extension page. This template is similar to {{tl|tag}}, but it links the tag and defaults to open. ===Parser and extension tags=== <section begin="xtag" />{{Xtag/list}}<section end="xtag" /> ===Parameters=== * '''first parameter''' ''(mandatory)'': the name of the HTML tag * '''sec..." current
- 09:4909:49, 20 August 2025 diff hist +2,068 N Template:Xtag Created page with "<code class="nowrap">{{#switch:{{{2|pair}}} |c|close = <!--nothing--> |s|single |o|open |p|pair = <{{#switch:{{{1|}}} |categorytree=categorytree |charinsert=charinsert |ce=ce |chem=chem |gallery=gallery |graph=graph |hiero=hiero |includeonly=Help:Templat..." current
- 09:4809:48, 20 August 2025 diff hist +216 N Template:Example Created page with "<templatestyles src="Example/styles.css"/> {{Userbox |id = 40px |info = This is an example of a template. For help with templates, see Help:Template. }}<noinclude> {{Documentation}} </noinclude>" current
- 09:4709:47, 20 August 2025 diff hist +15,672 N Template:Userbox/doc Created page with "{{Documentation subpage}} {{Lua|Module:Userbox}} {{May be substituted}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> This template can be used to quickly create a userbox for display on a user's user page without having to know HTML or Wikitable syntax. '''''Nonfree images must not be displayed in userboxes, and are subject to summary removal by any editor without any notic..." current
- 09:4609:46, 20 August 2025 diff hist +619 N Template:May be substituted/doc Created page with "{{Documentation subpage}} {{tsh|May subst}} {{never substitute}} ==Usage== <code><nowiki>{{May be substituted}}</nowiki></code> This template should be placed on the <big>documentation subpage</big> (not the template page itself) of any template that may be substituted (but may also be transcluded). {{List of subst helper templates}} <includeonly>{{sandbox other|| <!-- Categories bel..." current
- 09:4609:46, 20 August 2025 diff hist +78 N Template:May be substituted Created page with "{{Always substitute|yesnomaybe=may}}<noinclude> {{Documentation}} </noinclude>" current
- 09:4509:45, 20 August 2025 diff hist +13,211 N Module:Userbox Created page with "-- This module implements {{userbox}}. local categoryHandler = require('Module:Category handler').main local p = {} -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- local function checkNum(val, default) -- Checks whether a value is a number greater than or equal to zero. If so, -- returns it as a number. If not, returns a default valu..." current
- 09:4509:45, 20 August 2025 diff hist +187 N Template:Userbox Created page with "{{#invoke:userbox|userbox}}{{template other|__EXPECTUNUSEDTEMPLATE__}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 09:4409:44, 20 August 2025 diff hist +90 N Template:Example/styles.css Created page with "→This is an example of a stylesheet.: .wikipediauserbox { font-variant: small-caps; }" current
- 09:4309:43, 20 August 2025 diff hist +197 N Template:Template link with subst Created page with "{{#Invoke:Template link general|main|subst=yes}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tls|tlsp}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>" current
- 09:4309:43, 20 August 2025 diff hist +94 N Template:Tls Redirected page to Template:Template link with subst current Tag: New redirect
- 09:4209:42, 20 August 2025 diff hist +3,819 N Template:Nutshell/doc Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Nosubst}} This template presents a concise summary at the top of administration pages. It is placed below the title and other infoboxes and above the first paragraph of the main body. * Use the nutshell summary to make Wikipedia more invi..." current
- 09:4209:42, 20 August 2025 diff hist +629 N Template:Nutshell Created page with "{{main other|{{error|Template:Nutshell should not be used in articles. Please remove it from this page.|tag=div}}|{{mbox | class = nutshell | image = 30px|link=|alt= | text = '''{{{title|This page}}} in a nutshell:''' {{#if:{{{2|}}} | {{unordered list|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}}} | {{{1}}} }} | imageright = {{#if:{{{shortcut|{{{shortcut1|}}}}}} | {{Ombox/shortcut|{{{shortcut|{{{shortcut1|}}}}}}|{{{shortcut2|}}}|{{{shortcut3|}}}|{{{short..." current
- 09:4109:41, 20 August 2025 diff hist +2,726 N Template:Template link interwiki/doc Created page with "{{Documentation subpage}} <!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----> {{nutshell|<code>-styled {{tl|tl}} that can link to sister projects.}} {{tsh|Tliw|Tl2}} This is the {{tl|tl2}} template. {{tlf|tl2}} is similar to {{tl|tl}}. '''Tl''' stands for '''T'''emplate '''l'''ink. {{tlf|tl2}} is a macro template used to display a template name as a link surrounded by braces, thus showing h..." current
- 09:4109:41, 20 August 2025 diff hist +2,435 N Template:Category links short/doc Created page with "{{Documentation subpage}} __NOTOC__ {{tsh|Lcs}} <!----Categories where indicated at the bottom of this page, please; interwikis to Wikidata----> == About == Template:Lcs is a smaller variant of Lc with pleasant output also on browsers which don't support <code>·</code>. Template:Lcs allows one parameter, the name of an existing category. It can be used on talk and user pages related to an existing..." current
- 09:4109:41, 20 August 2025 diff hist +1,022 N Template:Category links short Created page with "<span class="plainlinksneverexpand" style="padding-right:3px;"><!-- -->[[:Category:{{PAGENAME:{{{1|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly>}}}}}<!-- -->|Category:{{PAGENAME:{{{1|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly>}}}}}<!-- -->]]</span><!-- --><span class="plainlinks" style="font-size:85%;"><!-- -->([{{fullurl:Category:{{PAGENAME:{{{1|<includeonly>{{</includeonly>PAGENAME<includeonly>}}</includeonly>}}}}}|ac..." current
- 09:4009:40, 20 August 2025 diff hist +90 N Template:Lcs Redirected page to Template:Category links short current Tag: New redirect
- 09:4009:40, 20 August 2025 diff hist +863 N Template:Template link interwiki Created page with "<!-- Subst of {{Tl2}} follows --><code><nowiki>{{</nowiki>[[:{{ safesubst:<noinclude/>#if: {{{sister|}}} | {{{sister}}}: }}{{ safesubst:<noinclude/>#if: {{{lang|}}} | {{{lang}}}: }}{{ safesubst:<noinclude/>ns:Template }}:{{{1}}}|{{{1}}}]]{{ safesubst:<noinclude/>#if: {{{2|}}} | |{{{2}}} }}{{ safesubst:<noinclude/>#if: {{{3|}}} | |{{{3}}} }}{{ safesubst:<noinclude/>#if: {{{4|}}} | |{{{4}}} }}{{ safesubst:<noinclude/>#if: {{{5|}}} | |{{{5}}} }}{{ safesu..." current
- 09:4009:40, 20 August 2025 diff hist +93 N Template:Tl2 Redirected page to Template:Template link interwiki current Tag: New redirect
- 09:3909:39, 20 August 2025 diff hist +1,590 N Template:Fake heading/doc Created page with "{{documentation subpage}} {{ombox|type=content|text=Don't use this template in articles. See WP:PSEUDOHEAD}} {{template shortcut|fhead|Fake header|Fake title|Fakeheader|Fakeheading}} {{TemplateStyles|Template:Fake heading/styles.css}} ==Usage== This template is used to create examples of section heading wiki markup in help and similar pages and should NOT be used in articles. Fake headings do not appear in the H:TOC|table of..." current
- 09:3909:39, 20 August 2025 diff hist +480 N Template:Fake heading Created page with "{{main other |1={{error|Per WP:PSEUDOHEADING fake headings should not be used in articles.}}Category:Pages with templates in the wrong namespace |2=<templatestyles src="Template:Fake_heading/styles.css" /><div class="fake-heading {{#switch: {{{level|{{{sub|}}}}}} | 1 = h1 | 2 | #default = h2 | 3 = h3 | 4 | 5 | 6 = h4 }}">{{{1|Section}}}</div>}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinc..." current
- 09:3909:39, 20 August 2025 diff hist +1,148 N Template:Fake heading/styles.css Created page with "→{{pp-template}}: .fake-heading { color: var(--color-emphasized, #000000); background: none; margin: 0; overflow: hidden; padding-bottom: 0.17em; page-break-after: avoid; padding-top: 0.5em; } .fake-heading.h1, .fake-heading.h2 { border-bottom: 1px solid var(--border-color-base, #a2a9b1); margin-bottom: 0.25em; margin-top: 1em; padding: 0; font-family: 'Linux Libertine','Georgia','Times','Source Serif Pro',serif; line-height: 1.375; } body.skin-monoboo..." current
- 09:3809:38, 20 August 2025 diff hist +1,552 Template:Fix No edit summary current Tag: Manual revert
- 09:3709:37, 20 August 2025 diff hist −1,552 Template:Fix Blanked the page Tags: Blanking Reverted
- 09:3709:37, 20 August 2025 diff hist −14 Template:Fix/doc No edit summary current
- 09:3709:37, 20 August 2025 diff hist +4,252 N Template:Fix/doc Created page with "{{Documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION AFTER THIS LINE --> {{High-risk}} {{cascade-protected template}} This meta-template can be used to create '''in-line tags''' with clean up messages which can be used to tag article issues on a line-by-line basis. Many templates are based upon it, like {{Tl|Citation needed}}. It should '''not''' be used directly on pages by itself, except to build templates — instead, use one of the pre-existing derivatives if..."
- 09:3709:37, 20 August 2025 diff hist +1,552 N Template:Fix Created page with "{{#switch:{{{subst|¬}}} |¬={{category handler |template=Category:Templates needing substitution checking |nocat={{{nocat|<noinclude>true</noinclude>}}} }} |SUBST=Category:Pages with incorrectly substituted templates }}{{Category handler |main={{Fix/category |cat-date={{{cat-date|}}} |cat={{{cat|}}} |cat-date2={{{cat-date2|}}} |cat2={{{cat2|}}} |cat-date3={{{cat-date3|}}} |cat3={{{cat3|}}} |date={{{date|}}} }} |template={{#if:{{{nam..."
- 09:3709:37, 20 August 2025 diff hist +776 N Template:Citation needed Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Unsubst||date=__DATE__ |$B= {{Fix |name = {{{name|Citation needed}}} |link = Wikipedia:Citation needed |text = citation needed |class = Template-Fact |title = {{{reason|This claim needs references to reliable sources.}}} |date = {{{date|}}} |cat = Category:All articles with unsourced statements |cat-date = Category:Articles with unsourced statements }}{{#invoke:Check for unknown paramet..." current
- 09:3609:36, 20 August 2025 diff hist +75 N Template:Fake citation needed Redirected page to Template:Citation needed current Tag: New redirect
- 09:3609:36, 20 August 2025 diff hist +32,421 N Template:Citation Style documentation/doc Created page with "{{Documentation subpage}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> {{template shortcut|csdoc}} {{notice|When updating this template keep in mind that it is used on a number of template documentation pages. If the parameters in question are unique to a template, then either add it manually to the template documentation or create a new section here for transclusion.}} ==Usage== This template..." current
- 09:3509:35, 20 August 2025 diff hist +277 N Template:Citation Style documentation Created page with "<includeonly>{{#invoke:Template wrapper|wrap|_template=Citation Style documentation/{{{1|}}}|_include-positional=yes}}</includeonly><noinclude> {{documentation}}<!-- Please add documentation and categories to the /doc subpage, interwikis to Wikidata, thank you --> </noinclude>" current
- 09:3509:35, 20 August 2025 diff hist +79 N Template:Csdoc Redirected page to Template:Citation Style documentation current Tag: New redirect
- 09:3409:34, 20 August 2025 diff hist +62,767 N Help:Citation Style 1 Created page with "{{Short description|Help page for citation templates}} {{Wikipedia how-to|HELP:CS1|WP:CS1}} {{Nutshell|This is an introductory how-to for Wikipedia's most frequently used citation style. It does not cover every option of every citation template. See individual templates' documentation (e.g. at Template:Cite journal) for details beyond this basic cheatsheet.}} {{Mbox|text=<div style=padding:6px>This help page has {{subpages|testcases|Help:Citation Style 1}} demonstrat..." current
- 09:3409:34, 20 August 2025 diff hist +114 N Template:Cs1 Created page with "Citation Style 1<noinclude> Category:Documentation assistance templates </noinclude>" current
- 09:3309:33, 20 August 2025 diff hist +27 Revamp (album) No edit summary current
- 09:2909:29, 20 August 2025 diff hist +5,065 N Template:Bulletless list/doc Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{Template shortcut|plist}} {{Uses TemplateStyles|Template:Plainlist/styles.css}} This template provides a WCAG/ISO-standards-compliant accessible alternative to <code><nowiki><br /></nowiki></code> separated lists, per WP:UBLIST and WP:PLIST == Usage == {{tl|plainlist}} starts a plain (i.e. unbulleted) list, such as: {{plainlist| * cat..." current
- 09:2909:29, 20 August 2025 diff hist +372 N Template:Bulletless list Created page with "<templatestyles src="Plainlist/styles.css"/><div class="plainlist {{{class|}}}" {{safesubst<noinclude />:#if:{{{style|}}}{{{indent|}}}|style="{{safesubst<noinclude />:#if:{{{indent|}}}|margin-left: {{safesubst<noinclude />:#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{safesubst<noinclude />:#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>" current
- 09:2809:28, 20 August 2025 diff hist +6,773 N Module:Lua call Created page with "requirestrict local p={} function p.main(frame) local parent = frame.getParent(frame) or {} local explist = {} local fnname, varlist local vars = {} for k, v in pairs(_G) do vars[k] = v -- transfer every global directly to our variable table end for k, v in pairs(parent.args or {}) do vars[k] = tonumber(v) or v -- transfer every parameter directly to our variable table end for k, v in pairs(frame.args or {}) do..." current
- 09:2809:28, 20 August 2025 diff hist +239 N Template:Nowiki2 Created page with "{{#if: {{{tag|}}} | {{#if: {{{style|}}} | <{{{tag}}} style="{{{style}}}"> | <{{{tag}}}> }} }}{{#invoke:Lua call | call | mw.text.nowiki |\{{{1|}}}<!-- -->}}{{#if: {{{tag|}}} | </{{{tag}}}> }}<noinclude> {{Documentation}} </noinclude>" current
- 09:2709:27, 20 August 2025 diff hist +5,339 N Module:WLink/doc Created page with "{{Module rating|release}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> '''<code>WLink</code>''' – Module with functions for strings in context of wikilinks and external links (URL). This module was imported from de:Module:WLink. == Usage == All functions expect exactly one unnamed parameter (which should be provided to get a meaningful answer). Whi..." current
- 09:2709:27, 20 August 2025 diff hist +35,961 N Module:WLink Created page with "local WLink = { suite = "WLink", serial = "2016-10-05" }; --[=[ ansiPercent() formatURL() getArticleBase() getBaseTitle() getEscapedTitle() getExtension() getFile() getFragment() getLanguage() getNamespace() getPlain() getProject() getTarget() getTargetPage() getTitle() getWeblink() isBracketedLink() isBracketedURL() isCategorization() isExternalLink() isInterlanguage() isInterwiki() isMedia() isTitledLink() isValidLink() isWikilink() wikilink() failsafe..." current