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).
- 01:33, 4 November 2023 Inari talk contribs created page Module:Convert/text (Created page with "-- Text used by Module:Convert for enwiki. -- This is a separate module to simplify translation for use on another wiki. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- Some units accept an SI prefix before the unit code, such as "kg" for kilogram. local SIprefixes = { -- The prefix field is what the prefix should be, if different from the prefix used. ['Q'] = { exponent = 30, name = 'quetta', }, ['R'] = { exponent = 27,...")
- 01:32, 4 November 2023 Inari talk contribs created page Module:Convert/data (Created page with "-- Conversion data used by Module:Convert which uses mw.loadData() for -- read-only access to this module so that it is loaded only once per page. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- -- These data tables follow: -- all_units all properties for a unit, including default output -- default_exceptions exceptions for default output ('kg' and 'g' have different defaults) -- link_exceptions exceptions for links...")
- 01:32, 4 November 2023 Inari talk contribs created page Template:Convert/doc (Created page with "{{documentation subpage}}<!-- Template convert transclusions Statistics on total tc's: 2014-09-05 673940 2014-12-16 693141 2015-01-28 700000 2015-08-31 736989 2016-05-25 789091 2016-11-17 832994 2017-07-29 872000 2017-12-15 902231 2018-12-27 957770 2019-01-12 960769 2019-10-26 995152 2019-01-01 by TDmonthly error report: Page [article] count: 651064; Transclusion count: 2878293 --> {{High-use}} {{for|currency conversion|Template:To USD|Template:To EUR}} {{Transwiki guide...")
- 01:31, 4 November 2023 Inari talk contribs created page Template:Convert (Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:convert|convert}}</includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
- 01:31, 4 November 2023 Inari talk contribs created page Module:Convert/doc (Created page with "{{Transwiki guide|text=See '''how to copy the convert template''' for information on copying this module and modifying it for use on another wiki.}} {{High-use}} {{Module rating|p}} {{Lua|Module:Convert/data|Module:Convert/text|Module:Convert/wikidata|Module:Convert/wikidata/data|Module:Convert/extra|Module:ConvertNumeric|noprotcat=yes}} {{Uses TemplateStyles|Template:Fraction/styles.css|Template:Sfrac/styles.css|noprotcat=yes}} This...")
- 01:31, 4 November 2023 Inari talk contribs created page Module:Convert/sandbox (Created page with "-- Convert a value from one unit of measurement to another. -- Example: {{convert|123|lb|kg}} --> 123 pounds (56 kg) -- See en:Template:Convert/Transwiki guide if copying to another wiki. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen = ustring.len local usub = ustring.sub -- Configuration options to keep ma...")
- 01:30, 4 November 2023 Inari talk contribs created page Module:Convert (Created page with "-- Convert a value from one unit of measurement to another. -- Example: {{convert|123|lb|kg}} --> 123 pounds (56 kg) -- See en:Template:Convert/Transwiki guide if copying to another wiki. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen = ustring.len local usub = ustring.sub -- Configuration options to keep ma...")
- 01:29, 4 November 2023 Inari talk contribs created page Module:Val/units/sandbox (Created page with "-- Definitions for units known to val -- File format is two strings and a return statement with them in it: -- string in quotes [=[ ... builtin_units ... ]=]. -- string in quotes [=[ ... builtin_units_long_scale ... ]=]. -- First string, builtin_units, is short-scale, second string is long scale. -- Entry format: -- One record per line, starting in first column, having 2-4 fields. -- Field separator: two or more spaces -- Between first and second fields: two or more spa...")
- 01:29, 4 November 2023 Inari talk contribs created page Module:Gapnum/doc (Created page with "This module is used by {{tl|val}}. == Use in other modules == ===gaps=== The <code>gaps</code> function can be useful for formatting in other modules that work with displaying large numbers. <syntaxhighlight lang="lua"> local gaps = require('Module:Gapnum').gaps </syntaxhighlight> Using the <code>gaps</code> function, the first argument is the number to format. The second argument can be a table with keys that tell the module how to format. The table ke...")
- 01:29, 4 November 2023 Inari talk contribs created page Module:Gapnum (Created page with "local p = {} local getArgs function p.main(frame) if not getArgs then getArgs = require('Module:Arguments').getArgs end local args = getArgs(frame, {wrappers = 'Template:Gapnum'}) local n = args[1] if not n then error('Parameter 1 is required') elseif not tonumber(n) and not tonumber(n, 36) then -- Validates any number with base ≤ 36 error('Unable to convert "' .. args[1] .. '" to a number') end local gap = args.gap local precision = tonumber(args.p...")
- 01:28, 4 November 2023 Inari talk contribs created page Module:Val/sandbox (Created page with "-- For Template:Val, output a number and optional unit. -- Format options include scientific and uncertainty notations. local numdot = '.' -- decimal mark (use ',' for Italian) local numsep = ',' -- group separator (use ' ' for Italian) local mtext = { -- Message and other text that should be localized. ['mt-bad-exponent'] = 'exponent parameter (<b>e</b>)', ['mt-parameter'] = 'parameter ', ['mt-not-number'] = 'is not a valid number', ['mt-c...")
- 01:28, 4 November 2023 Inari talk contribs created page Template:Val/sandbox (Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:val/sandbox|main}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 01:27, 4 November 2023 Inari talk contribs created page Module:Val/units (Created page with "-- Definitions for units known to val -- File format is two strings and a return statement with them in it: -- string in quotes [=[ ... builtin_units ... ]=]. -- string in quotes [=[ ... builtin_units_long_scale ... ]=]. -- First string, builtin_units, is short-scale, second string is long scale. -- Entry format: -- One record per line, starting in first column, having 2-4 fields. -- Field separator: two or more spaces -- Between first and second fields: two or more spa...")
- 01:27, 4 November 2023 Inari talk contribs created page Module:Val/doc (Created page with "{{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use}}}} This module implements {{tl|Val}}. The following modules are developed: *Module:Val • Main module. *Module:Val/units • Definitions for units built-in to val. Use {{tl|val/sandbox}} for testing, for example: *<code><nowiki>{{val/sandbox|1234.5678|(23)|u=cm}}</nowiki></code> → {{val/sandbox|1234.5678|(23)|u=cm}} *<code><nowiki>{{val/sandbox|1234.5678|1.23|u=cm}}</nowiki></code> → {{val/sandbox|1234.5678|1.2...")
- 01:27, 4 November 2023 Inari talk contribs created page Module:Val (Created page with "-- For Template:Val, output a number and optional unit. -- Format options include scientific and uncertainty notations. local numdot = '.' -- decimal mark (use ',' for Italian) local numsep = ',' -- group separator (use ' ' for Italian) local mtext = { -- Message and other text that should be localized. ['mt-bad-exponent'] = 'exponent parameter (<b>e</b>)', ['mt-parameter'] = 'parameter ', ['mt-not-number'] = 'is not a valid number', ['mt-c...")
- 01:26, 4 November 2023 Inari talk contribs created page Template:Val (Created page with "<includeonly>{{safesubst:<noinclude/>#invoke:val|main}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 01:26, 4 November 2023 Inari talk contribs created page Module:Change/doc (Created page with "{{high-use}} Implements {{tl|change}}")
- 01:25, 4 November 2023 Inari talk contribs created page Module:Change (Created page with "-- This implements {{change}} local p = {} local function ntsh(outvalue) local sortkey = '0000000000000000000' if outvalue == nil then return '<span style="display:none" data-sort-value="' .. sortkey .. '♠"></span>' end -- This code was copied from Template:Convert if outvalue == 0 then sortkey = '5000000000000000000' else local mag = math.floor(math.log10(math.abs(outvalue)) + 1e-14) local prefix if outvalue > 0 then prefix = 7000 + mag el...")
- 01:25, 4 November 2023 Inari talk contribs created page Template:Change/doc (Created page with "{{Documentation subpage}} {{lua|Module:Change}} ===Use=== This template calculates the percent change between two real number values and displays the result in a sortable format. The syntax for this template is as follows. <code><nowiki>{{</nowiki>change|''1st No.''|''2nd No.''|dec=''rounding''|pre=''prefix''|suf=''suffix''|sort=''on/off''|italics=''on/off''|bold=''on/off''|invert=''on/off''|disp=''row/out''|rowspan=''rowspan''|align=''alignment''|bgcolour=''backgr...")
- 01:25, 4 November 2023 Inari talk contribs created page Template:Change (Created page with "<includeonly>{{#invoke:change|main}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 01:24, 4 November 2023 Inari talk contribs created page Template:Value color/doc (Created page with "{{Documentation subpage}} {{Lua|Module:Value color}} This template returns the color for a given value in a range. It interpolates the colour between given ''min'' and ''max'' values and colors (if not specified, these are assumed to be white for the ''min'' and black for the ''max''). It might be a good idea to use it with a template like {{tl|Greater color contrast ratio}} to make sure the text is legible. == Usage == <code>{{tlc|Value color|''value''|''min''|''max''...")
- 01:23, 4 November 2023 Inari talk contribs created page Template:Value color (Created page with "<includeonly>{{#invoke:Value color|main}}</includeonly><noinclude> {{doc}} </noinclude>")
- 01:22, 4 November 2023 Inari talk contribs created page Template:Aye/doc (Created page with "{{Documentation subpage}}{{Template:Templateshortcut|Y}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> {{Format TemplateData|JSON={ "params":{}, "description": "A simple template to be used in various to-do lists for easier organization of solved and unsolved issues. <noexport><br></noexport>Per MOS:ICONS, it should not be used in mainspace. No parameters." } }} ===See also=== {{Check mark templates}} {{Done/See also}} <includeonly>{{Sand...")
- 01:22, 4 November 2023 Inari talk contribs created page Template:Aye (Created page with "<onlyinclude>13px|alt=Green tick|link=<SPAN STYLE="display:none">Y</SPAN></onlyinclude> {{documentation}}")
- 01:21, 4 November 2023 Inari talk contribs created page Template:Aye (Redirected page to Template:Aye) Tag: New redirect
- 01:21, 4 November 2023 Inari talk contribs created page Template:Font color/doc (Created page with "{{Documentation subpage}} {{Warning|1={{large|'''Links should clearly be identifiable as links to readers'''.}}<br />Refrain from implementing colored links that may impede user ability to distinguish links from regular text, or color links for purely aesthetic reasons. See the guides to editing articles for accessibility at contrast, accessibility and navbox colors.}} {{High-use| 90150 }}...")
- 01:20, 4 November 2023 Inari talk contribs created page Template:Font color (Created page with "<includeonly>{{ safesubst:#if: {{{text|{{{3|}}}}}} | {{ safesubst:#if: {{{link|}}} | {{ safesubst:#ifeq: {{{link|}}} | yes | [[ {{ safesubst:#if:trim | {{{text|{{{3|}}}}}} }}|<span style="background-color:{{ safesubst:#if:trim | {{{bg|{{{2|inherit}}}}}} }}; color:{{ safesubst:#if:trim | {{{fg|{{{1|inherit}}}}}} }};">{{ safesubst:#if:trim | {{{text|{{{3|}}}}}} }}</span>]] | {{{link|}}}|<span style="background-color:{{ safesubst:#if:trim | {{{bg|{{{2|i...")
- 01:20, 4 November 2023 Inari talk contribs created page Template:Swatch (Created page with "<div class="floatright" style="text-align: center;"> <div style="background-color: {{{1}}}; height: {{{2|100px}}}; width: {{{3|162px}}}; border: 1px solid" title="{{{4|{{{1}}}}}}"> </div> <code style="font-style:normal"> {{{title|{{{4|{{{1}}}}}}}}} </code> </div><noinclude> {{documentation|content= This template generates a color swatch box floating to the right margin. == Parameters == # The color code in any notation supported by CSS....")
- 01:19, 4 November 2023 Inari talk contribs created page Template:Swatch inline/doc (Created page with "{{Documentation subpage}} ==Usage== Mostly for use on talk pages when discussing color. :{{tlc|swatch inline|RED}} '''gives''' {{swatch inline|RED}} :{{tlc|swatch inline|Salmon}} '''gives''' {{swatch inline|Salmon}} :{{tlc|swatch inline| #00FF00}} '''gives''' {{swatch inline| #00FF00}} :{{tlc|swatch inline|gold|Au}} '''gives''' {{swatch inline|gold|Au}} :{{tlc|swatch inline| #004800|dark green|white}} '''gives''' {{swatch inline| #004800|dark green|white}} {{code|RED}},...")
- 01:19, 4 November 2023 Inari talk contribs created page Template:Swatch inline (Created page with "<span title="{{{2|{{{1|}}}}}}" style="background-color:{{{1|}}}; color:{{{3|#000}}}">{{#if:{{{2|}}}|{{replace|{{{2}}}|#|#}}|{{replace|{{{1}}}|#|#}}}}</span><noinclude> {{documentation}} </noinclude>")
- 01:19, 4 November 2023 Inari talk contribs created page Template:Color sample/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == *{{tlx|Color sample|red}} → {{color sample|red}} *{{tlx|Color sample|#00FF00}} → {{color sample|#00FF00}} *{{tlx|Color sample|#00FF00|description=green}} → {{color sample|#00FF00|description=green}}<br/>Adds a description of the color for screen reader users *{...")
- 01:18, 4 November 2023 Inari talk contribs created page Template:Color sample (Created page with "<span style="display:inline-block;width:{{{2|1}}}em;vertical-align: text-top;height:{{{2|1}}}em;border:1.62px solid {{{border|black}}};background:{{{1}}};" title="{{title case|{{{description|{{{1}}}}}}}}"> </span><noinclude> {{Documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 01:18, 4 November 2023 Inari talk contribs created page Template:Color contrast ratio/doc (Created page with "{{Documentation subpage}} <!-- Categories and interwikis go at the bottom of this page. --> {{lua|Module:Color contrast}} This template returns the color contrast ratio between the two colors provided. It accepts two parameters, which can be a standard RGB hex color code (<code>#RRGGBB</code>) or a standard HTML color or CSS "orange" (= <code>#FFA500</code>). Color names and hex letters are case-insensitive (i.e. they may be upper- or lowe...")
- 01:18, 4 November 2023 Inari talk contribs created page Template:Color contrast ratio (Created page with "<includeonly>{{#invoke:Color contrast|ratio|{{{1}}}|{{{2}}}}}</includeonly><noinclude>{{Documentation}}</noinclude>")
- 01:18, 4 November 2023 Inari talk contribs created page Module:Color contrast/colors (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
- 01:17, 4 November 2023 Inari talk contribs created page Module:Color contrast/doc (Created page with "<!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> {{module rating|protected}} {{High-use}} {{Lua|Module:Color contrast/colors}} This module is used primarily by * {{tl|Color contrast ratio}} * {{tl|RGBColorToLum}} * {{tl|Color contrast conformance}} * {{tl|Ensure AAA contrast ratio}} * {{tl|Ensure AA contrast ratio}} * {{tl|Greater color contrast ratio}} It is also used for tracking within * Module:Navbox * Module:Userbox * [...")
- 01:17, 4 November 2023 Inari talk contribs created page Module:Color contrast (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *...")
- 01:16, 4 November 2023 Inari talk contribs created page Template:Greater color contrast ratio/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|62535}} {{Lua|Module:Color contrast}} This template determines the pair of colors with the larger contrast ratio: color1/color2 or color1/color3. This is useful for selecting a foreground/background color pair. For accessibility, [http://www.w3.org/TR/WCAG20/#visual-audio-contrast WCAG 2.0 AA guidelines...")
- 01:16, 4 November 2023 Inari talk contribs created page Template:Greater color contrast ratio (Created page with "<includeonly>{{safesubst:#invoke:Color contrast|greatercontrast}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 01:16, 4 November 2023 Inari talk contribs created page Template:Not yet (Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background:{{{color|#EEE}}};vertical-align:middle;text-align:{{{align|center}}};{{{style|}}}" | {{{1|Not yet}}}<noinclude> |} {{documentation|Template:Table cell templates/doc}} </noinclude>")
- 01:15, 4 November 2023 Inari talk contribs created page Template:Ya (Created page with "<noinclude>{| class="wikitable" |- |</noinclude>data-sort-value="{{{sort|Yes}}}" style="background: #DFD; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-yes2" {{#if:{{{rowspan|}}}|rowspan="{{{rowspan}}}"}} |{{{text|13px|link={{{link|}}}|{{{1|Yes}}}}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} Category:Checkmark insertion templates </noinclude>")
- 01:14, 4 November 2023 Inari talk contribs created page Template:Na (Created page with "<noinclude>{| class="wikitable" |- |</noinclude>data-sort-value="{{{sort|No}}}" style="background: #FFE3E3; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-no2" {{#if:{{{rowspan|}}}|rowspan="{{{rowspan}}}"}} | {{{text|13px|link={{{link|}}}|{{{1|No}}}}}}<noinclude> |} {{documentation|Template:Table cell templates/doc}}</noinclude>")
- 01:13, 4 November 2023 Inari talk contribs created page Template:No2/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{Table cell templates/doc}} <includeonly> <!-- CATEGORIES HERE, THANKS --> </includeonly>")
- 01:13, 4 November 2023 Inari talk contribs created page Template:No2 (Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FFE3E3; color: black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-no2" |{{{1|}}}<noinclude> |} {{documentation}} </noinclude>")
- 01:12, 4 November 2023 Inari talk contribs created page Template:Yes-No (Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FFD; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="partial table-partial"|{{{1|Yes/No}}}<noinclude> |} {{Documentation|Template:Table cell templates/doc}} <!-- interwikis & categories --> </noinclude>")
- 01:11, 4 November 2023 Inari talk contribs created page Template:Maybe (Created page with "<noinclude>{| class="wikitable" |- |</noinclude>style="background: #FF8; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-maybe"|{{{1|Maybe}}}<noinclude> |} {{documentation|Template:Table cell templates/doc}} </noinclude>")
- 01:09, 4 November 2023 Inari talk contribs created page File:UI Green Circle Check.svg
- 01:09, 4 November 2023 Inari talk contribs uploaded File:UI Green Circle Check.svg
- 01:09, 4 November 2023 Inari talk contribs created page Template:Yes O (Created page with "<noinclude> {| class="wikitable" |- |</noinclude>style="background:#9EFF9E;vertical-align:middle;text-align:{{{align|center}}};{{{style|}}}" class="table-yes"|18px|link=| {{{1|Yes}}}<noinclude> |}{{Documentation|Template:Table cell templates/doc}} </noinclude>")
- 01:02, 4 November 2023 Inari talk contribs created page Template:Yes C (Created page with "<noinclude> {| class="wikitable" |- |</noinclude>style="background:#9EFF9E;vertical-align:middle;text-align:{{{align|center}}};{{{style|}}}" class="table-yes"|13px|link=| {{{1|Yes}}}<noinclude> |}{{Documentation|Template:Table cell templates/doc}} </noinclude>")