User contributions for ConsciousCode
Jump to navigation
Jump to search
20 February 2023
- 01:4501:45, 20 February 2023 diff hist +19,420 User:ConsciousCode/sandbox Homework current
- 01:3301:33, 20 February 2023 diff hist +329 N 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; }" current
- 01:3001:30, 20 February 2023 diff hist +842 N 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..." current
- 01:2101:21, 20 February 2023 diff hist +35 N File:Circuit.png Category:deleteme current
- 00:4100:41, 20 February 2023 diff hist +35 N File:PXL 20230220 003850486.jpg Category:deleteme current
19 February 2023
- 23:5423:54, 19 February 2023 diff hist +769 N 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..." current
- 23:5423:54, 19 February 2023 diff hist +100 N Template:Preview warning Created page with "<includeonly>{{#invoke:If preview|pwarning}}</includeonly><noinclude> {{documentation}} </noinclude>" current
- 23:5323:53, 19 February 2023 diff hist +3,838 N 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)..." current
- 23:5323:53, 19 February 2023 diff hist +196 N 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>" current
- 23:5223:52, 19 February 2023 diff hist +1,453 N 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..." current
- 23:5223:52, 19 February 2023 diff hist +1,055 N 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..." current
- 23:5123:51, 19 February 2023 diff hist +70 N Template:If preview Created page with "{{#invoke:If preview|pmain}}<noinclude> {{documentation}} </noinclude>" current
- 22:3822:38, 19 February 2023 diff hist +35 N File:EeENZ.jpg Category:Deleteme current
- 21:4021:40, 19 February 2023 diff hist +35 N File:GGXAK.jpg Category:Deleteme current
- 21:3321:33, 19 February 2023 diff hist +35 N File:Debug-tag-connect-footprint.jpg Category:Deleteme current
- 21:2421:24, 19 February 2023 diff hist +35 N File:Pdi bmp001x4 320.jpeg Category:Deleteme current
18 February 2023
- 21:3321:33, 18 February 2023 diff hist +35 N File:610wiBrepRL. AC SX679 .jpg Category:Deleteme current
- 21:2921:29, 18 February 2023 diff hist +35 N File:PXL 20230218 212249762.MP.jpg Category:Deleteme current
- 21:2721:27, 18 February 2023 diff hist +35 N File:PXL 20230218 212221319 2.jpg Category:Deleteme current
- 21:2621:26, 18 February 2023 diff hist +35 N File:PXL 20230218 212221319.jpg Category:Deleteme current
- 21:1621:16, 18 February 2023 diff hist +35 N File:PXL 20230218 070337374.MP.jpg Category:Deleteme current
- 19:5119:51, 18 February 2023 diff hist +17,654 User:ConsciousCode/sandbox No edit summary
- 06:3006:30, 18 February 2023 diff hist +35 N File:M-NT68676-2-HDMI-DVI-VGA-driver-board-Moniter-Kit-for-laptop-screen-LCD-LED-retrofit.jpg Q90.jpg Category:deleteme current
- 05:4805:48, 18 February 2023 diff hist +35 N File:PXL 20230218 041749549.MP.jpg Category:deleteme current
- 05:4505:45, 18 February 2023 diff hist +35 N File:PXL 20230218 034148979.MP.jpg Category:deleteme current
- 05:3605:36, 18 February 2023 diff hist +35 N File:PXL 20230218 033647553.jpg Category:deleteme current
- 05:3405:34, 18 February 2023 diff hist +12,525 N 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..." current
- 05:3305:33, 18 February 2023 diff hist +1,174 N 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..." current
- 05:3105:31, 18 February 2023 diff hist +3,701 N 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..." current
- 05:3105:31, 18 February 2023 diff hist +67 N Template:Gallery Created page with "{{#invoke:Gallery|gallery}}<noinclude>{{Documentation}}</noinclude>" current
- 05:2905:29, 18 February 2023 diff hist −2 m File:Eeprom-7-click-large default-2.jpg deleteme current
- 05:2905:29, 18 February 2023 diff hist +35 N File:PXL 20230218 032454175.jpg Category:deleteme current
- 01:1801:18, 18 February 2023 diff hist +210 N 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>" current
- 01:1701:17, 18 February 2023 diff hist +23 N File:Eeprom-7-click-large default-2.jpg Delete me
1 June 2022
- 06:2806:28, 1 June 2022 diff hist +672 N 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..." current
31 May 2022
- 23:3723:37, 31 May 2022 diff hist +2,118 N 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..." current
29 May 2022
- 04:0404:04, 29 May 2022 diff hist −347 m Standard Set Removed Variable extension current
19 May 2022
- 18:1918:19, 19 May 2022 diff hist +6 m Template:Infobox angel Matching braces current
- 18:1718:17, 19 May 2022 diff hist +115 Template:Infobox angel Add demon and verse
- 05:1605:16, 19 May 2022 diff hist −24 m Poiel Incorrect title current
- 05:1205:12, 19 May 2022 diff hist +643 N Poiel Created page with "{{infobox angel |name=Poiel,Poyel,Pohyel |title=Lord of Ancients |sigil=Poiel.svg |number=56 |demon=Gremory |verse={{Bibleverse|Psalms|145:14}} |gender=Male |zodiac=Capricorn |decan=Decan |tarot=2 of Pentacles |choir=Principalities |elder=Aczinor }} Serves to obtain what is asked for, dominates fame, success, and fortune, influences moderation. Poiel is the 56th angel of the Shem HaMephorash, opposed by Gremory. His primary purpose is for the fulfillment of..."
- 04:4904:49, 19 May 2022 diff hist +31 N File:Poiel.svg Seal of Poiel current
- 03:4203:42, 19 May 2022 diff hist +1,722 N Template:Infobox angel Created page with "<includeonly>{{check aliases|{{{confirmed aliases|}}}|{{{name}}}}}</includeonly>{{infobox |name=Infobox demon |title={{prop list|method=first|name|{{{name}}}}} |above={{prop list|title|{{{title|}}}|join=,<br/>}} |image1={{#if:{{{image|}}}|{{foreach|{{{image}}}|large image}}}} |image2={{#if:{{{sigil|}}}|{{medium symbol|{{{sigil}}}}}Category:Articles using deprecated template parameters}}{{#if:{{{seal|}}}|{{medium symbol|{{{seal}}}}}Category:Articles using deprecated..."
- 03:2303:23, 19 May 2022 diff hist +29,188 N Shem HaMephorash Created page with "{{from wikipedia}} {{short description|Hidden name of God in Judaism and occultism}} {{italic title}} {{SpecialChars}} '''''Shem HaM'phorash''''' (Hebrew: {{lang|he|שם המפורש}}, also '''''Shem ha-Mephorash'''''), meaning "the explicit name," is originally a Tannaitic term describing the Tetragrammaton.{{sfnp|Bacher|n.d.}} In Kabbalah, it may refer to a name of God composed of either 4, 12, 22, 42, or 72 letters (or triads of letters), the latt..." current
- 03:0603:06, 19 May 2022 diff hist +30 N Shemhamphorasch Redirected page to Shem HaMephorash current Tag: New redirect
- 03:0403:04, 19 May 2022 diff hist +29 N Template:No bold Redirected page to Template:Nobold current Tag: New redirect
- 03:0403:04, 19 May 2022 diff hist +231 N Template:Plain link Created page with "<span class="plainlinks">{{SAFESUBST:<noinclude />#if:{{{2|{{{NAME|{{{name|}}}}}}}}} |[{{{1|{{{URL|{{{url}}}}}}}}} {{{2|{{{NAME|{{{name|}}}}}}}}}] |[{{{1|{{{URL|{{{url}}}}}}}}}] }}</span><noinclude> {{documentation}} </noinclude>" current
- 03:0303:03, 19 May 2022 diff hist +1,009 N Template:Lacking ISBN Created page with "{{ {{{|safesubst:}}}#invoke:Unsubst||date=__DATE__ |$B= <!--{{ISBN}} begin-->{{Ambox | name = ISBN | subst = <includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly> | type = style | image = 50x40px | issue = This {{{1|article}}} '''lacks ISBNs for the books listed in it'''. | fix = Please {{plain link|url={{SERVER}}{{localurl:{{PAGENAME}}|action=edit}} make it easier to conduct..." current
- 03:0303:03, 19 May 2022 diff hist +201 N Template:Harvard citation no brackets Created page with "<includeonly>{{#invoke:Footnotes|harvard_citation|template=harvnb}}</includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
- 03:0303:03, 19 May 2022 diff hist +50 N Template:Harvnb Redirected page to Template:Harvard citation no brackets current Tag: New redirect