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:13, 6 September 2024 MrT talk contribs created page Module:Aligned table (Created page with "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth'...")
  • 22:13, 6 September 2024 MrT talk contribs created page Template:Aligned table/doc (Created page with "{{Documentation subpage}} {{Lua|icononly=on |Module:Aligned table}} {{high-use|8130}} <!----Please place categories where indicated at the bottom of this page and interwikis in Wikidata----> The purpose is of this template is for generating simple tables in locations where standard table markup is either not possible, without significant use of the {{tlc|!}} magic word (e.g., with a {{tl|sidebar}} template), or cumbersome (due to the repetitive use of spec...")
  • 22:12, 6 September 2024 MrT talk contribs created page Template:Aligned table (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:aligned table|table}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
  • 22:12, 6 September 2024 MrT talk contribs created page Template:Semantic markup templates (Created page with "{{Navbox | name = Semantic markup templates | state = {{{state|{{{1|<includeonly>collapsed</includeonly>}}}}}} | title = {{c|Semantic markup templates}} | liststyle = font-size:110%; | tracking = no <!-- keep the documented templates out of the hlist tracking category --> | list1 = {{Aligned table |cols=3 |class=wikitable sortable |style=line-height:1.35em;text-align:left; |colstyle=<!--vertical-align:middle;-->padding-right:1.0em; |col2style=white-space:nowr...")
  • 22:06, 6 September 2024 MrT talk contribs created page Template:Pre/doc (Created page with "{{Documentation subpage}} {{Uses TemplateStyles|Template:Pre/styles.css}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template implements a version of the functionality provided by the HTML {{tag|pre|o}} tag. ===TemplateData=== <templatedata> { "description": "This template implements a version of the functionality provided by the HTML <pre> tag.", "params": { "1": { "label": "Text", "type": "string", "description": "T...")
  • 22:05, 6 September 2024 MrT talk contribs created page Template:Pre (Created page with "<templatestyles src="Pre/styles.css"/><pre<includeonly></includeonly> class="pre {{#ifeq:{{{border|}}}|no|pre-borderless}}" {{#if:{{{space|}}}{{{width|}}}{{{style|}}}|style="{{#if:{{{space|}}}|white-space: {{{space}}};}} {{#if:{{{width|}}}|width: {{{width}}};}} {{{style|}}}"}}><!-- -->{{#if:{{{1|}}}|{{{1}}}<noinclude>|Sample text</noinclude>}}<!-- -->{{#if:{{{2|}}}|{{!}}{{{2}}}}}<!-- -->{{#if:{{{3|}}}|{{!}}{{{3}}}}}<!-- -->{{#if:{{{4|}}}|{{!}}{{{4}}}}}<!-- -->{{#if:{{{5|...")
  • 22:05, 6 September 2024 MrT talk contribs created page Template:Module rating/doc (Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. == Usage == Basic usage: {{pre|{{tlx|module rating|''rating''}}}} Without categories: {{pre|{{tlx|module rating|''rating''|3...")
  • 22:04, 6 September 2024 MrT talk contribs created page Template:Module rating (Created page with "<includeonly>{{#ifeq:{{SUBPAGENAME}}|doc|<!--do not show protection level of the module on the doc page, use the second and optionally third parameter if the doc page is also protected -->{{#if:{{{2|}}}|{{Pp|{{{2}}}|action={{{3|}}}}}}}|{{Module other|{{ombox | type = notice | image = {{#switch: {{{1|}}} | pre-alpha | prealpha | pa = 40x40px|link=|alt=Pre-alpha | alpha | a = File:Greek lc alph...")
  • 22:04, 6 September 2024 MrT talk contribs created page Module:Warning/doc (Created page with "{{Module rating|beta}} This module simply unifies the formatting of all warning messages similar to Module:Error. Currently, it is plain text, but custom formatting may be applied after discussion in the talk page. Warnings are displayed above the preview when previewing an edit. == Usage == <syntaxhighlight lang="lua"> local warn = require('Module:Warning') warn("Message") warn(("TypeWarning: %s"):format(warning), level) </syntaxhighlight>...")
  • 22:03, 6 September 2024 MrT talk contribs created page Module:Warning (Created page with "local libraryUtil = require('libraryUtil') local wrapper = "%s" -- wikitext formatting local msg_loc = "Lua warning in %s at line %d: %s." local msg = "Lua warning: %s." return function (message, level) libraryUtil.checkType('warn', 2, level, 'number', true) level = level or 1 if level > 0 then local _, location = pcall(error, '', level+2) if location ~= '' then location = mw.text.split(location:sub(1,-3), ':%f[%d]') message = msg_loc:format(location[1], l...")
  • 22:03, 6 September 2024 MrT talk contribs created page Module:If preview/configuration/doc (Created page with "{{used in system}}<noinclude> Category:Module documentation pages </noinclude>")
  • 22:03, 6 September 2024 MrT talk contribs created page 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...")
  • 22:02, 6 September 2024 MrT talk contribs created page Module:If preview/doc (Created page with "{{Module rating|protected}} {{High-use}} {{Lua|Module:If preview/configuration}} {{Uses TemplateStyles|Module:If preview/styles.css}} This module implements {{Tl|If preview}} and {{Tl|Preview warning}}. It helps templates/modules determine if they are being previewed. Prefer implementing the template versions in other templates. In a module to use the <code>main()</code>, you need to pass a frame table with an args table. For the preview warning, use <code>_warning()...")
  • 22:01, 6 September 2024 MrT talk contribs created page 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...")
  • 22:01, 6 September 2024 MrT talk contribs created page Module:Error/doc (Created page with "{{High-use|80000}} {{Module rating|protected}} This module implements {{Tl|Error}}. It creates an html message with class "error". Please, see the documentation page there for usage instructions. == See also == * Module:Warning * Module:If preview<includeonly> {{Sandbox other|| Category:Error-handling modules }}</includeonly><noinclude> Category:Module documentation pages </noinclude>")
  • 22:00, 6 September 2024 MrT talk contribs created page Module:Error (Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function...")
  • 22:00, 6 September 2024 MrT talk contribs created page Module:Format link/doc (Created page with "<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{used in system|in MediaWiki:Perfcachedts}} {{Lua|Module:Arguments|Module:Error|Module:Yesno}} This module, migrated from origins in Module:Hatnote, provides functionality for formatting links for display, including that powering the {{tl|format link}} template. It can pretty-format section links with the section symbol ("§") and appropriate whitespace, it automatical...")
  • 21:59, 6 September 2024 MrT talk contribs created page Module:Format link (Created page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(...")
  • 21:59, 6 September 2024 MrT talk contribs created page Module:Hatnote list/doc (Created page with "<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{used in system|in MediaWiki:Wantedpages-summary}} {{Lua|Module:Format link|Module:Hatnote|Module:Arguments}} == Usage from wikitext == This module is not designed be used directly from wikitext even though <code>forSee</code> does take an initial <code>frame</code> argument and could potentially be used from wikitext, e.g.: *<code><now...")
  • 21:59, 6 September 2024 MrT talk contribs created page Module:Hatnote list (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd...")
  • 21:57, 6 September 2024 MrT talk contribs created page Module:Labelled list hatnote/doc (Created page with "{{module rating|protected}} {{used in system|in MediaWiki:Wantedpages-summary}} {{Lua|Module:Hatnote|Module:Hatnote list|Module:Arguments}} This module provides a handful of functions that make it easy to implement hatnotes that take the form of a label in front of a list of pages, e.g. {{hatnote|LABEL: A, B, and C}} == Usage == ===labelledList=== Invoking the <code>labelledList()</code> function is enough to implement most such templates: <code><now...")
  • 21:57, 6 September 2024 MrT talk contribs created page Module:Labelled list hatnote (Created page with "-------------------------------------------------------------------------------- -- Labelled list -- -- -- -- This module does the core work of creating a hatnote composed of a list -- -- prefixed by a colon-terminated label, i.e. "LABEL: [andList of pages]", -- -- for {{see also}} and similar templates....")
  • 21:55, 6 September 2024 MrT talk contribs created page Module:Hatnote/doc (Created page with "{{used in system|in MediaWiki:Wantedpages-summary}} {{module rating|protected}} {{Lua|Module:Yesno|Module:Arguments}} {{Uses TemplateStyles|Module:Hatnote/styles.css}} This is a meta-module that provides various functions for making hatnotes. It implements the {{tl|hatnote}} template, for use in hatnotes at the top of pages. It also contains a number of helper functions for use in other Lua hatnote modules. == Use from wikitext == The function...")
  • 21:54, 6 September 2024 MrT talk contribs created page Module:Hatnote (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....")
  • 21:54, 6 September 2024 MrT talk contribs created page Module:Distinguish/doc (Created page with "<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{High-use}} {{Module rating|protected}} {{Lua|Module:Arguments|Module:TableTools|Module:Hatnote|Module:Hatnote list}} Implements {{tl|distinguish}}. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> Category:Hatnote modules }}</includeonly><noinclude> Category:Module...")
  • 21:53, 6 September 2024 MrT talk contribs created page Module:Distinguish (Created page with "local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments --initialize lazily local mTableTools --initialize lazily local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.distinguish(frame) mArguments = require('Module:Arguments') mTableTools = require('Module:TableTools') local args = mArguments.getArgs(frame) local selfref = args.selfref local text = args.text a...")
  • 21:53, 6 September 2024 MrT talk contribs created page Module:For/doc (Created page with "{{Distinguish|Module:For loop}} {{high-risk}} {{Module rating|protected}} {{Lua|Module:Yesno|Module:Hatnote|Module:Hatnote list|Module:Arguments}} Implements {{tl|for}}. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> Category:Hatnote modules }}</includeonly><noinclude> Category:Module documentation pages </noinclude>")
  • 21:52, 6 September 2024 MrT talk contribs created page Module:For (Created page with "local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function p._For (a...")
  • 21:52, 6 September 2024 MrT talk contribs created page Template:For/doc (Created page with "{{for|the template to create a for loop|Template:For loop}} {{documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{high-use| 149560 }} {{Lua|Module:For}} == Usage == This template yields a hatnote similar to {{tl|Other uses}}, but allowing more flexible text with links to multiple articles or disambiguation pages. It accepts one or more parameters (zero is not allowed). === With one parameter (rare) === The first parameter sets...")
  • 21:52, 6 September 2024 MrT talk contribs created page Template:For (Created page with "<includeonly>{{#invoke:For|For}}</includeonly><noinclude> {{Documentation}} </noinclude>")
  • 21:51, 6 September 2024 MrT talk contribs created page Module:Math/doc (Created page with "{{for|''formatting'' mathematical expressions, LATEX-style|Template:Math}} {{High-risk|1,607,000+}} {{module rating|protected}} This module provides a number of mathematical functions. These functions can be used from #invoke or from other Lua modules. == Use from other Lua modules == To use the module from normal wiki pages, no special preparation is needed. If you are using the module from another Lua module, first you need to load it, like this: <syntaxhighlight lan...")
  • 21:51, 6 September 2024 MrT talk contribs created page Module:Math (Created page with "--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. local function...")
  • 21:49, 6 September 2024 MrT talk contribs created page Module:Number table sorting/doc (Created page with "{{High-use}} {{Lua|Module:Math|Module:Sortkey}} Implements {{tl|Number table sorting}}")
  • 21:49, 6 September 2024 MrT talk contribs created page Module:Number table sorting (Created page with "local lang = mw.language.getContentLanguage() local Math = require('Module:Math') local SortKey = require('Module:Sortkey') -- constants local INF = math.huge local NEGINF = -math.huge local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) -------------------------------------------------------------------------------- -- Nts class -------------------------------------------------------------------------------- local Nts = {} Nts.__index = Nts Nts.formats...")
  • 21:48, 6 September 2024 MrT talk contribs created page Template:Number table sorting/doc (Created page with "{{Documentation subpage}} {{High-use}} {{Template shortcut|Nts}} {{Lua|Module:Number table sorting}} {{mbox | type = notice | text = Note. Adding <code>data-sort-type="number"</code> to the relevant column header solves many numerical sorting problems. See {{slink|Help:Sortable tables#Forcing a column to have a particular data type}}. }} This template can be useful when building a sortable table in which a column contains both numbers and text. T...")
  • 21:48, 6 September 2024 MrT talk contribs created page Template:Number table sorting (Created page with "<includeonly>{{#invoke:Number table sorting|main}}</includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
  • 21:48, 6 September 2024 MrT talk contribs created page Template:Nts (Template:Number table sorting) Tag: New redirect
  • 21:47, 6 September 2024 MrT talk contribs created page Manual:Expr parser function syntax (Help:Calculation) Tag: New redirect
  • 21:46, 6 September 2024 MrT talk contribs created page Template:Xpett (Created page with "<includeonly>| {{xpsoc|#expr:{{{1}}}|gives={{!}}{{!}}}} |-</includeonly><noinclude> This template provides a table row for an example in Manual:Expr parser function syntax etc. Category:Expand demo templates </noinclude>")
  • 21:45, 6 September 2024 MrT talk contribs created page Template:Xpettb (Created page with "<noinclude>{{rfd}}</noinclude><includeonly>| {{xpsoc|#expr:{{{1}}}{{{2}}}{{{3}}}|gives={{!}}{{!}}}} |-</includeonly><noinclude> This template provides a table row for an example of a binary operator in Help:Calculation etc. Category:Expand demo templates </noinclude>")
  • 21:44, 6 September 2024 MrT talk contribs created page Module:Template invocation/doc (Created page with "This is a meta-module for producing MediaWiki template invocations. {{High-use|demo=Module:Unsubst|2=yes}} {{Module rating|p}} == Usage == First, load the module: <syntaxhighlight lang="lua"> local mTemplateInvocation = require('Module:Template invocation') </syntaxhighlight> Then you can use the individual functions as documented below. === Name === <syntaxhighlight lang="lua"> mTemplateInvocation.name(title) </syntaxhighlight> This function produces the name t...")
  • 21:44, 6 September 2024 MrT talk contribs created page Module:Template invocation (copy from https://en.wikipedia.org/wiki/Module:Template_invocation)
  • 21:39, 6 September 2024 MrT talk contribs created page File:Cmbox notice.png (From https://commons.wikimedia.org/wiki/File:Cmbox_notice.png English: 40px "notice" icon for use in Template:Cmbox and dependent templates This work has been released into the public domain by its author, El T at English Wikipedia. This applies worldwide. In some countries this may not be legally possible; if so: El T (https://en.wikipedia.org/wiki/en:User:El_T) grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.)
  • 21:39, 6 September 2024 MrT talk contribs uploaded File:Cmbox notice.png (From https://commons.wikimedia.org/wiki/File:Cmbox_notice.png English: 40px "notice" icon for use in Template:Cmbox and dependent templates This work has been released into the public domain by its author, El T at English Wikipedia. This applies worldwide. In some countries this may not be legally possible; if so: El T (https://en.wikipedia.org/wiki/en:User:El_T) grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.)
  • 21:36, 6 September 2024 MrT talk contribs created page Templates (Templates) Tags: New redirect Visual edit
  • 21:34, 6 September 2024 MrT talk contribs created page Breadcrumbs (Redirected page to Template:Breadcrumbs) Tags: New redirect Visual edit
  • 21:34, 6 September 2024 MrT talk contribs created page Permalinks (Help:Permanent link) Tags: New redirect Visual edit
  • 21:32, 6 September 2024 MrT talk contribs created page User contributions (User contributions) Tags: New redirect Visual edit
  • 21:32, 6 September 2024 MrT talk contribs created page Page history (Redirect) Tags: New redirect Visual edit
  • 21:26, 6 September 2024 (username removed) (log details removed) (edit summary removed)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)