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).
- 19:33, 8 November 2023 Inari talk contribs created page File:OR from NAND ANSI.svg
- 19:33, 8 November 2023 Inari talk contribs uploaded File:OR from NAND ANSI.svg
- 19:29, 8 November 2023 Inari talk contribs uploaded a new version of File:AND from NOR ANSI.svg
- 19:28, 8 November 2023 Inari talk contribs uploaded a new version of File:AND from NAND ANSI.svg
- 19:21, 8 November 2023 Inari talk contribs created page File:AND from NOR ANSI.svg
- 19:21, 8 November 2023 Inari talk contribs uploaded File:AND from NOR ANSI.svg
- 19:17, 8 November 2023 Inari talk contribs created page File:AND from NAND ANSI.svg
- 19:17, 8 November 2023 Inari talk contribs uploaded File:AND from NAND ANSI.svg
- 19:08, 8 November 2023 Inari talk contribs created page XOR gate (Created page with "{| class="wikitable floatright" style="text-align:center" |- ! colspan="3" | XOR gate truth table |- bgcolor="#ddeeff" |colspan=2|'''Input''' || '''Output''' |- bgcolor="#ddeeff" | A || B || A XOR B |- |{{no2|0}} || {{no2|0}} || {{no2|0}} |- |{{no2|0}} || {{yes2|1}} || {{yes2|1}} |- |{{yes2|1}} || {{no2|0}} || {{yes2|1}} |- |{{yes2|1}} || {{yes2|1}} || {{no2|0}} |} In digital electronics, an '''XOR gate''' is a logic gate which produces an output of true when...") Tag: Visual edit
- 19:00, 8 November 2023 Inari talk contribs created page OR gate (Created page with "{| class="wikitable floatright" style="text-align:center" |- ! colspan="3" | OR gate truth table |- bgcolor="#ddeeff" |colspan=2|'''Input''' || '''Output''' |- bgcolor="#ddeeff" | A || B || A OR B |- |{{no2|0}} || {{no2|0}} || {{no2|0}} |- |{{no2|0}} || {{yes2|1}} || {{yes2|1}} |- |{{yes2|1}} || {{no2|0}} || {{yes2|1}} |- |{{yes2|1}} || {{yes2|1}} || {{yes2|1}} |} In digital electronics, an '''OR gate''' is a logic gate which produces an output of true when a...") Tag: Visual edit
- 18:53, 8 November 2023 Inari talk contribs created page AND gate (Created page with "{| class="wikitable floatright" style="text-align:center" |- ! colspan="3" | AND gate truth table |- bgcolor="#ddeeff" |colspan=2|'''Input''' || '''Output''' |- bgcolor="#ddeeff" | A || B || A AND B |- |{{no2|0}} || {{no2|0}} || {{no2|0}} |- |{{no2|0}} || {{yes2|1}} || {{no2|0}} |- |{{yes2|1}} || {{no2|0}} || {{no2|0}} |- |{{yes2|1}} || {{yes2|1}} || {{yes2|1}} |} In digital electronics, an '''AND gate''' is a logic gate which produces an output of true when...") Tag: Visual edit
- 15:38, 8 November 2023 Inari talk contribs created page Template:Cat main/doc (Created page with "{{Documentation subpage}} <!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata --> {{High-use}} {{Lua|Module:Cat main}} ==Usage== This template is for use on Category pages, to refer to the primary article associated with this category, which most of the time, describes the entire set containing the category. <span style="font-size:1.125em; font-weight:bold">This template is not a replacement for...")
- 15:37, 8 November 2023 Inari talk contribs created page Module:Cat main/doc (Created page with "{{high-use}} This module produces hatnote saying "The main article for this category is x." It implements the {{tl|cat main}} template. == Use from wikitext == This module should usually be used via the {{tl|cat main}} template. However, it can also be used from #invoke with the syntax <code><nowiki>{{#invoke:Cat main|catMain|</nowiki>''parameters''<nowiki>}}</nowiki></code>. Please see the {{tl|cat main}} template documentation for available parameters. == Use from o...")
- 15:37, 8 November 2023 Inari talk contribs created page Module:Cat main (Created page with "-- This module implements {{cat main}}. local mHatnote = require('Module:Hatnote') local mFormatLink = require('Module:Format link') local yesno = require('Module:Yesno') local mTableTools -- lazily initialise local mArguments -- lazily initialise local p = {} function p.catMain(frame) mTableTools = require('Module:TableTools') mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame, {wrappers = 'Template:Cat main'}) local pages = mTableTool...")
- 15:36, 8 November 2023 Inari talk contribs created page Template:Cat main (Created page with "{{#invoke:Cat main|catMain}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 15:36, 8 November 2023 Inari talk contribs created page Category:Logic gates (Created page with "{{Cat main|Logic gate}} Category:Digital circuits Category:Digital electronics") Tag: Visual edit: Switched
- 15:31, 8 November 2023 Inari talk contribs created page NOR gate (Created page with "{| class="wikitable floatright" |- ! colspan="3" | NOR gate truth table |- bgcolor="#ddeeff" align="center" |colspan=2|'''Input''' || '''Output''' |- bgcolor="#ddeeff" align="center" | A || B || A NOR B |- bgcolor="#ddffdd" align="center" |{{no2|0}} || {{no2|0}} || {{yes2|1}} |- bgcolor="#ddffdd" align="center" |{{no2|0}} || {{yes2|1}} || {{no2|0}} |- bgcolor="#ddffdd" align="center" |{{yes2|1}} || {{no2|0}} || {{no2|0}} |- bgcolor="#ddffdd" align="center" |{{yes2|1}...") Tag: Visual edit
- 15:30, 8 November 2023 Inari talk contribs created page File:NOR from NAND ANSI.svg
- 15:30, 8 November 2023 Inari talk contribs uploaded File:NOR from NAND ANSI.svg
- 14:45, 8 November 2023 Inari 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...")
- 14:45, 8 November 2023 Inari 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....")
- 14:45, 8 November 2023 Inari talk contribs created page Template:Further/doc (Created page with "{{Redirect-distinguish|Template:See|Template:See also|Template:Please see}} {{Documentation subpage}} {{High-use}} {{Template shortcuts|see|more|details}} {{Template redirects|See further|See details|Further information}} {{Lua|Module:Labelled list hatnote}} This template is used to link to articles containing further information on a topic. It looks like this: {{further|Article}} It is typically used at the top of a section, when the topic of that section is covered...")
- 14:44, 8 November 2023 Inari talk contribs created page Template:Further (Created page with "<includeonly>{{#invoke:labelled list hatnote|labelledList|Further information{{#if:{{{topic|}}}| on {{{topic|}}}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 14:44, 8 November 2023 Inari talk contribs created page Template:Further (Redirected page to Template:Further) Tag: New redirect
- 14:44, 8 November 2023 Inari talk contribs created page Template:Plainlist (Redirected page to Template:Plainlist) Tag: New redirect
- 14:43, 8 November 2023 Inari talk contribs created page Template:Endplainlist (Created page with "<includeonly></div></includeonly><noinclude> {{documentation|Template:Plainlist/doc}} </noinclude>")
- 14:42, 8 November 2023 Inari talk contribs created page Template:Main/doc (Created page with "<noinclude>{{pp-vandalism|small=yes}}</noinclude>{{Documentation subpage}} {{High-use}} {{Never substitute}} {{Lua|icononly=on|Module:Labelled list hatnote}} {{hatnote|This template is for linking to main content. For the mainspace detection template, see template:main other.}} When a Wikipedia article is large, it is often written in summary style. This template is used...")
- 14:42, 8 November 2023 Inari talk contribs created page Template:Main (Created page with "<includeonly>{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 14:42, 8 November 2023 Inari talk contribs created page NAND gate (Created page with "{| class="wikitable floatright" style="text-align:center" |- ! colspan="3" | NAND gate truth table |- bgcolor="#ddeeff" |colspan=2|'''Input''' || '''Output''' |- bgcolor="#ddeeff" | A || B || A NAND B |- |{{no2|0}} || {{no2|0}} || {{yes2|1}} |- |{{no2|0}} || {{yes2|1}} || {{yes2|1}} |- |{{yes2|1}} || {{no2|0}} || {{yes2|1}} |- |{{yes2|1}} || {{yes2|1}} || {{no2|0}} |} In digital electronics, a '''NAND gate''' is a logic gate which produces an output of false...") Tag: Visual edit
- 14:27, 8 November 2023 Inari talk contribs created page File:NAND from NOR ANSI.svg
- 14:27, 8 November 2023 Inari talk contribs uploaded File:NAND from NOR ANSI.svg
- 19:07, 6 November 2023 Inari talk contribs created page File:Buffer ANSI.svg
- 19:07, 6 November 2023 Inari talk contribs uploaded File:Buffer ANSI.svg
- 19:04, 6 November 2023 Inari talk contribs deleted page File:NAND gate.png
- 19:03, 6 November 2023 Inari talk contribs created page File:XOR ANSI.svg
- 19:03, 6 November 2023 Inari talk contribs uploaded File:XOR ANSI.svg
- 19:03, 6 November 2023 Inari talk contribs created page File:XNOR ANSI.svg
- 19:03, 6 November 2023 Inari talk contribs uploaded File:XNOR ANSI.svg
- 19:03, 6 November 2023 Inari talk contribs created page File:OR ANSI.svg
- 19:03, 6 November 2023 Inari talk contribs uploaded File:OR ANSI.svg
- 19:03, 6 November 2023 Inari talk contribs created page File:Inverter ANSI.svg
- 19:03, 6 November 2023 Inari talk contribs uploaded File:Inverter ANSI.svg
- 19:03, 6 November 2023 Inari talk contribs created page File:AND ANSI.svg
- 19:03, 6 November 2023 Inari talk contribs uploaded File:AND ANSI.svg
- 18:50, 6 November 2023 Inari talk contribs created page 7432 (Integrated circuit) (Created page with "{{Stub}} Category:7400-Series integrated circuits {{DEFAULTSORT:7432}}") Tag: Visual edit
- 18:49, 6 November 2023 Inari talk contribs created page 7429 (Integrated circuit) (Created page with "{{Stub}} Category:7400-Series integrated circuits {{DEFAULTSORT:7429}}") Tag: Visual edit
- 18:49, 6 November 2023 Inari talk contribs created page 7427 (Integrated circuit) (Created page with "{{Stub}} Category:7400-Series integrated circuits {{DEFAULTSORT:7427}}") Tag: Visual edit
- 18:47, 6 November 2023 Inari talk contribs created page 7421 (Integrated circuit) (Created page with "{{Stub}} Category:7400-Series integrated circuits {{DEFAULTSORT:7421}}") Tag: Visual edit
- 18:47, 6 November 2023 Inari talk contribs created page 7420 (Integrated circuit) (Created page with "{{Stub}} Category:7400-Series integrated circuits {{DEFAULTSORT:7420}}") Tag: Visual edit
- 18:45, 6 November 2023 Inari talk contribs created page 7414 (Integrated circuit) (Created page with "{{Stub}} Category:7400-Series integrated circuits {{DEFAULTSORT:7414}}") Tag: Visual edit