Main public logs
Appearance
Combined display of all available logs of Logic World Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:27, 12 September 2025 Felipe talk contribs changed group membership for D4VID: granted module-editor
- 12:25, 12 September 2025 Felipe talk contribs created page MediaWiki:Group-module-editor (Created page with "Module editors")
- 20:49, 10 September 2025 Felipe talk contribs created page Template:Keys (Created page with "<includeonly>{{#invoke: keys | keys }}</includeonly>")
- 20:48, 10 September 2025 Felipe talk contribs created page Module:Keys/Symbols (Created page with "-- taken from https://minecraft.wiki/w/Module:Keys/Symbols return { ['caps lock'] = '⮸ Caps Lock', ['control'] = 'Ctrl', ['shift'] = '⇧ Shift', ['lshift'] = '⇧ Left Shift', ['rshift'] = '⇧ Right Shift', ['enter'] = '↵ Enter', ['return'] = '↵ Return', ['cmd'] = '⌘ Cmd', ['command'] = '⌘ Command', ['opt'] = '⌥ Opt', ['option'] = '⌥ Option', ['tab'] = 'Tab ↹', ['backspace'] = '← Backspace', ['win'] = '⊞ Win', ['super'] = '⊞ Super'...")
- 20:48, 10 September 2025 Felipe talk contribs created page Module:Keys (Created page with "-- taken from https://minecraft.wiki/w/Module:Keys local p = {} p.keys = function( f ) local args = f if f == mw.getCurrentFrame() then args = f:getParent().args end local keys = {} for _, key in ipairs( args ) do key = mw.text.trim( key ) if key ~= '+' and key:find( '%+' ) then local comboKeys = {} for comboKey in mw.text.gsplit( key, '%s*%+%s*' ) do table.insert( comboKeys, p.key( comboKey ) ) end table.insert( keys, table.concat( comboKey...")
- 18:23, 9 September 2025 Felipe talk contribs created page Talk:Decoder (Spacing: new section) Tag: New topic
- 16:57, 8 September 2025 Felipe talk contribs created page User:Felipe/sandbox (Created page with "{{Binary signal | signals=Input A, Input B, Output | signal1=011100 | signal2=001100 | signal3=000110 }}")
- 16:48, 8 September 2025 Felipe talk contribs created page Template:Binary signal/styles.css (Created page with ".signal-graph-table { border-collapse: collapse; } .signal-graph-table td.signal-header-cell { text-align: center; transform: translateX(-50%); } .signal-graph-table tr.signal-spacer-row { height: 1rem; border: none; } .signal-graph-table tr.signal-spacer-row td.signal-spacer-row-cell { border-left: var(--tick-marker-border); border-right: var(--tick-marker-border); } .signal-graph-table tr.signal-row { height: 2rem; } .signal-graph-tab...")
- 16:29, 8 September 2025 Felipe talk contribs created page Template:Binary signal (Created page with "<includeonly>{{#invoke:LogicUtils|binary_signal_graph}}</includeonly>")
- 11:59, 8 September 2025 Felipe talk contribs created page Template:Truth table auto (Created page with "<includeonly>{{#invoke:LogicUtils|truth_table_auto}}</includeonly>")
- 11:13, 8 September 2025 Felipe talk contribs deleted page Template:InfoboxTest (content was: "<includeonly>{{#invoke:Infobox|component}}</includeonly>", and the only contributor was "Felipe" (talk))
- 01:11, 8 September 2025 Felipe talk contribs deleted page Template:Example (Broken redirect: content was: "#REDIRECT Template:LUT", and the only contributor was "DjSapsan" (talk))
- 00:52, 8 September 2025 Felipe talk contribs created page Template:Navbox components (Created page with "{{Navbox | title=All components | Category:Circuitry components |+ AND Gate }}")
- 00:29, 8 September 2025 Felipe talk contribs created page Module:Navbox (Created page with "local p = {} p.navbox = function(frame, args) local args = args or frame:getParent().args local title = args.title or "Title" local above = args.above or "Above" local below = args.below or "Below" args[1] = "Group 1" args[2] = "+ Item 1" args[3] = "+ Item 2" local html = ([[<nowiki> <div class="navbox"> <table class="navbox-inner"> <tr> <th class="navbox-title" scope="col" colspan="3"> <div>%s</div> </th> </tr...")
- 18:59, 7 September 2025 Felipe talk contribs created page Template:Navbox (Created page with "{{#invoke:Navbox|navbox}}")
- 16:46, 7 September 2025 Felipe talk contribs created page Template:Off (Created page with "'''OFF'''")
- 16:46, 7 September 2025 Felipe talk contribs created page Template:On (Created page with "'''ON'''")
- 01:14, 7 September 2025 Felipe talk contribs created page Template:Truth table (Created page with "<includeonly>{{#invoke:LogicUtils|truth_table}}</includeonly>")
- 01:13, 7 September 2025 Felipe talk contribs created page Module:LogicUtils (Created page with "local p = {} p.truth_table = function(frame, args) local args = args or frame:getParent().args local html = "<table class=\"wikitable\"><tr>" for token in string.gmatch(args[1], "[^%s]+") do html = html.."<th>"..token.."</th>" end html = html.."</tr>" for i=2,#args do html = html.."<tr>" for token in string.gmatch(args[i], "[^%s]+") do if token == "0" then html = html.."<td style=\"color: red\">0</td>" elseif token == "1" then html = html.."...")
- 00:27, 7 September 2025 Felipe talk contribs created page Category:Components (Created blank page)
- 00:26, 7 September 2025 Felipe talk contribs created page Category:Circuitry components (Created page with "Category for components that receive and/or produce signal inputs and/or outputs but otherwise don't interact with the world around them.")
- 00:24, 7 September 2025 Felipe talk contribs created page Category:Output components (Created page with "Category for components that detect signal inputs and produce some sort of reaction in the world.") Tag: Visual edit
- 00:23, 7 September 2025 Felipe talk contribs created page Category:Input components (Created page with "Category for components that react to player input and transform it into signals.") Tag: Visual edit
- 00:19, 7 September 2025 Felipe talk contribs created page Category:Vanilla components (Created blank page)
- 00:08, 7 September 2025 Felipe talk contribs created page Module:Infobox/doc (Created page with "= p.component = {{Infobox component | title = Example gate | id = MHG.ExampleGate | image = 200px | caption = An example gate | io.minInputs = 1 | io.maxInputs = 5 | io.outputs = 2 | io.propagationDelay = 1 }} Renders an infobox for a primitive Logic World component. == <code>args</code> (required) == === <code>title</code> (required) === The title shown above and outside the infobox, us...")
- 23:07, 6 September 2025 Felipe talk contribs moved page Template:Infobox Component to Template:Infobox component
- 23:06, 6 September 2025 Felipe talk contribs created page Template:Infobox Component (Created page with "<includeonly>{{#invoke:Infobox|component}}</includeonly>")
- 22:50, 6 September 2025 Felipe talk contribs created page Template:InfoboxTest (Created page with "<includeonly>{{#invoke:Infobox|main}}</includeonly>")
- 22:49, 6 September 2025 Felipe talk contribs created page Module:Infobox (Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local headerStyle if args.headerstyle and args.headerstyle ~= '' then headerStyle = string.format('background-color:%s;', args.headerstyle) else headerStyle = 'background-color:grey;' end local retval = capiunto.create( { title = args.title, headerStyle = headerStyle, } ) :addImage( args.image, args.caption ) :addRow( 'Foo', args.foo ) :addHead...")
- 12:05, 6 September 2025 Felipe talk contribs deleted page File:9b43befc33ea11e19e4a12313813ffc0 7.png (just testing)
- 11:57, 6 September 2025 Felipe talk contribs created page File:9b43befc33ea11e19e4a12313813ffc0 7.png
- 11:57, 6 September 2025 Felipe talk contribs uploaded File:9b43befc33ea11e19e4a12313813ffc0 7.png
- 17:22, 3 September 2025 Felipe talk contribs moved page Modding Introduction to Modding:Introduction without leaving a redirect
- 17:22, 3 September 2025 Felipe talk contribs moved page Modding:Introduction to Modding Introduction without leaving a redirect
- 17:21, 3 September 2025 Felipe talk contribs moved page Modding Introduction to Modding:Introduction without leaving a redirect
- 17:21, 3 September 2025 Felipe talk contribs moved page Modding:Introduction to Modding Introduction without leaving a redirect
- 00:49, 3 September 2025 User account Felipe talk contribs was created