Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of The Wiki Camp 2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:13, 28 March 2026 Coppersalts talk contribs created page File:DiaBlisseal.png
- 05:13, 28 March 2026 Coppersalts talk contribs uploaded File:DiaBlisseal.png
- 04:27, 28 March 2026 Coppersalts talk contribs created page Talk:Heat Death of the Universe Poster (Created page with "This page is fun to encounter by randompage because when you first see it you think it's just one of those pages that fades from black, but then you look at the url bar ~~~~")
- 04:23, 28 March 2026 Coppersalts talk contribs created page Template:Wibble wobble quickly (Created page with "<includeonly><{{#ifeq:{{{inline|}}}|yes|span style="display:inline-block;"|div}} class="wibblewobblefast">{{{1}}}</{{#ifeq:{{{inline|}}}|yes|span|div}}>{{#css: @keyframes wibblewobblefast { 0% { transform: scale(1.1, 0.9);} 100% { transform: scale(0.9, 1.1);} } .wibblewobblefast img, .wibblewobblefast > div { animation: wibblewobblefast 0.1s ease-in-out alternate infinite; } }}</includeonly><noinclude>Category:Design templatesCategory:Silly<center>{{wibble wobble...")
- 05:56, 16 March 2026 Coppersalts talk contribs created page Microphone (Redirected page to Michealphone) Tag: New redirect
- 06:49, 3 March 2026 Coppersalts talk contribs moved page HTML color names to CSS color names
- 20:53, 25 February 2026 Coppersalts talk contribs uploaded a new version of File:Midjourney grass world.png (replaced ai image with non-ai image. I could've made it better, but at least it's better than the original)
- 15:03, 13 February 2026 Coppersalts talk contribs created page File:Mean Mike.png
- 15:03, 13 February 2026 Coppersalts talk contribs uploaded File:Mean Mike.png
- 04:44, 6 February 2026 Coppersalts talk contribs created page Games by number of nights (Created page with "<ol> <li value=1>Night in the Woods</li> <li value=2>Tonight</li> <li value=3>Majora's Mask</li> <li value=4>Fourtnight</li> <li value=5>FNAF</li> <li value=8>Eight crazy nights</li> <li value=6>Night in the Woods</li> <li value=12>nights of the round table</li> <li value=14>Fortnite</li> </ol> Category:Games")
- 15:30, 5 February 2026 Coppersalts talk contribs uploaded a new version of File:Epstein and unnamed associate (black bar added for privacy).png (replacing image while we wait for it to be deleted)
- 05:33, 5 February 2026 Coppersalts talk contribs created page Keet (Created page with "{{stub}} If you jump on a parakeet to remove the wings you get a '''keet'''. It could also be called a wingless parakeet, but why would you call it that. category:animalscategory:birdscategory:Flightless birds")
- 02:04, 3 February 2026 Coppersalts talk contribs created page Adobe Animate (Redirected page to Was) Tag: New redirect
- 08:07, 1 February 2026 Coppersalts talk contribs created page Template:Shitsfucked2 (I wonder what will happen)
- 06:44, 31 January 2026 Coppersalts talk contribs created page NORTHERNLIGHT (Redirected page to Aurora borealis) Tag: New redirect
- 04:42, 31 January 2026 Coppersalts talk contribs created page File:Two hands.png
- 04:42, 31 January 2026 Coppersalts talk contribs uploaded File:Two hands.png
- 08:32, 30 January 2026 Coppersalts talk contribs moved page Template:Tamagotchiwiki/style.css to Template:Tamagotchi Wiki/style.css without leaving a redirect
- 08:32, 30 January 2026 Coppersalts talk contribs moved page Template:Tamagotchiwiki to Template:Tamagotchi Wiki
- 08:27, 30 January 2026 Coppersalts talk contribs created page Template:Tamagotchiwiki (Created page with "<templatestyles src="Tamagotchiwiki/style.css" />{{Full size background image|tamagotchi-bg}}<div class="tamagotchi-bg"></div>")
- 20:04, 29 January 2026 Coppersalts talk contribs created page File:Ice cream2.mp3
- 20:04, 29 January 2026 Coppersalts talk contribs uploaded File:Ice cream2.mp3
- 20:03, 29 January 2026 Coppersalts talk contribs created page File:Ice cream1.mp3
- 20:03, 29 January 2026 Coppersalts talk contribs uploaded File:Ice cream1.mp3
- 06:55, 26 January 2026 Coppersalts talk contribs created page Template:Unsigned/unregistered (Created page with "<!-- Template:Unsigned IP --><small class="autosigned">— Preceding {{safesubst:<noinclude />#if:{{{fix}}}|c|unsigned c}}omment added by [[Special:Contributions/{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}#top|talk]]) {{safesubst:<noinclude />#if:{{{fix}}}|{{{2}}} (original signature removed while fixing wiki markup errors)|{{{2}}}}}</small><noinclude> {{Documentation|content={{t5-exempt|because=it is substi...")
- 06:50, 26 January 2026 Coppersalts talk contribs created page Template:Unsigned/registered (Created page with "<!-- Template:Unsigned --><small class="autosigned">— Preceding {{safesubst:<noinclude />#if:{{{fix}}}|c|unsigned c}}omment added by [[User:{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}#top|talk]] • [[Special:Contributions/{{{1<noinclude>|Example</noinclude>}}}|contribs]]) {{safesubst:<noinclude />#if:{{{fix}}}|{{{2}}} (original signature removed while fixing wiki markup errors)|{{{2}}}}}</small><noinclude...")
- 06:49, 26 January 2026 Coppersalts talk contribs created page Module:IPAddress (Created page with "local p = {} function p._isIpV6(s) local dcolon, groups if type(s) ~= "string" or s:len() == 0 or s:find("[^:%x]") -- only colon and hex digits are legal chars or s:find("^:[^:]") -- can begin or end with :: but not with single : or s:find("[^:]:$") or s:find(":::") then return false end s, dcolon = s:gsub("::", ":") if dcolon > 1 then return false end -- at most one :: s = s:gsub("^:?", ":") -- prepend : if needed, upper s, groups = s:gsub(":%x%x?%x...")
- 06:49, 26 January 2026 Coppersalts talk contribs created page Module:YMD to ISO (Created page with "local p = {} local function month_number(month_name) local months_full = {january=1, february=2, march=3, april=4, may=5, june=6, july=7, august=8, september=9, october=10, november=11, december=12} local months_abbr = {jan=1, feb=2, mar=3, apr=4, may=5, jun=6, jul=7, aug=8, sep=9, sept=9, oct=10, nov=11, dec=12} local month_lc, _ = string.gsub(string.lower(month_name),'%.','',1) local month_num = months_full[month_lc] or months_abbr[month_lc] or 0 r...")
- 06:49, 26 January 2026 Coppersalts talk contribs created page Module:Format time (Created page with "local p = {} function p.main(frame) args = require('Module:Arguments').getArgs(frame) return p._main{fmt = args['fmt'], s = args['s'] or args[1]} end function p._main(args) -- args is a table with two values: -- fmt = the format to output the time, according to mw:Help:Extension:ParserFunctions##time (default: j xg Y) -- s (or [1]) = the string to process; should be a date (default: empty string) return mw.getCurrentFrame():callParserFunction('#time', {args....")
- 06:45, 26 January 2026 Coppersalts talk contribs created page Module:Unsigned (Created page with "local p = {} local yesno = require('Module:Yesno') local function trim(s) return s:gsub("^%s+", ""):gsub("%s+$", ""):gsub("\226\128\142", "") end function p.getTimestamp(s) --gets the timestamp in the input --if nothing is found, returns the empty string --we search for time and date seperately to allow for a time-less addition of date -- helper to search the input string -- note that match on nil is a bad thing, so we include: or '' local function findFromInp...")
- 06:44, 26 January 2026 Coppersalts talk contribs created page Template:Unsigned (Created page with "<includeonly>{{safesubst:#invoke:unsigned|main}}</includeonly><noinclude>")
- 17:34, 9 January 2026 Coppersalts talk contribs created page Bfdi.tv (Created page with "{{lowercase title}} <div style=position:relative> 300px <div style=position:absolute;left:12px;top:120px;>200px</div> </div> Category:Websites")
- 17:33, 9 January 2026 Coppersalts talk contribs created page File:Television.png
- 17:33, 9 January 2026 Coppersalts talk contribs uploaded File:Television.png
- 17:01, 9 January 2026 Coppersalts talk contribs created page Chat (Hard Mode) (Redirected page to The Wiki Camp 2 Global Hotspot) Tag: New redirect
- 22:47, 6 January 2026 Coppersalts talk contribs moved page User:Coppersalts/text transforms to User:Coppersalts/letter transforms
- 22:33, 6 January 2026 Coppersalts talk contribs created page User:Coppersalts/text transforms (bringing this back)
- 17:44, 1 January 2026 Coppersalts talk contribs created page 2027 (Created page with "2027 is next year. {{Return|2026|2026}} {{Proceed|2028|2028}} Category:Values Category:Years")
- 01:44, 30 December 2025 Coppersalts talk contribs created page PKMN (Redirected page to Pikmin) Tag: New redirect
- 18:43, 27 December 2025 Coppersalts talk contribs created page Michael Huang (Redirected page to Michael) Tag: New redirect
- 04:27, 23 December 2025 Coppersalts talk contribs created page Template:Smiley (Created page with "{{ce|{{#switch:{{{1}}} |1=TWC2emoji1.png }}}}")
- 02:30, 23 December 2025 Coppersalts talk contribs created page Template:Ping (Created page with "<span style=background-color:{{{color|#100085}}}20;color:{{{color|#2e3c89}}};border-radius:3px;padding-left:2px;padding-right:2px;>@{{{1}}}</span>{{{nocat|<includeonly>[[Category:@{{{cat|{{{1}}}}}}]]</includeonly>}}}<noinclude> {{Ping|aa|color=#ff0000|nocat=}}")
- 04:32, 13 December 2025 Coppersalts talk contribs created page Find Mii (Hard Mode) (Created page with "{{:Find Mii}}{{Flashlight}}")
- 03:28, 13 December 2025 Coppersalts talk contribs created page Template:Flashlight (Created page with "{{#css: .flashlight { position:fixed; top:0; left:0; z-index:10000; filter: invert(1); } .flashlight-draggable { --visible-size: {{{size|4rem}}}; resize: both; overflow: hidden; max-width: 100vw; max-height: 100vh; min-width: var(--visible-size); min-height: var(--visible-size); } #content { z-index: 1000; position: relative; padding: 2rem; } .flashlight-grid { display: grid; grid-template-columns: calc(100% - var(--visible-size)) var(--visible-size); grid-template-rows:...")
- 21:18, 12 December 2025 Coppersalts talk contribs created page Tutorial/Custom CSS (Created page with "{{Return|Tutorial}} == Method 1: CSS parser tag == The simplest method to add custom CSS to a page is to use the <code>css</code> parser tag: <pre> {{#css: .example-selector { example-property: example-value; } }} </pre> The parser tag approach allows for any valid selector to be used, but some css features are filtered for security reasons. The following is a comprehensive list of all disallowed features: * Functions: ** [https://developer.mozilla.org/en-US/docs/We...")
- 20:37, 12 December 2025 Coppersalts talk contribs changed the content model of the page Template:Garfield.css from "wikitext" to "Sanitized CSS"
- 04:23, 12 December 2025 Coppersalts talk contribs created page Greyboxing (Created page with "{{#css: *, .vector-menu-tabs #ca-watch.icon a::before, .mw-content-ltr figure[typeof~="mw:File/Thumb"] > .mw-file-description::after, .mw-content-ltr figure[typeof~="mw:File/Thumb"] > .mw-file-magnify::after, .vector-menu-dropdown .vector-menu-heading::after { color: transparent !important; background: #0001 !important; border: none !important; } .vector-search-box-input::placeholder { color: transparent; } img { filter: contrast(0); } ul { list-style: square !important;...")
- 16:40, 7 December 2025 Coppersalts talk contribs created page Canned Bread (Redirected page to Fullmetal Alchemist Canned Bread) Tag: New redirect
- 05:17, 5 December 2025 Coppersalts talk contribs created page Talk:Okin deepberries (Created page with "just making this talk page for testing ~~~~")
- 03:10, 4 December 2025 Coppersalts talk contribs created page Category:Articles with statements (Created page with "🗨")