All public logs
Jump to navigation
Jump to search
Combined display of all available logs of The Wiki Camp 2 Jr.. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:49, 13 November 2024 Coppersalts talk contribs created page Template:Link/noext.css (Created page with ".noext a.external { background-image: none; padding-right: 0; }")
- 17:45, 13 November 2024 Coppersalts talk contribs created page Template:Link (Created page with "[https://camp2jr.objectshow.community/index.php?title={{urlencode:{{{1}}}}} {{{2|{{{1}}}}}}]")
- 16:45, 6 May 2024 Coppersalts talk contribs created page Template:Tooltip/styles.css (Created page with ".tooltip-dotted, a.tooltip-dotted { border-bottom: 1px dotted; cursor: help; }")
- 16:45, 6 May 2024 Coppersalts talk contribs created page Template:Tooltip (Created page with "<templatestyles src="Template:Tooltip/styles.css" />{{#if:{{{3|}}}|[[{{{3}}}|<span title="{{{2}}}" class="tooltip-dotted">{{{1}}}</span>]]|<span title="{{{2}}}" class="tooltip-dotted">{{{1}}}</span>}}<noinclude>Third parameter is optional, but use it when you want to make tooltips that are also links</noinclude>")
- 01:02, 5 May 2024 Coppersalts talk contribs created page The Divine Goddess Jr. (Created page with "real{{citation needed}} pronouns: <sub>s</sub>he/<sub>h</sub>er pronounce: /<sub>ʃ</sub>ɪj/ /<sub>h</sub>ər/")
- 01:00, 5 May 2024 Coppersalts talk contribs created page The Divine Goddess (Redirected page to The Divine Goddess Jr.) Tag: New redirect
- 15:01, 4 May 2024 Coppersalts talk contribs created page Bubble sort (This'll go on camp2 sr. when it reopens)
- 12:56, 4 May 2024 Coppersalts talk contribs created page Template:Multitarget customcollapsible (ported from camp2)
- 19:54, 29 April 2024 Coppersalts talk contribs created page Module:LuaError (gonna try out that thing FallingPinapples did a while ago)
- 15:55, 27 December 2023 Coppersalts talk contribs moved page English to Englіsh
- 06:02, 27 December 2023 Coppersalts talk contribs created page English (Created page with "I'll make this later don't touch it!")
- 21:56, 15 December 2023 Coppersalts talk contribs created page File:Coppersalts default book.png
- 21:56, 15 December 2023 Coppersalts talk contribs uploaded File:Coppersalts default book.png
- 17:10, 8 December 2023 Coppersalts talk contribs created page Muscle Boy (Created page with "{{JuniorPage}} {{Dia|Muscle Boy|you know who else has their own page?}} {{Dia|Muscle Boy|my sister!}}")
- 16:34, 27 September 2023 Coppersalts talk contribs uploaded a new version of File:Lb.mp3
- 22:02, 26 September 2023 Coppersalts talk contribs created page Category:Junior pages (Created page with "{{JuniorPage}}")
- 04:01, 26 September 2023 Coppersalts talk contribs created page CLOUT Jr. (Created page with "'''CLOUT Jr.''' or '''ᴄʟᴏᴜᴛ ᴊr.''', also known as '''CLOUT lite''' or '''CLOUT mini''' is the prize of the wiki camp 2 jr.. it is little and small and smells of pleasant fragrances")
- 03:57, 26 September 2023 Coppersalts talk contribs moved page Category:Still In (official) to Category:Still in (official)
- 03:54, 26 September 2023 Coppersalts talk contribs created page Template:NoNerpa Violation (Created page with "<big><big>WARNING: The following article is in violation of the wiki's No Nerpa Policy. Proceed at your own risk.</big></big>")
- 03:51, 26 September 2023 Coppersalts talk contribs created page File:TWC2 logo.png
- 03:51, 26 September 2023 Coppersalts talk contribs uploaded File:TWC2 logo.png
- 03:49, 26 September 2023 Coppersalts talk contribs created page Template:Fix/category (Created page with "<noinclude>{{pp-template|small=yes}}</noinclude>{{{cat|Category:All pages needing cleanup}}}{{#if:{{{cat-date|}}} |[[{{{cat-date}}} {{#if:{{{date|}}} |from {{{date}}} }}]]{{#if:{{{date|}}} |{{#ifexist:{{{cat-date}}} from {{{date}}}| |Category:Articles with invalid date parameter in template }} }} }}{{#if:{{{cat2|}}}|{{{cat2}}}}}{{#if:{{{cat-date2|}}} |[[{{{cat-date2}}} {{#if:{{{date|}}} |from {{{date}}} }}]]{{#if:{{{date|}}} |{{#ifex...")
- 03:48, 26 September 2023 Coppersalts talk contribs created page Module:Category handler/blacklist (Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo...")
- 03:47, 26 September 2023 Coppersalts talk contribs created page Module:Category handler/shared (Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return...")
- 03:46, 26 September 2023 Coppersalts talk contribs created page Module:Category handler/config (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...")
- 03:22, 26 September 2023 Coppersalts talk contribs created page Module:Dia code (Created page with "--[[ This module is intended to provide an alt text (text that appears when the image doesn't load or is copied to a plaintext editor) for the image on {{Dia}}, and to provide an appropriate link to the character when the image is clicked. It is a replacement for Template:Dia/code. ]] local p = {} --[[ This table provides the alt text and link destination for each code used in the Dia template. For codes not listed in the table, the alt text and link destination is e...")
- 03:20, 26 September 2023 Coppersalts talk contribs created page Template:Dia (Created page with "<includeonly>{| style="max-width:inherit; margin-bottom:1em; border:0.5em solid transparent; color: {{{text-color|#000}}}; background-color: {{{bg-color|rgba(200, 200, 200, {{{opacity|0.6}}})}}}; text-align:center; font-size:{{#ifeq:{{{compact|}}}|yes|4pt|8pt}}; overflow-wrap:break-word; float:{{{float|none}}}; clear:{{{float|none}}};" |- | valign="top" |<div style="display:flex; align-items:center; overflow:hidden; width:{{#ifeq:{{{compact|}}}|yes|45px|80px}}; height:{{...")
- 01:39, 26 September 2023 Coppersalts talk contribs created page You (Created page with "Category:Gay")
- 01:36, 26 September 2023 Coppersalts talk contribs created page File:Lb.mp3
- 01:36, 26 September 2023 Coppersalts talk contribs uploaded File:Lb.mp3
- 01:35, 26 September 2023 Coppersalts talk contribs created page Category:Still In (official) (Created page with "Category:Official (official)")
- 23:42, 25 September 2023 Coppersalts talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
- 23:42, 25 September 2023 Coppersalts talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
- 23:40, 25 September 2023 Coppersalts talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
- 23:40, 25 September 2023 Coppersalts talk contribs created page Template:Namespace detect (Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->Category:Templates </noinclude>")
- 23:39, 25 September 2023 Coppersalts talk contribs created page Template:Hatnote (Created page with "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->Category:TemplatesCategory:Hatnote templates </noinclude>")
- 23:39, 25 September 2023 Coppersalts talk contribs created page Template:Stub (Created page with "{{Hatnote|This {{namespace detect|main=article|category=category|other=page}} is a stub. You can help the Wiki Camp 2 by [{{canonicalurl:{{FULLPAGENAME}}|veaction=edit}} expanding it.] Category:Stubs}} <noinclude>Category:TemplatesCategory:Hatnote templates</noinclude>")
- 23:39, 25 September 2023 Coppersalts talk contribs created page Island (Created page with "{{stub}} a whole square mile of paradise Category:landforms")
- 23:34, 25 September 2023 Coppersalts talk contribs created page The Wiki Camp 2 Jr. (Created page with "'''The Wiki Camp 2 Jr.''' is an object camp created to fill the gaps while The Wiki Camp 2 Sr. is closed for judging. It began on September 25, 2023. The camp is hosted by The Normal Woman who is a normal woman played by however many people would like to play her . ==Challenges== * '''Challenge 1: You''' - Make a you page ==You== {{PAGESINCATEGORY:Still in (of...")
- 23:24, 25 September 2023 Coppersalts talk contribs created page Category:Juniors (Created page with "they're like, the same but smaller!")
- 23:23, 25 September 2023 Coppersalts talk contribs created page File:Elwiwi.png
- 23:23, 25 September 2023 Coppersalts talk contribs uploaded File:Elwiwi.png
- 23:05, 25 September 2023 Coppersalts talk contribs created page File:Secret.png
- 23:05, 25 September 2023 Coppersalts talk contribs uploaded File:Secret.png
- 22:55, 25 September 2023 Coppersalts talk contribs created page Cube Jr. (Created page with "{{#css: .scene { width: 50px; height: 50px; perspective: 600px; margin: 10px; } .cube { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; animation: rotatey 5s linear infinite; } .cube-face { position: absolute; width: 50px; height: 50px; } .face-front { transform: rotateY( 0deg) translateZ(25px); background-color: rgba(255, 0, 0, 0.5); } .face-right { transform: rotateY( 90deg) translateZ(25px); background-color: rgba(255, 255, 0, 0.5); }...")
- 22:50, 25 September 2023 Coppersalts talk contribs created page User:Coppersalts (Created page with ":o")
- 22:48, 25 September 2023 Coppersalts talk contribs created page Category:Official (official) (Created page with "Category:Official (official)")
- 22:43, 25 September 2023 Coppersalts talk contribs moved page Main p🥺ge🥹 jr.🥹🥹 o cutes!! to Main Page over redirect
- 22:43, 25 September 2023 Coppersalts talk contribs deleted redirect Main Page by overwriting (Deleted to make way for move from "Main p🥺ge🥹 jr.🥹🥹 o cutes!!")
- 16:25, 25 September 2023 Coppersalts talk contribs created page Hindsight (Redirected page to 2020) Tag: New redirect