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: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>")
  • 22:40, 6 September 2024 MrT talk contribs created page Template:Location map many/doc (Created page with "{{Documentation subpage}} {{High-use}} {{Lua|Module:Location map/multi}} '''Template:Location map many''' creates a location map as a composite image of an existing map, with multiple markers and optional labels superimposed onto it. This template functions in the style of Template:Location map, but allows multiple markers and labels (rather than just one marker). See also ''Template:Location map+'', which specifies points as a code...")
  • 22:39, 6 September 2024 MrT talk contribs created page Template:Location map many (Created page with "<includeonly>{{#invoke:Location map/multi|many}}</includeonly><noinclude> {{Documentation}} <!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>")
  • 22:39, 6 September 2024 MrT talk contribs created page Module:Location map/multi/doc (Created page with "{{module rating|protected}} {{high-use|15000}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> == Usage == This module implements the {{tl|Location map+}} and {{tl|Location map many}} templates. Please see the template pages for usage instructions. {{cleanup section|reason=The load() function is used on its own. We should document it.}} == Tracking/maintenance category == * {{clc|Location maps with possible errors}} <includeonly>{{#i...")
  • 22:39, 6 September 2024 MrT talk contribs created page Module:Location map/multi (Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local locmap = require('Module:Location map') local function switcherSeparate(s) if s == nil then return {} end local retval = {} for i in string.gmatch(s .. '#', '([^#]*)#') do i = mw.text.trim(i) retval[#retval + 1] = (i ~= '' and i) end return retval end function p.container(frame, args, map) local caption_list = {} if not args then args = getArgs(frame, {wrappers = 'Te...")
  • 22:38, 6 September 2024 MrT talk contribs created page Module:Location map/doc (Created page with "{{Module rating|protected}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> {{High-use}} {{Lua|Module:Arguments}} {{Uses TemplateStyles|Module:Location map/styles.css}} == Usage == This module implements the {{tl|Location map}} and {{tl|Location map~}} templates. Please see the template pages for usage instructions. == Known issues == Since the introduction of support for different captions when multiple maps are utilized, an issue has...")
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)