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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 22:45, 7 September 2024 MrT talk contribs created page User:Tom/sandbox6 (Created page with "Test") Tag: Visual edit
  • 22:19, 7 September 2024 MrT talk contribs created page Help:Job queue (Created page with "{{Breadcrumbs|align=right|officialwebsite=no|mediawiki=yes|page=Manual:Job queue|wikipedia=no}} The '''job queue''' performs long-running tasks asynchronously. It is designed to hold many short tasks using batch processing. == Job examples == === Updating links tables when a template changes === When a template changes, MediaWiki adds a job to the job queue for each article transcluding that template. Each job is a command to read an article, expand any templates, and...") Tag: Visual edit
  • 22:05, 7 September 2024 MrT talk contribs created page Job log (redirect) Tags: New redirect Visual edit
  • 23:03, 6 September 2024 MrT talk contribs created page Template:Xpd0/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> Version of {{tim|xpd}} with one parameter: *the template, or the parser function with colon and part after the colon Examples: {{xpd0|tl}} {{xpd0|#expr:2*3}}")
  • 23:03, 6 September 2024 MrT talk contribs created page Template:Xpd0 (Created page with "<noinclude>{{documentation}}</noinclude><includeonly><code>"{{{{#if:{{{l|}}}|{{xpd/wl|{{{1}}}}}|<nowiki/>{{{1}}}}}}}"</code> {{{gives|{{{s|gives}}}}}} "{{{{{1}}}}}" {{#ifeq:{{{gives}}}|{{!!}}|{{!!}}}} [{{fullurl:special:ExpandTemplates|input=%22%7B%7B{{urlencode:{{{1}}}}}%7D%7D%22}}]</includeonly>")
  • 23:02, 6 September 2024 MrT talk contribs created page Module:Sortkey/doc (Created page with "{{Module rating |release}} {{Lua|Module:Arguments}} This module sanitizes and escapes sortkeys so that they can be used inside the data-sort-value attribute of HTML tags in combination with table sorting. Use it when you cannot be certain that the provided sortkey input is a correct sortkey. <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == <code><nowiki>{{</n...")
  • 23:02, 6 September 2024 MrT talk contribs created page Module:Sortkey (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p._encode(sortkey) -- Protect against sortkey nesting. -- Example: {{sort|{{dts|2013|07|07}}|{{dts|1990|12|01}}}} if string.find(sortkey, "sortkey") or string.find(sortkey, "data-sort-value") then return ""; end return mw.text.encode(sortkey) end function p.encode(frame) local args = getArgs(frame); return p._encode(args[1] or "") end local function valid_number(num) -- Return true...")
  • 22:58, 6 September 2024 MrT talk contribs created page Template:Anker/doc (Created page with "{{lua|Module:Anchor}} {{used in system}} {{Bot use warning|bots=User:Cewbot (BRFA)}} {{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE END OF THIS PAGE, ND INTERWIKIS LINKS TO WIKIDATA --> The template <nowiki>{{</nowiki>[[{{ns:Template}}:{{BASEPAGENAME}}|{{lc:{{BASEPAGENAME}}}}]]<nowiki>}}</nowiki> inserts one or more invisible anchor names (HTML fragment identifiers) in a page. Th...")
  • 22:58, 6 September 2024 MrT talk contribs created page Template:Anker (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:anchor|main}}<noinclude> {{Documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 22:58, 6 September 2024 MrT talk contribs created page Module:Shortcut/config/doc (Created page with "{{Module rating |protected}} {{high-use}}")
  • 22:58, 6 September 2024 MrT talk contribs created page 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...")
  • 22:57, 6 September 2024 MrT talk contribs created page Module:Sidebar/configuration (Created page with "return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = 'Module:Sidebar/styles.css', hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', category = {...")
  • 22:57, 6 September 2024 MrT talk contribs created page Module:Sidebar/doc (Created page with "{{High-risk|155000+}} {{module rating|protected}} {{Lua|Module:Sidebar/configuration|Module:Navbar|Module:Arguments}} {{Uses TemplateStyles|Module:Sidebar/styles.css|Template:Plainlist/styles.css|Template:Hlist/styles.css}} This module implements the templates {{tl|sidebar}} and {{tl|sidebar with collapsible lists}}. See the individual template pages for documentation. <includeonly>{{sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> Category...")
  • 22:57, 6 September 2024 MrT talk contribs created page Module:Sidebar (Created page with "require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithInlineStyle...")
  • 22:57, 6 September 2024 MrT talk contribs created page Template:Sidebar/doc (Created page with "{{Documentation subpage}} {{about|the vertical navigation template|the horizontal template|Template:Navbox|the left sidebar of the interface|mw:Manual:Interface/Sidebar{{!}}the article in the Mediawiki Manual}} {{#ifeq:{{FULLPAGENAME}}|Template:Sidebar|{{High-risk| approximately 145000 }}{{Template display|nomobile}}}} {{Lua|Module:Sidebar}} This template is a metatemplate for the creation of sidebar templates, i.e. boxes that are Vertical direct...")
  • 22:56, 6 September 2024 MrT talk contribs created page Template:Sidebar (Created page with "{{#invoke:Sidebar|sidebar}}<noinclude> {{documentation}}</noinclude>")
  • 22:56, 6 September 2024 MrT talk contribs created page Module:Redirect/doc (Created page with "{{used in system}} {{Module rating|beta}} {{Module rating|protected}} {{Lua|Module:Arguments}} This module contains functions to find the target of a redirect page. == Main == The main function accepts the name of a single page. It determines if the page is a redirect; if so it looks up the page, extracts the target, and returns the target name as text. Its usage is <code><nowiki>{{#invoke:redirect|main|page-name}}</nowiki></code>. If <code>page-name...")
  • 22:56, 6 September 2024 MrT talk contribs created page Module:Redirect (Created page with "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redi...")
  • 22:56, 6 September 2024 MrT talk contribs created page Module:Infobox/doc (Created page with "{{High-use|3308957|all-pages = yes}} {{module rating|protected}} {{Lua|Module:Navbar|Module:Italic title}} {{Uses TemplateStyles|Module:Infobox/styles.css|Template:Hlist/styles.css|Template:Plainlist/styles.css}} '''Module:Infobox''' is a module that implements the {{tl|Infobox}} template. Please see the template page for usage instructions. == Tracking categories == * {{clc|Pages using infobox templates with ignored data cells}} * {{clc|Articles using in...")
  • 22:55, 6 September 2024 MrT talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
  • 22:55, 6 September 2024 MrT talk contribs created page File:Lua-Logo.svg (From https://commons.wikimedia.org/wiki/File:Lua-Logo.svg Logo from the programming language svg from PostScript Source This logo image consists only of simple geometric shapes or text. It does not meet the threshold of originality needed for copyright protection, and is therefore in the public domain.)
  • 22:55, 6 September 2024 MrT talk contribs uploaded File:Lua-Logo.svg (From https://commons.wikimedia.org/wiki/File:Lua-Logo.svg Logo from the programming language svg from PostScript Source This logo image consists only of simple geometric shapes or text. It does not meet the threshold of originality needed for copyright protection, and is therefore in the public domain.)
  • 22:54, 6 September 2024 MrT talk contribs created page Module:Transclusion count/doc (Created page with "{{Module rating |beta}} {{high-use}} Fetches usage data for highly-transcluded templates. Uses bot-updated values from subpages of Module:Transclusion_count/data/ when available. == Usage == <code><nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|fetch|''number of transclusions''|''use + notation''|all-pages=|demo=}}</code> * ''<code>number of transclusions</code>'': is a static number of times the template has been tr...")
  • 22:53, 6 September 2024 MrT talk contribs created page Module:Transclusion count (Created page with "local p = {} function p.fetch(frame) local template = nil local return_value = nil -- Use demo parameter if it exists, otherwise use current template name local namespace = mw.title.getCurrentTitle().namespace if frame.args["demo"] and frame.args["demo"] ~= "" then template = mw.ustring.gsub(frame.args["demo"],"^[Tt]emplate:","") elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then -- Modul...")
  • 22:53, 6 September 2024 MrT talk contribs created page Template:High-use (Created page with "{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude>")
  • 22:52, 6 September 2024 MrT talk contribs created page Module:High-use/doc (Created page with "{{Module rating|release}} {{High-use}} {{Lua|Module:Effective protection level|Module:Message box|Module:Transclusion count|Module:Yesno}} Implements {{tl|High-use}}. Uses bot-updated values from subpages of Module:Transclusion_count/data/ when available. == Usage == {{Mlx|High-use|main|1{{=}}''number of transclusions''|2{{=}}''discussion page, or use + notation''|info{{=}}|demo{{=}}|form{{=}}|expiry{{=}}}} * ''...")
  • 22:52, 6 September 2024 MrT talk contribs created page Module:High-use (Created page with "local p = {} -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count').fetch local yesno = require('Module:Yesno') function p.num(frame, count) if count == nil then if yesno(frame.args['fetch']) == false then if (frame.args[1] or '') ~= '' then count = tonumber(frame.args[1]) end else count = _fetch(frame) end end -- Build output string local return_value = "" if count == nil then if frame.args[1] == "risk" then...")
  • 22:52, 6 September 2024 MrT talk contribs created page Template:Used in system/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:High-use}} This is the {{tl|used in system}} message box. It is meant to be put at the top of the documentation for templates and modules that are used in the Wikipedia user interface. '''Note!''' It is normal that some of the links in the message box are red. == Usage == The template can be used a...")
  • 22:51, 6 September 2024 MrT talk contribs created page Template:Used in system (Created page with "{{#invoke:High-use|main|1=|2={{{2|}}}|system={{#if:{{{1|}}}|{{{1}}}|in system messages}}<noinclude>|nocat=true</noinclude>}}<noinclude> {{documentation}}<!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 22:51, 6 September 2024 MrT talk contribs created page Module:Navbar/configuration/doc (Created page with "{{module rating|protected}} {{used in system}} Configuration used by Module:Navbar.")
  • 22:51, 6 September 2024 MrT talk contribs created page Module:Navbar/configuration (Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis...")
  • 22:51, 6 September 2024 MrT talk contribs created page Module:Navbar/doc (Created page with "{{used in system}} {{module rating|protected}} {{Lua|Module:Navbar/configuration|Module:Arguments|Module:TableTools}} {{Uses TemplateStyles|Module:Navbar/styles.css|Template:Hlist/styles.css}} This is a Lua implementation of {{tl|Navbar}}. It is used in Module:Navbox.")
  • 22:50, 6 September 2024 MrT talk contribs created page Module:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
  • 22:50, 6 September 2024 MrT talk contribs created page Template:Navbar-header/styles.css (Created page with "{{pp|small=y}}: .navbar-header { text-align: center; position: relative; white-space: nowrap; } .navbar-header .navbar { position: absolute; right: 0; top: 0; margin: 0 5px; }")
  • 22:50, 6 September 2024 MrT talk contribs created page Template:Navbar-header (Created page with "<templatestyles src="Navbar-header/styles.css"/><div class="navbar-header" {{#if:{{{fontcolor|}}}|style="color:{{{fontcolor}}};"}}>{{{1}}}<!-- -->{{#invoke:navbar|navbar | 1 = {{{2<noinclude>|Navbar-header</noinclude>}}} | {{#ifeq: {{{plain|}}} |<!--equals:-->1 |<!--then:-->plain |<!--else:-->mini }} = 1 | {{#if: {{{fontcolor|}}} | fontstyle | NULL }} = color:{{{fontcolor}}}; }}<!-- --></div><noinclude> {{documentation}} <!-- Add cats...")
  • 22:49, 6 September 2024 MrT talk contribs created page Template:Coord how-to (Created page with "<div class="{{{class|}}}" style="display:table; background:#f5fffa; color: #222; margin: 1em 0; border: 1px solid #a2a9b1;{{{style|}}}"> <div style="background:#cef2e0; font-weight:bold; border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;"> {{{{{navbar|navbar-header}}}|1= {{{title|Quick how-to}}} |2=Coord_how-to}} </div><!--end header --> <div style="border-bottom: 1px solid #a2a9b1; padding: 0.2em 0.4em;"> To add {{Coord|57|18|22|N|4|27|32|W}} to the top of an artic...")
  • 22:49, 6 September 2024 MrT talk contribs created page Module:Coordinates/styles.css (Created page with "{{pp-template}}: Geographical coordinates defaults. The classes "geo", "longitude", and "latitude" are used by the Geo microformat.: .geo-default, .geo-dms, .geo-dec { display: inline; } .geo-nondefault, .geo-multi-punct, .geo-inline-hidden { display: none; } .longitude, .latitude { white-space: nowrap; }")
  • 22:48, 6 September 2024 MrT talk contribs created page Template:Coord/doc (Created page with "{{Documentation subpage}} {{#ifeq: {{FULLPAGENAME}} | Template:Coord | {{high-use|all-pages=yes}} }} {{Transwiki guide candidate}} {{lua|Module:Coordinates}} {{#switch: {{FULLPAGENAME}} | Template:Coord | Template:Coord/doc = {{Uses Wikidata|P625}} {{Tracks Wikidata|P625|cat=Coordinates Wikidata tracking categories}} }} When this template is used with '''display=title''', the template is not displayed on mobile. {{Navbox visibility}} This template is still displayed on...")
  • 22:48, 6 September 2024 MrT talk contribs created page Template:Coord (Created page with "<includeonly>{{#invoke:Coordinates|coord}}</includeonly><noinclude> {{Documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
  • 22:47, 6 September 2024 MrT talk contribs created page Module:Location map/info/doc (Created page with "{{High-use}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> '''{{NAMESPACE}}:{{BASEPAGENAME}}''' displays values stored in location map data modules such as Module:Location map/data/Belgium. These modules are used by Module:Location map to obtain values such as the file name and the border coordinates of each location map. == Usage == This module is automatically used as documentation for map data modules and sh...")
  • 22:47, 6 September 2024 MrT talk contribs created page Module:Location map/info (Created page with "local p = {} function p.main(frame) local map = mw.loadData(string.gsub(mw.title.getCurrentTitle().prefixedText,'/doc$','')) local retval = [=[{| class="wikitable" style="text-align:center; margin-top:0;" |+ Location map of ]=] .. map.name .. '\n' .. [=[ |- ! name |colspan="3"| ]=] .. map.name .. [=[ |- ]=] if map.top then retval = retval .. [=[!rowspan="4"|border<br/>coordinates |- |colspan="3"| ]=] .. map.top .. '\n' .. [=[ |- |style="width:7em;"| ]=] .. map.lef...")
  • 22:46, 6 September 2024 MrT talk contribs created page Template:Location map+/doc (Created page with "{{Documentation subpage}} {{high-use| 15079 }} {{Lua|{{#ifeq:{{BASEPAGENAME}}|Location map~|Module:Location map|Module:Location map/multi}}}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{Location map+|England|width=300|AlternativeMap=England_locator_map_with_North_East_England_highlighted.svg|alt=Map of England showing the locations of towns and battles. Bosworth is in the centre, northwest of London.|float=right|caption=File:Battle icon active (crossed swor...")
  • 22:46, 6 September 2024 MrT talk contribs created page Template:Location map+ (Created page with "<includeonly>{{#invoke:Location map/multi|container}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 22:42, 6 September 2024 MrT talk contribs created page Template:Location map data documentation/doc (Created page with "{{Documentation subpage}} {{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use}}}} == Usage == This page is a template which generates documentation for location map data modules having names starting with "Module:Location map/data/", such as Module:Location map/data/Morocco. It is used each module's documentation page, such as Module:Location map/data/Morocco/doc. === Parameters === <!-- NOTE: This section is transcluded in Template:...")
  • 22:42, 6 September 2024 MrT talk contribs created page Template:Location map data documentation (Created page with "<includeonly>__NOEDITSECTION__{{#invoke:Location map/info|main}} {{{image|}}} '''{{#titleparts:{{FULLPAGENAME}}|3}}''' is a location map definition used to overlay markers and labels on {{{projection|an equirectangular projection}}} map of {{{name|[[{{#invoke:Location map|data|{{#titleparts:{{FULLPAGENAME}}|1|3}}|name}}]]}}}. The markers are placed by latitude and longitude coordinates on the default map or a similar map image. == Usage == These definitions...")
  • 22:41, 6 September 2024 MrT talk contribs created page Module:Location map/data/doc (Template:Location map data documentation) Tag: New redirect
  • 22:41, 6 September 2024 MrT talk contribs created page Module:Location map/data/USA/doc (Created page with "<!-- Categories go at the bottom of this page. --> {{High-use}} {{Module:Location map/data/doc|name=the United States|projection=an equidistant conic projection|examples= === Location map, using default map (image) === {{Location map | USA | width = 250 | label = Washington, D.C. | lat_deg = 38.89 | lon_deg = -77.04 }} <pre style="width:30em"> {{Location map | USA | width = 250 | label = Washington, D.C. | lat_deg = 38.89 | lon_deg = -77.04 }} </pre> {{cl...")
  • 22:41, 6 September 2024 MrT talk contribs created page Module:Location map/data/USA (Created page with "return { name = 'the United States', x = '50.0 + 124.03149777329222 * ((1.9694462586094064-($1 * pi / 180)) * sin(0.6010514667026994 * ($2 + 96) * pi / 180))', y = '50.0 + 1.6155950752393982 * 124.03149777329222 * ( 0.02613325650382181 - (1.3236744353715044 - (1.9694462586094064 - ($1 * pi / 180)) * cos(0.6010514667026994 * ($2 + 96) * pi / 180)))', image = 'Usa edcp location map.svg', image1 = 'Usa edcp relief location map.png' }")
  • 22:40, 6 September 2024 MrT talk contribs created page Template:Location map/doc (Created page with "{{Documentation subpage}} {{High-use| 599433 }} {{Lua|Module:Location map}} {{Location map|USA |relief= 1 |width= 320 |lat= 44.6 |long= -110.5 |caption= Location of Yellowstone in the north-western United States of America }} The '''location map''' template generates a location map as a composite image, consisting of a map and a location mark. Optionally, a label and caption can be added. ==Usage== Map image files are not accessed direct...")
  • 22:40, 6 September 2024 MrT talk contribs created page Template:Location map (Created page with "<includeonly>{{#invoke:Location map|main}}</includeonly><noinclude>{{documentation}}</noinclude>")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)