All public logs
Combined display of all available logs of USApedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:38, 6 September 2024 MrT talk contribs created page Module:Location map (Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local function round(n, decimals) local pow = 10^(decimals or 0) return math.floor(n * pow + 0.5) / pow end function p.getMapParams(map, frame) if not map then error('The name of the location map definition to use must be specified', 2) end local moduletitle = mw.title.new('Module:Location map/data/' .. map) if not moduletitle then error(string.format('%q is not a valid name...")
- 22:38, 6 September 2024 MrT talk contribs created page Module:HS listed building row/doc (Created page with "require('strict') local genBuffer = require('Module:OutputBuffer') local getArgs = require('Module:Arguments').getArgs local delink = require('Module:Delink')._delink local coord -- lazily loaded local p = {} function p.row(frame) local getBuffer, print, printf = genBuffer() local args = getArgs(frame, {wrappers = 'Template:HS listed building row'}) local delinkedName = delink{args.name} printf('|- class="vcard %s;text-align:center"\n', args.image and 'with_image'...")
- 22:38, 6 September 2024 MrT talk contribs created page Module:HS listed building row (Created page with "require('strict') local genBuffer = require('Module:OutputBuffer') local getArgs = require('Module:Arguments').getArgs local delink = require('Module:Delink')._delink local coord -- lazily loaded local p = {} function p.row(frame) local getBuffer, print, printf = genBuffer() local args = getArgs(frame, {wrappers = 'Template:HS listed building row'}) local delinkedName = delink{args.name} printf('|- class="vcard %s;text-align:center"\n', args.image and 'with_image'...")
- 22:37, 6 September 2024 MrT talk contribs created page Module:Coordinates/doc (Created page with "{{High-risk}} {{Module rating|protected}} {{Tracks and uses Wikidata|P625}} {{Lua|Module:Math|Module:Arguments}} {{Uses TemplateStyles|Module:Coordinates/styles.css}} '''Note:''' The code which this module's main function (<code>coord</code>) outputs is directly parsed and/or manipulated by Module:Location map and other functions of this module itself (<code>coord2text</code> and <code>coordinsert</code>). If the structure of the output changes (for example, to use [...")
- 22:37, 6 September 2024 MrT talk contribs created page Module:Coordinates (Created page with "--[[ This module is intended to replace the functionality of {{Coord}} and related templates. It provides several methods, including {{#invoke:Coordinates | coord }} : General function formatting and displaying coordinate values. {{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal degree values to DMS format. {{#invoke:Coordinates | dms2dec }} : Simple function for converting DMS format to decimal degree format. {{#invoke:Coordinates | link }...")
- 22:36, 6 September 2024 MrT talk contribs created page Template:Lua sidebar/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:Redirect}} {{Uses TemplateStyles|Template:Lua sidebar/styles.css}} This template displays links which are generated based on a page's base page name. These are useful for templates which work using a specific Lua module. The parameter {{para|title}} can be used to add the title of the template and modul...")
- 22:36, 6 September 2024 MrT talk contribs created page Template:Lua sidebar (Created page with "{{Sidebar | class = lua-sidebar | templatestyles = Template:Lua sidebar/styles.css | title = Related pages | content1 = {{plainlist}} * [[Template:{{{template|{{{title|{{BASEPAGENAME}}}}}}}}|Template]] {{#if:{{#invoke:redirect|isRedirect|Template talk:{{{template|{{{title|{{BASEPAGENAME}}}}}}}}}}||([[Template talk:{{{template|{{{title|{{BASEPAGENAME}}}}}}}}|talk]])}} * [[Template:{{{template|{{{title|{{BASEPAGENAME}}}}}}}}/sandbox|Template sandbox]] * Template:{{{templ...")
- 22:36, 6 September 2024 MrT talk contribs created page Module:Shortcut/doc (Created page with "{{Module rating|protected}} {{High-use|demo=Module:{{ROOTPAGENAME}}}} {{Lua|Module:Shortcut/config|Module:List|Module:Yesno|Module:Arguments}} {{Uses TemplateStyles|Module:Shortcut/styles.css}} {{Lua sidebar}} This module makes a box showing the shortcut links to a page. == Usage == === From wikitext === From wikitext, this module should be called from a template, usually {{tl|shortcut}}. Please see the template page for documentation. However, it can also be called u...")
- 22:35, 6 September 2024 MrT 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...")
- 22:35, 6 September 2024 MrT talk contribs created page Template:Phab/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}} {{Template redirect|Phabricator}} A template that links to a specific Phabricator task. == Usage == *{{tlx|Phab|T8452}} returns: {{Phab|T8452}} *{{tlx|Phab|8452}} returns: {{Phab|T8452}} (still supported but not encouraged) *{{tlx|Phab}} just returns: {{Phab}} *{{tlx|Phab|art{{=}}y|T1...")
- 22:35, 6 September 2024 MrT talk contribs created page Template:Phab (Created page with "{{#if:{{{art|}}}{{{article|}}}|Phabricator''':''' }}{{#ifeq:{{padleft:|1|{{{1|T}}}}}|T |[[Phabricator:{{{1|}}}|{{{1|Phabricator}}}]]{{#if:{{{label|}}}{{{label1|}}}| ({{{label|{{{label1}}}}}})}} |[[Phabricator:T{{{1}}}|T{{{1}}}]]}}<!-- Extra fields -->{{#if:{{{2|}}}|{{nbsp}}• [[Phabricator:T{{{2}}}|T{{{2}}}]]}}{{#if:{{{label2|}}}| ({{{label2}}})}}<!-- -->{{#if:{{{3|}}}|{{nbsp}}• [[Phabricator:T{{{3}}}|T{{{3}}}]]}}{{#if:{{{label3|...")
- 22:34, 6 September 2024 MrT talk contribs created page Module:Format TemplateData/config/doc (Created page with "This module is intended to provide local (i.e. English Wikipedia-specific) configuration for Module:Format TemplateData, but is not currently used. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |<!-- Categories below this line, please; interwikis at Wikidata --> }}</includeonly><noinclude> Category:Module documentation pages </noinclude>")
- 22:33, 6 September 2024 MrT talk contribs created page Module:Format TemplateData/config (Created page with "local Serial = "2022-03-20" --[=[ enwiki configuration {{TemplateData}} mw.loadData() ]=] return { catProblem = false, classMultiColumns = "column-multiple", classNoNumTOC = "nonumtoc", classTable = { "wikitable", "templatedata-params" }, cssParams = { ["border"] = "#B3B7FF 1px solid" }, docpageCreate = "%s/doc", docpageDetect = "/doc", helpBoolean = false, helpContent = false, helpDate = false, helpFile = false, helpFormat = false, helpLine = false, hel...")
- 22:33, 6 September 2024 MrT talk contribs created page Module:Format TemplateData/doc (Created page with "{{Lua|Module:Format TemplateData/config|Module:Multilingual | Module:Text| Module:WLink}} ''<code>Format TemplateData</code>'' – Module with auxilary functions for template documentation, especially by TemplateData. Core functionality is improved presentation on documentation pages. __TOC__ == {{Anker|improveMW}} Improve template documentation page – MediaWiki disappointing == For presentation of template depiction in VisualEditor agreement was made to abandon all...")
- 22:33, 6 September 2024 MrT talk contribs created page Module:Format TemplateData (Created page with "local TemplateData = { suite = "TemplateData", serial = "2022-03-10", item = 46997995 } --[==[ improve template:TemplateData ]==] local Failsafe = TemplateData local Config = { -- multiple option names mapped into unique internal fields basicCnf = { catProblem = "strange", classMultiColumns = "selMultClm", classNoNumTOC = "suppressTOCnum", classT...")
- 22:32, 6 September 2024 MrT talk contribs created page Template:Template redirect/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{tlr|Template redirects}}{{tsh|tlr}} {{lua|Module:Shortcut}} This template is a wrapper that prompts {{tl|Template shortcut}} to refer to "redirect/s" rather than "shortcut/s". == TemplateData == {{Format TemplateData|<templatedata> { "description": "This template displays one or m...")
- 22:32, 6 September 2024 MrT talk contribs created page Template:Template redirect (Created page with "<includeonly>{{#invoke:Shortcut|main|template=yes|redirect=yes}}</includeonly><noinclude>{{Documentation}}</noinclude>")
- 22:30, 6 September 2024 MrT talk contribs created page Template:Template journal inline/doc (Created page with "{{Documentation subpage}} {{Template shortcut|tji}} {{lua|Module:Params}} {{Uses TemplateStyles|Template:Template journal inline/styles.css}} ;Template preview : <syntaxhighlight lang="wikitext" inline>Lorem ipsum {{tji|Diff|Main Page|139993|139992|Sic exorsi sumus|diffonly: yes}}</syntaxhighlight> :: ↳ Lorem ipsum {{tji|Diff|Main Page|139993|139992|Sic exorsi sumus|diffonly: yes}} == Usage == The {{tl|Template journal inline}} template is identical to the {{tl|Templ...")
- 22:29, 6 September 2024 MrT talk contribs created page 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"><nowiki>{{</nowiki></span><span class="tj-tn">[[Template:{{#if:1|{{{1}}}}}|{{#if:1|{{{1}}}}}]]</span>{{#invoke:params|sequential|cutting|1|0|squeezing|trimming_values|call_for_each_value|Template journal inline/arg}}<span class="tj-nc"><nowiki>}}</nowiki></span></span>|{{#invoke:Error|error|Error: Missing template name}}}}</includeonly...")
- 22:29, 6 September 2024 MrT talk contribs created page Template:Tji (Template:Template journal inline) Tag: New redirect
- 22:28, 6 September 2024 MrT talk contribs created page Template:Subst only (Template:Always substitute) Tag: New redirect
- 22:27, 6 September 2024 MrT talk contribs created page Template:Always substitute/doc (Created page with "{{doc sub}} {{tsh|subst only}} {{never substitute}} {{high-use}} <!--- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE ---> {{tlf|Always substitute}} produces the following notice: <div style="padding-top:0.5em;padding-bottom:0.6em;">{{Subst only|actualtemplate={{tlg|foo|subst=on}}|nocat=true}}</div> (but {{tlf|Always substitute}} itself should '''''not''''' be substituted.) == Usage == <code><nowiki>{{Always substitute}}</nowiki><...")
- 22:26, 6 September 2024 MrT talk contribs created page Template:Always substitute (Created page with "{{{{{|safesubst:}}}#invoke:Unsubst|main|$B= {{Ombox | name = Subst only | type = notice | text = '''This template {{#switch:{{{yesnomaybe|}}}|may=may be substituted'''|never=should ''not'' be substituted'''||#default=should always be substituted''' (i.e., use <!-- -->{{{actualtemplate|{{template other|{{Tlsp|code=yes|{{#switch:{{SUBPAGENAME}}|doc|sandbox={{BASEPAGENAME}}|{{PAGENAME}}}}}}|{{Tlsu|code=ye...")
- 22:26, 6 September 2024 MrT talk contribs created page Template:List of subst helper templates (Created page with "== List of subst helper templates == * {{tl|require substitution}} – Prints an error unless substituted. * {{tl|substituted or transcluded}} – if-then-else metatemplate that checks if a template is currently being substituted or transcluded ** {{tl|always substitute}} – For the doc of the above templates; prints a message asking for it be substituted. ** {{tl|never substitute}} – The reverse of {{tlf|always substitute}}. For t...")
- 22:25, 6 September 2024 MrT talk contribs created page Template:Never substitute/doc (Created page with "{{tsh|no subst}} {{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{hatnote|The following also '''applies''' to this template, so this template should '''never''' be substituted:}} {{Never substitute}} == Usage == <code><nowiki>{{Never substitute}}</nowiki></code> This template should be placed on the <big>documentation Wik...")
- 22:25, 6 September 2024 MrT talk contribs created page Template:Never substitute (Created page with "{{Always substitute|yesnomaybe=never|nocat={{{nocat|}}}}}<noinclude> {{Documentation}} </noinclude>")
- 22:24, 6 September 2024 MrT talk contribs created page Template:Selfref/doc (Created page with "{{Distinguish|Template:Self-reference cleanup|Template:No self link}} {{Documentation subpage}} {{High-use|2060}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE, AND INTERWIKIS TO WIKIDATA. --> {{Never substitute}} The {{tlf|Self-reference}} template generates a hatnote that will ''not'' appear in any reuse of Wikipedia article content, including the printable version...")
- 22:24, 6 September 2024 MrT talk contribs created page Template:Selfref (Created page with "{{#switch:{{{2|NONE}}} |NONE|hatnote|hat={{Hatnote|extraclasses=plainlinks selfreference noprint|1={{{1}}}}} |inline=<div class="plainlinks selfreference" style="display:inline; font-style: italic;"><!--Same style as class hatnote.-->{{{1}}}</div> |<!--Matching the empty string here for unprintworthy content is for backwards compatibility with the 2006-2008 version. Do not depend on it!-->=<div style="display:inline;" class="plainlinks selfreference noprint">{{{1}}}</di...")
- 22:23, 6 September 2024 MrT talk contribs created page Template:Hatnote/doc (Created page with "{{Documentation subpage}} {{Redirect|Template:Dablink|the maintenance template|Template:Dablinks}} {{High-use| 369726 }} {{Never substitute}} {{Template redirect|Dablink}} {{Lua|Module:Hatnote}} This template produces formatted text, following the guideline for a '''Wikipedia hatnote''': :{{tji|Hatnote|Example hatnote text.}} →<br><!-- a construct to show hatnote as expected (using newline) --> {{Hatnote|Example hatnote text.}} Broadly speaki...")
- 22:23, 6 September 2024 MrT talk contribs created page Template:Hatnote (Created page with "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 22:22, 6 September 2024 MrT talk contribs created page Module:Hatnote/styles.css (Created page with "{{pp|small=y}}: .hatnote { font-style: italic; } Limit structure CSS to divs because of Module:Hatnote inline: div.hatnote { @noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; } @media print { body.ns-0 .hatnote { display: none !impo...")
- 22:22, 6 September 2024 MrT talk contribs created page Template:Module other/doc (Created page with "{{Documentation subpage}} {{High-use}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> {{Template shortcut|ns828}} This is the {{tl|module other}} meta-template. This template helps other templates detect if they are on a "Module:" page or some "other" type of page. === Usage === This template usually takes two parameters, like this: <syntaxhighlight lang="wikitext"> {{module other | Module page text | Other pages text }} </syntaxhighlight>...")
- 22:21, 6 September 2024 MrT talk contribs created page Template:Module other (Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Module}} | module | other }} }} | module = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 22:21, 6 September 2024 MrT talk contribs created page Module:Redirect hatnote/doc (Created page with "{{high-use| 34937 }} {{Module rating|protected}} {{Lua|Module:Hatnote|Module:Hatnote list|Module:Arguments}} This module produces a hatnote for disambiguating a page that is linked to by a given redirect. It implements the {{tl|redirect}} hatnote template. == Usage from wikitext == This module cannot be used directly from wikitext. Please use the {{tl|redirect}} or {{tl|redirect2}} templates instead. == Usage from Lua == To use this module from Lua, fi...")
- 22:21, 6 September 2024 MrT talk contribs created page Module:Redirect hatnote (Created page with "--[[ -- This module produces a "redirect" hatnote. It looks like this: -- '"X" redirects here. For other uses, see Y.' -- It implements the {{redirect}} template. --]] local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local mArguments --lazily initialize local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local p = {} ------------------------------...")
- 22:21, 6 September 2024 MrT talk contribs created page Module:Redirect-distinguish/doc (Created page with "<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{lua|Module:Hatnote|Module:Hatnote list|Module:TableTools|Module:Arguments}} Implements {{tl|redirect-distinguish}}. == See also == * Module:Redirect hatnote <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> Category:Hatnote modules }}</includeonly>")
- 22:20, 6 September 2024 MrT talk contribs created page Module:Redirect-distinguish (Created page with "local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments --initialize lazily local mTableTools = require('Module:TableTools') local p = {} function p.redirectDistinguish (frame) mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame) return p._redirectDistinguish(args) end function p._redirectDistinguish(args) if not args[1] then return mHatnote.makeWikitextError( 'no redirect supplied'...")
- 22:20, 6 September 2024 MrT talk contribs created page Template:Redirect-distinguish/doc (Created page with "{{Documentation subpage}} {{High-use}} {{Template shortcut|redir-dist}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> {{Lua|Module:Redirect-distinguish}} This hatnote is generally used when an article's title has an ambiguity that is not necessarily literal, but one that would likely happen with enough readers to warrant a hatnote. Be careful to avoid trivial uses. * {{tlx|Redirect-distinguish|REDIRECT|PAGE1}...")
- 22:20, 6 September 2024 MrT talk contribs created page Template:Redirect-distinguish (Created page with "<includeonly>{{#invoke:Redirect-distinguish|redirectDistinguish}}</includeonly><noinclude>{{Documentation}}</noinclude>")
- 22:19, 6 September 2024 MrT talk contribs created page Template:Template link/doc (Created page with "{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> {{redirect-distinguish|Template:TI|Template:Ti}}{{Template shortcut|tl|TL|t|temp}} {{#ifeq:{{FULLPAGENAME}} | Template:Template link | {{used in system}} {{cascade-protected template}} }} The '''template link''' template is a simple macro template used to displ...")
- 22:19, 6 September 2024 MrT talk contribs created page Template:Template link (Created page with "{{nowrap|{{}}[[Template:{{{1}}}|{{{1}}}]]{{nowrap|}}}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 22:19, 6 September 2024 MrT talk contribs created page Module:Template link general/doc (Created page with "{{Used in system}} {{Module rating|protected}} {{Lua|Module:Arguments}} Implements {{Template link|Template link general}} and other templates in its family ==Basic usage== <syntaxhighlight lang="wikitext">{{#invoke:Template link general|main}}</syntaxhighlight> This module is used by {{Template link|Template link general}} and related templates to display links to templates. It is similar to {{Template link|Template link}} but with additional formatting options and th...")
- 22:18, 6 September 2024 MrT 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(...")
- 22:18, 6 September 2024 MrT talk contribs created page 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>")
- 22:17, 6 September 2024 MrT talk contribs created page Template:Tls (Template:Template link with subst) Tag: New redirect
- 22:17, 6 September 2024 MrT talk contribs created page Template:Markup/doc (Created page with "{{Documentation subpage}} <!-- 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 showing the markup and the second showing how it...")
- 22:15, 6 September 2024 MrT talk contribs created page Template:Markup/row/doc (Created page with "{{Documentation subpage}} == Usage == <includeonly>{{Sandbox other|| <!-- Categories below this line --> }}</includeonly>")
- 22:15, 6 September 2024 MrT talk contribs created page Template:Markup/row (Created page with "<noinclude>{| style="border-width:medium;"</noinclude><includeonly>{{#if:{{{c1|value}}}| {{!-}} {{!}}style{{=}}"background:#f8f9fa; background:var(--background-color-interactive-subtle, #f8f9fa); color:var(--color-base, #000); border:1px solid #eaecf0; padding:9px 5px 5px; vertical-align:top; {{{col1style|}}}"{{!}} <!-- -->{{#switch:{{{tag|}}} |none = {{{c1|[markup]}}}<!-- mark up --> |syntaxhighlight = {{#tag:syntaxhighlight |{{{c1|[markup]}}}<!-- mark up...")
- 22:14, 6 September 2024 MrT talk contribs created page Template:Pre/styles.css (Created page with "{{pp-template}}: .pre-borderless { border: none; }")
- 22:13, 6 September 2024 MrT talk contribs created page Module:Aligned table/doc (Created page with "{{documentation subpage}} {{high-use|7000+}} {{module rating|protected}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> Implements {{tl|Aligned table}}")