25 June 2023
- 11:0011:00, 25 June 2023 diff hist +2,561 N Template:Commons category Created page with "{{Sister project | position = {{{position|}}} | project = commons | text = Wikimedia Commons has {{{alt-term|media related to}}} <span style="font-weight: bold; {{#ifeq:{{{nowrap|no}}}|yes|white-space:nowrap;}} {{#ifeq:{{{italic|yes}}}|yes|font-style: italic;}}">commons:{{#if:{{{1|}}}|Category:{{{1|}}}|{{if then show|{{#invoke:WikidataIB |getCommonsLink|qid={{{qid|}}}|onlycat=True|fallback=False}}|Category:{{PAGENAME}}}}}}|{{#ifeq:{{{lcf|{{{lcfirst|no}}}}}}|yes|{{..." current
- 10:5910:59, 25 June 2023 diff hist +38,556 N Module:Webarchive Created page with "--[[ ---------------------------------- Lua module implementing the {{webarchive}} template. A merger of the functionality of three templates: {{wayback}}, {{webcite}} and {{cite archives}} ]] --[[--------------------------< D E P E N D E N C I E S >------------------------------------------------------ ]] require('strict'); local getArgs = require ('Module:Arguments').getArgs; --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-----------..."
- 10:5910:59, 25 June 2023 diff hist +858 N Template:Fix/category Created page with "<noinclude>{{pp-template|small=yes}}</noinclude>{{{cat|Category:All pages needing cleanup}}}{{#if:{{{cat-date|}}} |[[{{{cat-date}}} {{#if:{{{date|}}} |from {{{date}}} }}]]{{#if:{{{date|}}} |{{#ifexist:{{{cat-date}}} from {{{date}}}| |Category:Articles with invalid date parameter in template }} }} }}{{#if:{{{cat2|}}}|{{{cat2}}}}}{{#if:{{{cat-date2|}}} |[[{{{cat-date2}}} {{#if:{{{date|}}} |from {{{date}}} }}]]{{#if:{{{date|}}} |{{#ifex..." current
- 10:5810:58, 25 June 2023 diff hist +176 N Template:Webarchive Created page with "<includeonly>{{#invoke:webarchive|webarchive}}</includeonly><noinclude> {{documentation}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>" current
- 10:5810:58, 25 June 2023 diff hist +1,185 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..." current
- 10:5810:58, 25 June 2023 diff hist +46 Andrew W.K. No edit summary
- 10:5810:58, 25 June 2023 diff hist +127 N Template:Citation Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=citation }}</includeonly><noinclude> {{Documentation}} </noinclude>" current
- 10:5710:57, 25 June 2023 diff hist +72 Andrew W.K. No edit summary
- 10:5710:57, 25 June 2023 diff hist +162 N Template:Cite press release Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=pressrelease |type={{{type|Press release}}} }}</includeonly><noinclude> {{documentation}} </noinclude>" current
- 10:5610:56, 25 June 2023 diff hist +978 N Template:Dead link Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Unsubst||date=__DATE__ |$B= <!--{{Dead link}} begin-->{{Fix | special = <sup class="noprint Inline-Template"><span style="white-space: nowrap;">[<i>{{#if: {{{url|}}}|[https://web.archive.org/web/*/{{{url|}}} <span title="{{{title|}}}{{#if:{{{date|}}}| tagged {{{date}}}}}">dead link</span>]|Wikipedia:Link rot|<span title="{{{title|}}}{{#if:{{{date|}}}| Dead link tagged {{{date}}}}}">{{#if:{{{fix-attempted|}}}..." current
- 10:5610:56, 25 June 2023 diff hist +127 N Template:Cite magazine Created page with "<includeonly>{{#invoke:Citation/CS1|citation |CitationClass=magazine }}</includeonly><noinclude> {{documentation}} </noinclude>" current
- 10:5610:56, 25 June 2023 diff hist +40 N Template:Cbignore Created page with "<noinclude>{{documentation}}</noinclude>" current
- 10:5610:56, 25 June 2023 diff hist +259 N Template:N/A Created page with "{| class="wikitable" |- | <onlyinclude>data-sort-value="{{{sort|}}}" style="background: #ececec; color: #2C2C2C; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-na" <!-- -->| {{{1|—}}}</onlyinclude> |} {{documentation}}" current
- 10:5510:55, 25 June 2023 diff hist 0 N File:Andrew W.K. (5393562091).jpg No edit summary current
- 10:5510:55, 25 June 2023 diff hist +10 Andrew W.K. No edit summary
- 10:5410:54, 25 June 2023 diff hist +19,227 N Module:Convert/text Created page with "-- Text used by Module:Convert for enwiki. -- This is a separate module to simplify translation for use on another wiki. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- Some units accept an SI prefix before the unit code, such as "kg" for kilogram. local SIprefixes = { -- The prefix field is what the prefix should be, if different from the prefix used. ['Q'] = { exponent = 30, name = 'quetta', }, ['R'] = { exponent = 27,..." current
- 10:5410:54, 25 June 2023 diff hist +170,945 N Module:Convert/data Created page with "-- Conversion data used by Module:Convert which uses mw.loadData() for -- read-only access to this module so that it is loaded only once per page. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- -- These data tables follow: -- all_units all properties for a unit, including default output -- default_exceptions exceptions for default output ('kg' and 'g' have different defaults) -- link_exceptions exceptions for links..." current
- 10:5410:54, 25 June 2023 diff hist +136,032 N Module:Convert Created page with "-- Convert a value from one unit of measurement to another. -- Example: {{convert|123|lb|kg}} --> 123 pounds (56 kg) -- See en:Template:Convert/Transwiki guide if copying to another wiki. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen = ustring.len local usub = ustring.sub -- Configuration options to keep ma..." current
- 10:5310:53, 25 June 2023 diff hist +52 Andrew W.K. No edit summary
- 10:5210:52, 25 June 2023 diff hist +293 Andrew W.K. No edit summary
- 10:5010:50, 25 June 2023 diff hist +19 Andrew W.K. No edit summary
- 10:5010:50, 25 June 2023 diff hist +99,928 N Module:Footnotes/whitelist Created page with "--[[--------------------------< W R A P P E R _ T E M P L A T E _ D E F A U L T S >---------------------------- A list of wrapper templates by their canonical names – spelling and capitalization is important. Each wrapper template has a table of two values: [1] is the wrapper's default name-list as it is used in an anchor ID; [2] is the default year. This table is indexed indirectly through the wrapper_templates table. This table is not available externally. ]] l..." current
- 10:4910:49, 25 June 2023 diff hist +12,227 N Module:Footnotes/anchor id list/data Created page with "-- copied from Module:Ref info/data - maybe overkill here? -- for this application make lists from the redirect lists and force all template names first character uppercase require('strict'); --[[--------------------------< C S 1 _ T E M P L A T E _ P A T T E R N S >------------------------------------ These are patterns for cs1 templates and their redirects. These patterns exclude redirects that are vcite-like which redirects should be deleted because vcite is not c..." current
- 10:4910:49, 25 June 2023 diff hist +37,568 N Module:Footnotes/anchor id list Created page with "require('strict'); local data = mw.loadData ('Module:Footnotes/anchor id list/data'); local whitelist = mw.loadData ('Module:Footnotes/whitelist'); local Lang_obj = mw.language.getContentLanguage(); -- used by template_list_add() to uppercase first letter of template name TODO: better way to do that? local redirects_date = { ['date'] = true, ['datetomos'] = true, ['formatdate'] = true, ['isotodmymdy'] = true, ['isotomos'] = true, } local redirects_patent =..." current
- 10:4910:49, 25 June 2023 diff hist +23,174 N Module:Footnotes Created page with "require('strict'); local getArgs = require ('Module:Arguments').getArgs; --[[--------------------------< A R G S _ D E F A U L T >------------------------------------------------------ a table to specify initial values. ]] local args_default = { bracket_left = '', bracket_right = '', bracket_year_left = '', bracket_year_right = '', postscript = '', page = '', pages = '', location = '', page_sep = ", p. ", pages_sep = ", pp. ", ref = '', templat..." current
- 10:4810:48, 25 June 2023 diff hist +425 N Template:Sfn Created page with "<includeonly>{{#invoke:Footnotes|sfn|template=sfn}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:Sfn with unknown parameter "_VALUE_"|ignoreblank=y| 1 | 2 | 3 | 4 | 5 | ignore-err | loc | p | page | pages | postscript | pp | ps | ref | Ref }}<noinclude> {{documentation}} </noinclude>" current
- 10:4810:48, 25 June 2023 diff hist 0 Andrew W.K. No edit summary
- 10:4710:47, 25 June 2023 diff hist +1,758 Andrew W.K. No edit summary
- 10:3710:37, 25 June 2023 diff hist +2,532 Andrew W.K. No edit summary
- 10:2710:27, 25 June 2023 diff hist +922 Template:Infobox/doc No edit summary
- 10:2310:23, 25 June 2023 diff hist +670 N Template:Lorem ipsum/p-end-cond Created page with "{{#ifeq: {{{2|{{{join|no}}}}}} | yes | | {{#switch: {{#invoke:string|sub|x{{{1|}}}|2|2}} | : | # | * = | #default = </p><!-- -->}} }}<noinclude>{{Documentation |content= Conditional paragraph end. Generates an p-tag if needed, depending on ''prefix'' and ''join'': * nothing, in the case of joins; * nothing, where prefix metacharacters are present like (<code>*</code>, <code>#</code>, or <code>:</code>) which must sit in column 1, don't acquire begin-p..." current
- 10:2210:22, 25 June 2023 diff hist 0 N WP:piped link Created blank page current
- 10:2210:22, 25 June 2023 diff hist −43 Template:Andrew W.K. No edit summary current
- 10:2110:21, 25 June 2023 diff hist −10 Andrew W.K. Discography No edit summary
- 10:2010:20, 25 June 2023 diff hist 0 Andrew W.K. Discography No edit summary
- 10:1910:19, 25 June 2023 diff hist +65 Andrew W.K. Discography No edit summary
- 10:1910:19, 25 June 2023 diff hist +1,391 Andrew W.K. Discography No edit summary Tag: Visual edit
- 10:1810:18, 25 June 2023 diff hist +329 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: 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
- 10:1710:17, 25 June 2023 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
- 10:1710:17, 25 June 2023 diff hist +1,453 N Module:If preview Created page with "local p = {} local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) if cfg.preview then return frame.args[1] or '' else return frame.args[2] or '' end end --[[ pmain This function returns either the first argument or second argument passed to this module's parent (i.e. template usi..." current
- 10:1010:10, 25 June 2023 diff hist 0 N PAGENAME (disambiguation) Created blank page current
- 10:1010:10, 25 June 2023 diff hist +84 Template:Redirect No edit summary current
- 10:0910:09, 25 June 2023 diff hist +61 Template:Infobox/doc →label
- 10:0710:07, 25 June 2023 diff hist 0 N WP:soft redirect Created blank page current
- 10:0710:07, 25 June 2023 diff hist 0 N Help:Category Created blank page current
- 10:0710:07, 25 June 2023 diff hist +148 N WP:Mainspace Redirected page to wikipedia:What is an article?#Namespace current Tags: New redirect Visual edit: Switched
- 10:0610:06, 25 June 2023 diff hist +101 N WP:rcat Redirected page to wikipedia:Categorizing redirects current Tag: New redirect
- 10:0610:06, 25 June 2023 diff hist +720 N Template:R from long name Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from long name |name=From a longer title |from=a title that is a complete, more complete or longer version of the topic's name{{#if:{{{of|{{{for|}}}}}}|<nowiki />; the short version is: "{{{of|{{{for}}}}}}"}} |info=It leads to the title in accordance with the naming conventions for common names and can help writing and searches. However, do not replace these redirected..." current
- 10:0610:06, 25 June 2023 diff hist +402 N Category:Redirects to redirect templates Created page with "{{Redirect category|from=aliases/shortcuts (usually), or from redirects that are the result of page moves/renames, to redirect category (rcat) templates|template=Rcat shell|parameters=<nowiki>{{</nowiki>R to redirect template<nowiki>}}</nowiki>}} {{CatAutoTOC}} Redirect templates Category:All redirect categories" current Tag: Visual edit: Switched
- 10:0510:05, 25 June 2023 diff hist 0 N Template talk:Andrew W.K. Created blank page current