All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fox Labs Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:38, 4 November 2023 Inari talk contribs created page Module:Italic title (Created page with "-- This module implements {{italic title}}. require('strict') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local yesno = require('Module:Yesno') -------------------------------------------------------------------------------- -- ItalicTitle class -------------------------------------------------------------------------------- local ItalicTitle = {} do ----------------...")
- 15:37, 4 November 2023 Inari talk contribs created page Module:Lua banner/configuration (Created page with "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpa...")
- 06:07, 4 November 2023 Inari talk contribs created page Module:Effective permission expiry/doc (Created page with "{{Module rating |protected <!-- Values: pre-alpha • alpha • beta • release • protected -- If a rating not needed/relevant, delete this template call -->}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> This module provides a way to retrieve the expiry of a restriction over a given action on a page. == Usage == This module will use up to 1 expensive parser function call each...")
- 06:07, 4 November 2023 Inari talk contribs created page Module:Effective permission expiry (Created page with "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'auto...")
- 06:06, 4 November 2023 Inari talk contribs created page Module:Effective permission level/doc (Created page with "{{Module rating|protected}} {{used in system}} This module provides a way to retrieve the group required to perform a given action on a page. It currently tests the following criteria: * The page being pending-changes protected: autoconfirmed * The page being a JavaScript or CSS subpage in userspace, or in the MediaWiki namespace: interfaceadmin * The page being in the MediaWiki namespace: sysop * The page being a JSON subpage in userspace: sysop * The page being protec...")
- 06:06, 4 November 2023 Inari talk contribs created page Module:Effective permission level (Created page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local leve...")
- 05:54, 4 November 2023 Inari talk contribs created page Template:Infobox/styles.css (Created page with "{{pp|small=y}}: * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See MediaWiki talk:Common.css/to do * DO NOT ADD THEM HERE: * not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox { padding: 0; borde...")
- 05:47, 4 November 2023 Inari talk contribs created page Template:End/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[</nowiki>Wikipedia:Wikidata<nowiki>]]) --> {{high-use}} == Usage == This template ends any table (with bar-brace "|}") and may be used with any other templates that begin a one-level table, except with template {{tl|Collapse top}} which requires a {{tl|collapse bottom}} to end a collapsible text. This template duplicates {{tl|s-end}} f...")
- 05:46, 4 November 2023 Inari talk contribs created page Template:End (Created page with "<includeonly> {{#if:{{{html|}}}|</table>|{{!}}} }}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:End with unknown parameter "_VALUE_"|ignoreblank=y| html | 1<!--parameter does not do anything, but described in the documentation since 2015--> }}<noinclude>{{Documentation}}</noinclude>")
- 05:45, 4 November 2023 Inari talk contribs created page Template:Div col end (Created page with "<includeonly></div></includeonly><noinclude> {{Documentation|Template:Div col/doc}} </noinclude>")
- 05:45, 4 November 2023 Inari talk contribs created page Template:Div col/styles.css (Created page with "{{pp|small=yes}}: .div-col { margin-top: 0.3em; column-width: 30em; } .div-col-small { font-size: 90%; } .div-col-rules { column-rule: 1px solid #aaa; } Reset top margin for lists in div col: .div-col dl, .div-col ol, .div-col ul { margin-top: 0; } Avoid elements breaking between columns See also Template:No col break: .div-col li, .div-col dd { page-break-inside: avoid; Removed from CSS in favor of break-inside c. 2020: break-inside: av...")
- 05:44, 4 November 2023 Inari talk contribs created page Template:Div col/doc (Created page with "{{Documentation subpage}} <!----------------------------------------------------------------------------- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE ------------------------------------------------------------------------------> {{#ifeq:{{FULLPAGENAME}}|Template:Div col|{{High-use| 269676 }}|{{#ifeq:{{FULLPAGENAME}}|Template:Div col end|{{High-use| 209292 }}}}}} {{Ombox |type=notice |text=Columns are not supported by some older browsers, most not...")
- 05:44, 4 November 2023 Inari talk contribs created page Template:Div col (Created page with "<includeonly><templatestyles src="Div col/styles.css"/><!-- --><div class="div-col {{#ifeq:{{{small|}}}|yes|div-col-small}} {{#ifeq:{{{rules|}}}|yes|div-col-rules}} {{{class|}}}" <!-- -->{{#if:{{{colwidth|}}}{{{gap|}}}{{{style|}}}|<!-- -->style="{{#if:{{{colwidth|}}}|column-width: {{{colwidth}}};}}{{#if:{{{gap|}}}|column-gap: {{{gap}}};}}{{#if:{{{style|}}}|{{{style}}}}}"<!-- -->}}><!-- -->{{#if:{{{content|}}}|{{{content}}}</div>}}<!-- Inventory how many pages use small=y...")
- 05:42, 4 November 2023 Inari 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...")
- 05:41, 4 November 2023 Inari talk contribs created page Module:Sidebar/styles.css (Created page with "{{pp-template}}: TODO: Invert width design to be "mobile first": .sidebar { TODO: Ask if we should have max-width 22em instead: width: 22em; @noflip: float: right; @noflip: clear: right; @noflip: margin: 0.5em 0 1em 1em; background: #f8f9fa; border: 1px solid #aaa; padding: 0.2em; text-align: center; line-height: 1.4em; font-size: 88%; border-collapse: collapse; /* Timeless has display: none on .nomobile at mobile resolutions...")
- 05:40, 4 November 2023 Inari 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 = {...")
- 05:40, 4 November 2023 Inari talk contribs created page Module:Sidebar/doc (Created page with "{{High-use}} {{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:Sidebar...")
- 05:40, 4 November 2023 Inari 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...")
- 05:39, 4 November 2023 Inari talk contribs created page Template:Sidebar (Created page with "{{#invoke:Sidebar|sidebar}}<noinclude> {{documentation}}</noinclude>")
- 05:38, 4 November 2023 Inari talk contribs created page Template:Str left/doc (Created page with "{{used in system}} {{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> == Usage == : {{Template link expanded|Str left|<string>|<count>}} Gives the resultant <count> of characters ''creating a substring of characters'' from the start of the trimmed string (i.e. the substring returned will have length <count>, exclusive of leading white...")
- 05:38, 4 November 2023 Inari talk contribs created page Template:Str left (Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 05:35, 4 November 2023 Inari talk contribs created page Template:Apostrophe/doc (Created page with "{{Documentation subpage}} {{High-use}} {{tsh|'}} <!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----> This template leaves leading space before the apostrophe, unlike the similar {{tl|`}} (no spacing). This template is intended for use with ''italic'' text, whereas {{tl|`}} is intended for use with non-italic text. For example: * <code><nowiki>The ''Iliad''{{'}}s vocabulary is archaic.</nowiki></code> generates: * The ''Iliad''{{'}...")
- 05:35, 4 November 2023 Inari talk contribs created page Template:Apostrophe (Created page with "<span class="nowrap" style="padding-left:0.1em;">'</span><noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 05:35, 4 November 2023 Inari talk contribs created page Template:Apostrophe (Redirected page to Template:Apostrophe) Tag: New redirect
- 05:25, 4 November 2023 Inari talk contribs created page Template:Efn/doc (Created page with "{{Documentation subpage}} {{Transwiki guide |small=yes |text=See '''this information''' on copying this template and modifying it for use on another wiki.}} <!-- Categories and interwikis go at the bottom of this page. --> {{High-use}} '''Explanatory footnotes''' or '''Efn''' are footnotes which provide something other than, or more than, a reference to a source that supports the accompanying text. The first un...")
- 05:25, 4 November 2023 Inari talk contribs created page Template:Efn (Created page with "<includeonly>{{#if:{{{name|}}} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|name={{{name|}}}|group={{#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek | lower-roman = {{{group|}}} | #default = lower-alpha }} }} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|group={{#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek...")
- 05:23, 4 November 2023 Inari talk contribs created page Template:Efn-lr/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{#section:Help:footnotes|pregroup}} <includeonly>{{Sandbox other|| <!-- Categories and interwikis go here: --> Category:Explanatory footnote templates Category:Templates that generate named references }}</includeonly>")
- 05:23, 4 November 2023 Inari talk contribs created page Template:Efn-lr (Created page with "<includeonly>{{efn|name={{{name|}}}|group=lower-roman|reference={{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 05:21, 4 November 2023 Inari talk contribs created page Module:Navbox/styles.css (Created page with "{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; No top margin for nested navboxes: } .navbox + .navbox, TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pix...")
- 05:21, 4 November 2023 Inari talk contribs created page Module:Navbox/configuration (Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {...")
- 05:20, 4 November 2023 Inari talk contribs created page Module:Navbox/doc (Created page with "{{High-use}} {{module rating|protected}} {{Lua|Module:Navbox/configuration|Module:Navbar|Module:Color contrast|Module:Arguments}} {{Uses TemplateStyles|Module:Navbox/styles.css|Template:Plainlist/styles.css|Template:Hlist/styles.css}} {{Lua sidebar}} This module implements the {{tl|Navbox}} template. Please see the template page for usage instructions. == Tracking/maintenance categories == * {{clc|Navbox orphans}} * {{clc|Navigational boxes without...")
- 05:20, 4 November 2023 Inari talk contribs created page Module:Navbox (Created page with "require('strict') local p = {} local navbar = require('Module:Navbar')._navbar local cfg = mw.loadData('Module:Navbox/configuration') local getArgs -- lazily initialized local args local format = string.format local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows all pages -- where a...")
- 05:19, 4 November 2023 Inari talk contribs created page Template:Navbox (Created page with "<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 05:18, 4 November 2023 Inari talk contribs created page Zilog Z80 (Created page with "{{Infobox CPU |name = Zilog Z80 |produced-start = March 1976 |slowest = 2.5, 4, 6, 8 |slow-unit = MHz |fastest = 10 |fast-unit = MHz with CMOS variant up to 20 MHz and binary compatible derivatives (from Zilog) up to 33 and 50 MHz |manuf1 = Mostek, Synertek, Zilog, SGS-Thomson, NEC, Sharp, Toshiba, Rohm, GoldStar (LG), Hitachi, National Semiconductor,{{ef...") Tag: Visual edit: Switched
- 05:16, 4 November 2023 Inari talk contribs created page Module:For loop/doc (Created page with "{{module rating|release}} {{Module rating|protected}} {{High-use}} This module implements {{lt|For loop}}. Please see the template page for documentation.")
- 05:16, 4 November 2023 Inari talk contribs created page Module:For loop (Created page with "-- This module implements {{for loop}}. local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = getArgs(frame, { trim = false, removeBlanks = false }) return p._main(args) end function p._main(args) local template = args['call'] or 'void' local calltemplates = yesno(args.substall or "", true) or not mw.isSubsting() local variableParam = args.pv variableParam = tonumber(variab...")
- 05:16, 4 November 2023 Inari talk contribs created page Template:For loop (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:For loop|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 05:15, 4 November 2023 Inari talk contribs created page Template:Plainlist/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{Cascade-protected template}} {{High-use}} {{Template shortcut|PL}} {{Uses TemplateStyles|Template:Plainlist/styles.css}} This template provides a WCAG/ISO-standards-compliant accessible alternative to <code><nowiki><br /></nowiki></code> separated lists, per WP:UBLIST and WP:PLIST == Usage == {{tl|plainlist}} starts a plain (i.e. unbulle...")
- 05:14, 4 November 2023 Inari talk contribs created page Template:Plainlist (Created page with "<templatestyles src="Plainlist/styles.css"/><div class="plainlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>")
- 05:13, 4 November 2023 Inari talk contribs created page Template:Infobox computer hardware/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[</nowiki>Wikipedia:Wikidata<nowiki>]]) --> This is for generic pieces of computer hardware that don't have more specific infoboxes, such as hard drives, motherboards, CD-ROMs etc. It should not be used for hardware such as CPUs that have their own specific infoboxes. External hardware should not use this box either. ==Usage== {{Paramet...")
- 05:13, 4 November 2023 Inari talk contribs created page Template:Infobox computer hardware (Created page with "{{Infobox | title = {{{name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo|}}}|size={{{logo-size|}}}|sizedefault=frameless}} | caption = {{{logo_caption|{{{logo caption|}}}}}} | image2 = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image-size|}}}|sizedefault=frameless}} | caption2 = {{{caption|}}} | label1 = Date invented | data1 = {{{invent-date|}}} | label2 = Invented by | data2...")
- 05:11, 4 November 2023 Inari talk contribs created page Template:Infobox CPU/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[</nowiki>Wikipedia:Wikidata<nowiki>]]) --> {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} This template is for CPUs, SoCs and SiPs. For generic hardware components, see Template:Infobox computer hardware. {{Missing Information|<br>''one good example'' of this infobox would be nice here. But as long a...")
- 05:10, 4 November 2023 Inari talk contribs created page Template:Template link code (Redirected page to Template:Template link code) Tag: New redirect
- 05:07, 4 November 2023 Inari talk contribs created page Template:Stack begin/doc (Created page with "{{Documentation subpage}} {{High-use}} {{Uses TemplateStyles|Template:Stack/styles.css}} {{Stack documentation}} <includeonly>{{Sandbox other| | <!-- Categories below this line, please: --> Category:Graphics templates Category:Positioning templates }}</includeonly>")
- 05:07, 4 November 2023 Inari talk contribs created page Template:Stack end/doc (Created page with "{{Documentation subpage}} {{High-use}} {{Stack documentation}} <includeonly>{{Sandbox other| | <!-- Categories below this line, please: --> Category:Graphics templates Category:Positioning templates }}</includeonly>")
- 05:07, 4 November 2023 Inari talk contribs created page Template:Stack end (Created page with "<includeonly></div></div>{{#invoke:Check for unknown parameters|check|unknown=_VALUE_{{PAGENAME}}|preview=Page using Template:Stack end with unknown parameter "_VALUE_"|ignoreblank=y}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 05:06, 4 November 2023 Inari talk contribs created page Template:Stack begin (Created page with "<templatestyles src="Stack/styles.css"/><div class="stack {{#switch:{{{float|right}}}|left=stack-{{#switch:{{{margin|}}}|1|true|y|yes=margin-}}{{#switch:{{{clear|}}}|left|true=clear-}}left|right=stack-{{#switch:{{{margin|}}}|1|true|y|yes=margin-}}{{#switch:{{{clear|}}}|right|true=clear-}}right}}"><!-- --><div {{#if:{{{cellspacing|}}}|style="margin: {{{cellspacing}}}px"}}><!-- -->{{#invoke:Check for unknown parameters|check|unknown=Category:Pages using stack with unknow...")
- 05:06, 4 November 2023 Inari talk contribs created page Template:Stack documentation (Created page with "<noinclude> {{ombox |text=This template serves as the shared documentation for {{tl|Stack}}, {{tl|Stack begin}}, and {{tl|Stack end}}.}} </noinclude> This template can be used to stack images and other floating content such as infobox templates without causing problems with spacing and floating. Enter a string of images/templates as the first parameter to have them stack without generating floating errors or spacing errors. You can stack many objects from the top of a se...")
- 05:05, 4 November 2023 Inari talk contribs created page Template:Stack/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}} {{Uses TemplateStyles|Template:Stack/styles.css}} {{Lua|Module:Check for unknown parameters}} {{Stack documentation}} <templatedata> { "params": {} } </templatedata> <includeonly>{{Sandbox other|| Category:Graphics templates Category:Positioning templates Category:Templates that add a trac...")
- 05:05, 4 November 2023 Inari talk contribs created page Template:Stack/styles.css (Created page with "{{pp-template}}: .stack { box-sizing: border-box; } .stack > div { margin: 1px; overflow: hidden; } @media all and (min-width: 720px) { .stack-clear-left { float: left; clear: left; } .stack-clear-right { float: right; clear: right; } .stack-left { float: left; } .stack-right { float: right; } .stack-margin-clear-left { float: left; clear: left; margin-right: 1em; } .stack-margin-clear-right { float: right; clear: righ...")