All public logs
Jump to navigation
Jump to search
Combined display of all available logs of para.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, 20 February 2023 ConsciousCode talk contribs created page Module:If preview/styles.css (Created page with "{{pp|small=yes}}: .preview-warning { font-style: italic; @noflip: padding-left: 1.6em; margin-bottom: 0.5em; color: red; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .preview-warning + link + .preview-warning { margin-top: -0.5em; }")
- 01:30, 20 February 2023 ConsciousCode 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...")
- 01:21, 20 February 2023 ConsciousCode talk contribs created page File:Circuit.png (Category:deleteme)
- 01:21, 20 February 2023 ConsciousCode talk contribs uploaded File:Circuit.png (Category:deleteme)
- 00:41, 20 February 2023 ConsciousCode talk contribs created page File:PXL 20230220 003850486.jpg (Category:deleteme)
- 00:41, 20 February 2023 ConsciousCode talk contribs uploaded File:PXL 20230220 003850486.jpg (Category:deleteme)
- 23:54, 19 February 2023 ConsciousCode talk contribs created page Template:Preview warning/doc (Created page with "{{Documentation subpage}} {{Lua|Module:If preview}} '''Template:Preview warning''' emits a warning in preview. Modules should instead use the module interface <code>_warning()</code> in Module:If preview. == Usage == <code><nowiki>{{preview warning|Warning text in preview}}</nowiki></code> The warning will appear at the top of the page in preview, no matter where it is placed. It will be prefaced by "Preview warning:" in bold. The template will emit an always-visi...")
- 23:54, 19 February 2023 ConsciousCode talk contribs created page Template:Preview warning (Created page with "<includeonly>{{#invoke:If preview|pwarning}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 23:53, 19 February 2023 ConsciousCode talk contribs created page Module:Lua banner (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)...")
- 23:53, 19 February 2023 ConsciousCode talk contribs created page Template:Lua (Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 23:52, 19 February 2023 ConsciousCode 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...")
- 23:52, 19 February 2023 ConsciousCode talk contribs created page Template:If preview/doc (Created page with "{{Documentation subpage}} {{Lua|Module:If preview}} This is a template that helps other templates determine if they are being previewed or not, and do or display different things accordingly. == Usage == <code><nowiki>{{If preview|value if being previewed|value if not being previewed}}</nowiki></code> The first parameter is returned if the page is being previewed, otherwise the second parameter will be returned. Either parameter may be empty. ==Examples== Preview thi...")
- 23:51, 19 February 2023 ConsciousCode talk contribs created page Template:If preview (Created page with "{{#invoke:If preview|pmain}}<noinclude> {{documentation}} </noinclude>")
- 22:38, 19 February 2023 ConsciousCode talk contribs created page File:EeENZ.jpg (Category:Deleteme)
- 22:38, 19 February 2023 ConsciousCode talk contribs uploaded File:EeENZ.jpg (Category:Deleteme)
- 21:40, 19 February 2023 ConsciousCode talk contribs created page File:GGXAK.jpg (Category:Deleteme)
- 21:40, 19 February 2023 ConsciousCode talk contribs uploaded File:GGXAK.jpg (Category:Deleteme)
- 21:33, 19 February 2023 ConsciousCode talk contribs created page File:Debug-tag-connect-footprint.jpg (Category:Deleteme)
- 21:33, 19 February 2023 ConsciousCode talk contribs uploaded File:Debug-tag-connect-footprint.jpg (Category:Deleteme)
- 21:24, 19 February 2023 ConsciousCode talk contribs created page File:Pdi bmp001x4 320.jpeg (Category:Deleteme)
- 21:24, 19 February 2023 ConsciousCode talk contribs uploaded File:Pdi bmp001x4 320.jpeg (Category:Deleteme)
- 21:33, 18 February 2023 ConsciousCode talk contribs created page File:610wiBrepRL. AC SX679 .jpg (Category:Deleteme)
- 21:33, 18 February 2023 ConsciousCode talk contribs uploaded File:610wiBrepRL. AC SX679 .jpg (Category:Deleteme)
- 21:29, 18 February 2023 ConsciousCode talk contribs created page File:PXL 20230218 212249762.MP.jpg (Category:Deleteme)
- 21:29, 18 February 2023 ConsciousCode talk contribs uploaded File:PXL 20230218 212249762.MP.jpg (Category:Deleteme)
- 21:27, 18 February 2023 ConsciousCode talk contribs created page File:PXL 20230218 212221319 2.jpg (Category:Deleteme)
- 21:27, 18 February 2023 ConsciousCode talk contribs uploaded File:PXL 20230218 212221319 2.jpg (Category:Deleteme)
- 21:26, 18 February 2023 ConsciousCode talk contribs created page File:PXL 20230218 212221319.jpg (Category:Deleteme)
- 21:26, 18 February 2023 ConsciousCode talk contribs uploaded File:PXL 20230218 212221319.jpg (Category:Deleteme)
- 21:16, 18 February 2023 ConsciousCode talk contribs created page File:PXL 20230218 070337374.MP.jpg (Category:Deleteme)
- 21:16, 18 February 2023 ConsciousCode talk contribs uploaded File:PXL 20230218 070337374.MP.jpg (Category:Deleteme)
- 06:30, 18 February 2023 ConsciousCode talk contribs created page File:M-NT68676-2-HDMI-DVI-VGA-driver-board-Moniter-Kit-for-laptop-screen-LCD-LED-retrofit.jpg Q90.jpg (Category:deleteme)
- 06:30, 18 February 2023 ConsciousCode talk contribs uploaded File:M-NT68676-2-HDMI-DVI-VGA-driver-board-Moniter-Kit-for-laptop-screen-LCD-LED-retrofit.jpg Q90.jpg (Category:deleteme)
- 05:48, 18 February 2023 ConsciousCode talk contribs created page File:PXL 20230218 041749549.MP.jpg (Category:deleteme)
- 05:48, 18 February 2023 ConsciousCode talk contribs uploaded File:PXL 20230218 041749549.MP.jpg (Category:deleteme)
- 05:45, 18 February 2023 ConsciousCode talk contribs created page File:PXL 20230218 034148979.MP.jpg (Category:deleteme)
- 05:45, 18 February 2023 ConsciousCode talk contribs uploaded File:PXL 20230218 034148979.MP.jpg (Category:deleteme)
- 05:36, 18 February 2023 ConsciousCode talk contribs created page File:PXL 20230218 033647553.jpg (Category:deleteme)
- 05:36, 18 February 2023 ConsciousCode talk contribs uploaded File:PXL 20230218 033647553.jpg (Category:deleteme)
- 05:34, 18 February 2023 ConsciousCode talk contribs created page Module:Gallery/doc (Created page with "{{Documentation subpage}} {{Warning|Before making a gallery, please read over the '''image use policy for galleries'''. Generally, a gallery '''should not be added''' so long as there is space for images to be effectively presented adjacent to text.}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> {{For|the cleanup tag|Template:Cleanup gallery}} {{#ifeq:{{FULLPAGENAME}}|Te...")
- 05:33, 18 February 2023 ConsciousCode talk contribs created page Module:Gallery/styles.css (Created page with "{{pp-template}}: @media all and (max-width: 720px) { .mod-gallery { width: 100% !important; } } .mod-gallery { display: table; } .mod-gallery-default { background: transparent; margin-top: 0.3em; } .mod-gallery-center { margin-left: auto; margin-right: auto; } .mod-gallery-left { float: left; } .mod-gallery-right { float: right; } .mod-gallery-none { float: none; } .mod-gallery-collapsible { width: 100%; } .mod-gallery .title, .mod-gallery .main...")
- 05:31, 18 February 2023 ConsciousCode talk contribs created page Module:Gallery (Created page with "-- This module implements {{gallery}} local p = {} local templatestyles = 'Module:Gallery/styles.css' local yesno = require('Module:Yesno') local function trim(s) return mw.ustring.gsub(mw.ustring.gsub(s, '%s', ' '), '^%s*(.-)%s*$', '%1') end local tracking, preview local function checkarg(k,v) if k and type(k) == 'string' then if k == 'align' or k == 'state' or k == 'style' or k == 'title' or k == 'width' or k == 'height' or k == 'lines' or k == 'whitebg' or...")
- 05:31, 18 February 2023 ConsciousCode talk contribs created page Template:Gallery (Created page with "{{#invoke:Gallery|gallery}}<noinclude>{{Documentation}}</noinclude>")
- 05:29, 18 February 2023 ConsciousCode talk contribs created page File:PXL 20230218 032454175.jpg (Category:deleteme)
- 05:29, 18 February 2023 ConsciousCode talk contribs uploaded File:PXL 20230218 032454175.jpg (Category:deleteme)
- 01:18, 18 February 2023 ConsciousCode talk contribs created page Template:Overline (Created page with "{{#if:{{{2|}}}|{{{1|}}}}}<span style="text-decoration:overline;">{{#if:{{{2|}}}|{{{2}}}|{{{1}}}}}</span><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>")
- 01:17, 18 February 2023 ConsciousCode talk contribs created page File:Eeprom-7-click-large default-2.jpg (Delete me)
- 01:17, 18 February 2023 ConsciousCode talk contribs uploaded File:Eeprom-7-click-large default-2.jpg (Delete me)
- 06:28, 1 June 2022 ConsciousCode talk contribs created page Sheep-goat effect (Created page with "The sheep-goat effect is a term coined by Gertrude Schmeidler to describe an apparent phenomenon in psi research. "Sheep" were first defined as "those who think ESP is possible under a given experimental condition" and later redefined as "those who believe ESP exists as a genuine phenomenon". "Goats" were the opposite, those who didn't think it was possible or didn't believe in ESP. The sheep-goat effect was the observation that sheep tended to perform we...")
- 23:37, 31 May 2022 ConsciousCode talk contribs created page Random event generator (Created page with "{{more citations needed}} A Random event generator ("'''REG'''") is a device used in parapsychology research which generates a constant stream of quantum-level random events. In some publications it's called a Quantum Random Number Generator ("QRNG") or Quantum Noise Generator ("QNG"). Pioneered by the PEAR lab, its primary use is in micro-PK experiments to measure statistical anomalies which co...")