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).
- 03:42, 14 March 2025 SGuySMW talk contribs created page Module:Convert/text (Created page with "-- Text used by Module:Convert for enwiki. -- This is a separate module to simplify translation for use on another wiki. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- Some units accept an SI prefix before the unit code, such as "kg" for kilogram. local SIprefixes = { -- The prefix field is what the prefix should be, if different from the prefix used. ['Y'] = { exponent = 24, name = 'yotta', }, ['Z'] = { exponent = 21,...")
- 03:41, 14 March 2025 SGuySMW talk contribs created page Module:Convert/data (Created page with "-- Conversion data used by Module:Convert which uses mw.loadData() for -- read-only access to this module so that it is loaded only once per page. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- -- These data tables follow: -- all_units all properties for a unit, including default output -- default_exceptions exceptions for default output ('kg' and 'g' have different defaults) -- link_exceptions exceptions for links...")
- 03:41, 14 March 2025 SGuySMW talk contribs created page Module:Convert (Created page with "-- Convert a value from one unit of measurement to another. -- Example: {{convert|123|lb|kg}} --> 123 pounds (56 kg) -- See en:Template:Convert/Transwiki guide if copying to another wiki. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen = ustring.len local usub = ustring.sub -- Configuration options to keep ma...")
- 03:40, 14 March 2025 SGuySMW talk contribs created page Module:Gapnum (Created page with "local p = {} local getArgs function p.main(frame) if not getArgs then getArgs = require('Module:Arguments').getArgs end local args = getArgs(frame, {wrappers = 'Template:Gapnum'}) local n = args[1] if not n then error('Parameter 1 is required') elseif not tonumber(n) and not tonumber(n, 36) then -- Validates any number with base ≤ 36 error('Unable to convert "' .. args[1] .. '" to a number') end local gap = args.gap local precision = tonumber(args.p...")
- 03:40, 14 March 2025 SGuySMW talk contribs created page Module:Val (Created page with "-- For Template:Val, output a number and optional unit. -- Format options include scientific and uncertainty notations. local numdot = '.' -- decimal mark (use ',' for Italian) local numsep = ',' -- group separator (use ' ' for Italian) local mtext = { -- Message and other text that should be localized. ['mt-bad-exponent'] = 'exponent parameter (<b>e</b>)', ['mt-parameter'] = 'parameter ', ['mt-not-number'] = 'is not a valid number', ['mt-c...")
- 03:39, 14 March 2025 SGuySMW talk contribs created page Template:Val (Created page with "<includeonly>{{safesubst:<noinclude/>#invoke:val|main}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 20:50, 13 March 2025 SGuySMW talk contribs created page Template:S-bef/filter (Created page with "{{#if:{{{1|}}}|<br />{{Delink question hyphen-minus|{{{1}}}}}}}<noinclude>{{documentation}}</noinclude>")
- 20:49, 13 March 2025 SGuySMW talk contribs created page Template:S-aft/filter (Created page with "{{#if:{{{1|}}}|<br />{{Delink question hyphen-minus|{{{1}}}}}}}<noinclude>{{documentation}}</noinclude>")
- 20:49, 13 March 2025 SGuySMW talk contribs created page Template:S-bef/check (Created page with "<includeonly>{{Main other | <!-- -->{{#if: {{{1|}}} |<!-- -->{{#ifeq: {{#invoke:String|match|s={{{1|}}} |pattern=^%s*[nN][eE][wW] |start=1 |match=1 |plain=false |nomatch=NOMATCH |ignore_errors=true}} | NOMATCH<!-- -->|<!-- -->|Category:S-bef: 'before' parameter begins with the word 'new'<!-- -->}}<!-- -->{{#ifeq: {{#invoke:String|match|s={{{1|}}} |pattern=[cC]reated |start=1 |match=1 |plain=false |nomatch=NOMATCH |ignore_...")
- 20:48, 13 March 2025 SGuySMW talk contribs created page Template:S-aft/check (Created page with "<includeonly>{{Main other | <!-- -->{{#if: {{{1|}}} |<!-- -->{{#ifeq: {{#invoke:String|match|s={{{1|}}} |pattern=[vV]acant |start=1 |match=1 |plain=false |nomatch=NOMATCH}} | NOMATCH<!-- -->|<!-- -->| Category:S-aft: 'after' parameter includes the word 'vacant'<!-- -->}}<!-- -->{{#ifeq: {{#invoke:String|match|s={{{1|}}} |pattern=[iI]ncumbent |start=1 |match=1 |plain=false |nomatch=NOMATCH}} | NOMATCH<!-- -->|<!--...")
- 20:47, 13 March 2025 SGuySMW talk contribs created page Template:S-ttl/check (Created page with "<includeonly>{{Main other | <!-- -->{{#if: {{{title|}}} |<!-- -->{{#ifeq: {{#invoke:String|match|s={{{title|}}} |pattern=<br ?/?>%s*with%s |start=1 |match=1 |plain=false |nomatch=NOMATCH |ignore_errors=true}} | NOMATCH<!-- -->|<!-- -->|Category:S-ttl: 'title' parameter includes the word 'with'<!-- -->}}<!-- -->}}<!-- -->}}<!-- --></includeonly><!-- --><noinclude>{{Documentation}} </noinclude>")
- 20:47, 13 March 2025 SGuySMW talk contribs created page Module:MultiReplace (Created page with "local p = {} local function MultiReplace(args) local input = args[1] or "{{{1}}}" local plain = args.plain == "yes" local i = 1 local changeList = {} while args[i * 2] do local change = {pattern = args[i * 2], repl = args[i * 2 + 1]} if not change.repl then return require('Module:Error').error{ 'MultiReplace: Unpaired argument: <code>' .. (i * 2) .. ' = ' .. mw.text.nowiki(change.pattern) .. '</code>' } end changeList[i] = change i = i + 1 end...")
- 20:46, 13 March 2025 SGuySMW talk contribs created page Template:Delink question hyphen-minus (Created page with "{{{{{|safesubst:}}}#invoke:MultiReplace|main|{{{1|}}}|%[%[ *([%?-]) *%]%]|%1|%[%[ *[%?-] *{{{{{|safesubst:}}}!}} *(.-) *%]%]|%1}}<noinclude> {{documentation}} </noinclude>")
- 20:46, 13 March 2025 SGuySMW talk contribs created page Template:S-end (Created page with "|}<noinclude> {{documentation}}</noinclude>")
- 20:45, 13 March 2025 SGuySMW talk contribs created page Template:S-aft (Created page with "<includeonly>| style="width: 30%; text-align: center;" rowspan="{{{rows|1}}}"| {{S-aft/check|{{{after|}}}}} Succeeded by<div style="font-weight: bold">{{Delink question hyphen-minus|{{{after}}}}}{{S-aft/filter|{{{after2|}}}}}{{S-aft/filter|{{{after3|}}}}}{{S-aft/filter|{{{after4|}}}}}{{S-aft/filter|{{{after5|}}}}}{{S-aft/filter|{{{after6|}}}}}{{S-aft/filter|{{{after7|}}}}}{{S-aft/filter|{{{after8|}}}}}{{S-aft/filter|{{{after9|}}}}}{{S-aft/filter|{{{after10|}}}}}</di...")
- 20:40, 13 March 2025 SGuySMW talk contribs created page Template:S-ttl (Created page with "<includeonly>| style="width: 40%; text-align: center;" rowspan="{{{rows|1}}}"|'''{{#if:{{{order|}}}|{{{order}}} }} {{{title}}} '''{{#if:{{{district|}}}|<br /><small>'''''Representative for {{{district}}}'''''</small>|}}{{#if:{{{dynasty|}}}|<br />''{{{dynasty}}}''|}}{{#if:{{{creation|}}}|<br />''{{{creation}}}''|}}{{#if:{{{years|}}}|<br />{{{years}}}|}}{{#if:{{{regent1|}}}|<br />''with {{{regent1}}}''|}} {{#if:{{{years1|}}}| <small>'' ({{{years1}}})''</small>|}}{{#if:{{{r...")
- 20:40, 13 March 2025 SGuySMW talk contribs created page Template:S-bef (Created page with "<includeonly>|- style="text-align:center;" |style="width:30%;" rowspan="{{{rows|1}}}"|Preceded by<div style="font-weight: bold">{{Delink question hyphen-minus|{{{before}}}}}{{S-bef/filter|{{{before2|}}}}}{{S-bef/filter|{{{before3|}}}}}{{S-bef/filter|{{{before4|}}}}}{{S-bef/filter|{{{before5|}}}}}{{S-bef/filter|{{{before6|}}}}}{{S-bef/filter|{{{before7|}}}}}{{S-bef/filter|{{{before8|}}}}}{{S-bef/filter|{{{before9|}}}}}{{S-bef/filter|{{{before10|}}}}}</div>{{#if:{{{as...")
- 20:40, 13 March 2025 SGuySMW talk contribs created page Template:S-start (Created page with "{| class="wikitable succession-box noprint" style="margin:0.5em auto; font-size:small;{{#if:{{{noclear|}}}||clear:both;}}" <noinclude> |''Start of centred table'' |} {{documentation}} {{/TemplateData}} <!--NB Add metadata to the /doc page linked above, not here; thanks!--> </noinclude>")
- 20:32, 13 March 2025 SGuySMW talk contribs created page User:SGuySMW/things/twoep (aaaaa)
- 18:43, 3 March 2025 SGuySMW talk contribs created page Speedrunning using public transit (Created page with "Speedrunning has seen a multitude of innovations in recent years. Among them is '''speedrunning using public transit''', except it's not video games that the runner is attempting to speedrun, but rather real places, in a way similar to Jet Lagging. Category:Pages for SMW to add")
- 05:53, 2 March 2025 SGuySMW talk contribs created page Italy (Created page with "{{TWC2}} ==Itineraries== ===User:SGuySMW's itinerary]]=== #Arrive in Rome, take the Italo train to Napoli, and taxi to your Airbnb nestled between the steep, cobblestone streets. In the afternoon and evening, explore your neighbourhood and go for a classic Neapolitan pizza. #Bus around Napoli. Your first route takes you high up the Neapolitan hills, providing scenic photo opportunities, many with Vesuvius in the background. Then, explore downto...")
- 05:15, 28 February 2025 SGuySMW talk contribs created page Template:Tighten (Created page with "<span style="letter-spacing:{{{2|-2}}}px;">{{{1}}}</span><nowiki> </nowiki><noinclude>{{Tighten|Makes things closer together. Parameter increases severity; positive values spread letters apart, negative values bring them together. Usually want values less than -1.|-0.5}}Category:Design templates</noinclude>")
- 03:48, 28 February 2025 SGuySMW talk contribs created page Ultimate Transit Relay (Created page with "The '''Ultimate Transit Relay''' ('''UTR''') is a Transit Relay whose route attempts to cross every single sovereign state in the world using public transit—buses, trains, trams, metros, ferries, and the occasional airplane. Category:Pages for SMW to add")
- 02:41, 28 February 2025 SGuySMW talk contribs created page Blåhaj (Created page with "The '''blue shark''' (''Prionace glauca''), known in Swedish as '''blåhaj''', is a species of requiem shark found throughout the ocean. ==Legacy== In Sweden, famed furniture store IKEA turned the blue shark into a marketable plushie. Initially meant to spark children's interests in marine biology, the marketable plushie was eventually adopted by various left-leaning communities, including trans people and urbanists. As such, for the...")
- 01:50, 23 February 2025 SGuySMW talk contribs created page User:SGuySMW/things/the floor (Created page with "==1== *'''Category:Tools''': hammer, drill, axe, chainsaw, nail, screwdriver, pliers, wrench, bubble level, sander, clamp *'''Category:Cars''': BMW, Volkswagen, Mercedes-Benz, Honda, Tesla, Chevrolet, Toyota, Subaru, Lamborghini, Ferrari, Nissan, Porsche, Oldsmobile, Hyundai, Bentley, Maserati, Audi, Ram, SAAB, C...")
- 20:28, 19 February 2025 SGuySMW talk contribs created page National Hockey League (Created page with "The '''NHL''' is North America's highest level of ice hockey. As the sport is North American, it is highly prestigious. Winning the fabled Stanley Cup is regarded as the sport's highest achievement. ==Teams== {{WIP}} ===Chicago Blackhawks=== Can we ''please'' stop appropriating Indigenous culture? I'd rather see the mascot change to an actual hawk. ===Montreal Canadiens=== The only francophone team in the NHL, being from Quebec. ===Ottawa Senators=== The...")
- 20:24, 19 February 2025 SGuySMW talk contribs created page New Zealand (Created page with "'''Aotearoa''', known in English as '''New Zealand''', is an island country off the coast of Australia whose capital is Wellington and largest city is Auckland. Possibly constituting its own continent, this country virtually divided into two islands (by the Cook Strait) is home to their famous kiwis. An attraction sure to give onlookers the chills is the haka. Popularized in rugby especially by the New Zea...")
- 20:24, 19 February 2025 SGuySMW talk contribs created page Switzerland (Created page with "{{TWC2}} '''Switzerland''' is a mountainous country in central Europe known for not participating in major conflicts. It is also The Chocolatier's home country. Not too far from his hometown of Zürich is Lindt's headquarters, where the finest chocolates and chocolate balls are made. The undisclosed chocolate laboratory lies beneath. Politically, Switzerland is composed of 26 [[Cantons of Switzerland|cantons]...")
- 20:21, 19 February 2025 SGuySMW talk contribs created page User:SGuySMW/things/trivia almanac (Created page with "__NOTOC__ =The Appellation Trail= =Division Day= =='''(COMPLETE!)''' Mitosis== ==Switzerland== '''Switzerland''' is a mountainous country in central Europe known for not participating in major conflicts. It is also The Chocolatier's home country. Not too far from his hometown of Zürich is Lindt's headquarters, where the finest chocolates and What are the flavours of lindt balls?...")
- 06:27, 19 February 2025 SGuySMW talk contribs created page Pop Culture Cup (Created page with "The '''Pop Culture Cup''' refers to various tournaments where teams representing franchises in pop culture play various sports against each other. ==Sports== *Athletics *American football *Baseball *Basketball *Football *Ice hockey *Rugby Cate...")
- 21:10, 18 February 2025 SGuySMW talk contribs created page User:SGuySMW/things/featured picture (Created page with "=15 May 2004: Cat= ==Trivia== *On 15 May 2004, an image of a cat in Greece became Wikipedia's second ever picture of the day. =24 August 2022: Kobe Bryant= '''Kobe Bryant''' was one of the greatest basketballers of all time. A 5-time NBA champion, he played his entire career with the Los Angeles Lakers. A picture of him playing against the Golden State Warriors (based in Oakland at the time) was the first of Wikipedia's pictures of the...")
- 19:59, 18 February 2025 SGuySMW talk contribs changed the content model of the page Template:Fake redirect.css from "wikitext" to "Sanitized CSS"
- 17:43, 18 February 2025 SGuySMW talk contribs created page Template:Fake redirect.css (Created page with ".redirectText li:first-child { background: transparent bottom left no-repeat; background-image: linear-gradient(transparent,transparent),url("https://camp2.rectangle.zone/images/8/8b/Redirect-ltr.svg"); }")
- 17:43, 18 February 2025 SGuySMW talk contribs created page Template:Fake redirect (Created page with "<templatestyles src="fake redirect.css"/>{{#css: #contentSub:after{ content:"Redirect page"; } .redirectMsg p { overflow: hidden; height: 0; } .redirectText { list-style: none none; display: inline; margin: 0 !important; padding: 0 !important; } .mw-content-ltr .redirectText li:first-child { padding-left: 47px; /*background: transparent url(/resources/src/mediawiki.action/images/redirect-ltr.png?926f7) bottom left no-repeat; background-image: url("/re...")
- 17:40, 18 February 2025 SGuySMW talk contribs created page Module:Pagetype/config (Created page with "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- -- St...")
- 17:39, 18 February 2025 SGuySMW talk contribs created page Module:Pagetype (Created page with "-------------------------------------------------------------------------------- -- -- -- PAGETYPE -- -- -- -- This is a meta-module intended to replace {{pagetype}} and similar -- -- templates. It automatically detects namespaces, and allows for...")
- 17:39, 18 February 2025 SGuySMW talk contribs created page Module:About (Created page with "local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "about" hatnote....")
- 17:39, 18 February 2025 SGuySMW talk contribs created page Template:About (Created page with "{{#invoke:about|about}}<noinclude>Category: TemplatesCategory:Hatnote templates</noinclude>")
- 17:37, 18 February 2025 SGuySMW talk contribs created page User:SGuySMW/things/J! calendar (Created page with "=<nowiki>[J!]</nowiki> SAILING INTO HISTORY $200: Niña (22 August 2022)= 2 days before The Wiki Camp 2 opened, Jeopardy! fans entered the new week on their Page-A-Day calendars with Sailing Into History. The first of three ships mentioned in this category was '''La ''Niña''''', one of Christopher Columbus's ships, formerly '''''Santa Clara'''''. =<nowiki>[J!]</nowiki> :Category:Sail...")
- 05:07, 18 February 2025 SGuySMW talk contribs created page General Electric (Created page with "'''General Electric''' is a locomotive manufacterer, well known for producing the universal GE Evolution Series of freight-hauling diesel locomotives. GE happened to make my late microwave oven, which has since died unexpectedly. Category:Pages for SMW to add")
- 02:23, 18 February 2025 SGuySMW talk contribs created page Irish language (Created page with "{{Tooltip|Dia dhuit!|May God be with you!}} Category:Pages for SMW to add")
- 21:28, 12 February 2025 SGuySMW talk contribs created page Jeopardy!/SMW5 (Created page with "{{Return|Jeopardy!/SMW's miscellaneous boards|Find SMW's other boards}} {{wip}} The red text is used in the Jeopardy! and Double Jeopardy! rounds to denote the Daily Double. ==Jeopardy! Round== {| class="wikitable" |+ !THE OLYMPIC GAMES !ALSO AN NHL TEAM !FLIGHTLESS BIRDS !SPORTS !AFRICAN COUNTRIES !MUSICAL INSTRUMENTS |- |This French capital opened the 2024 Olympics with a citywide party along the Seine <div class="mw-collapsible...")
- 21:30, 11 February 2025 SGuySMW talk contribs created page Jeopardy!/SMW3 (Created page with "{{Return|Jeopardy!/SMW's miscellaneous boards|Find SMW's other boards}} The red text is used in the Jeopardy! and Double Jeopardy! rounds to denote the Daily Double. ==Jeopardy! Round== {| class="wikitable" |+ !ON VACATION<br>Clues about travel. !FIRST NAME (AND BIBLE BOOK)'S THE SAME !LAS VEGAS !SPORTS !AFRICAN COUNTRIES !MUSICAL INSTRUMENTS |- |Oh la la ! Perhaps the Phryges are still roaming this 2024 Olympic host city and French...")
- 18:15, 8 February 2025 SGuySMW talk contribs created page Module:Team bracket (Created page with "-- -- This module implements many bracket templates -- local p = {} local args = {} local rows = {} local mask = {} local rounds local maxround local legs = {} local compact local byes local hideSeeds local showSeeds local hideHeadings local showThird local offsetThird local compactFinal local sepwidth local aggsep local aggregate local boldwinner local hideomittedscores local RD1seedmap = {} local tcats = '' local function isnotblank(s) return s and s ~= '' end loca...")
- 18:15, 8 February 2025 SGuySMW talk contribs created page Template:3TeamBracket (Created page with "{{#invoke:Team bracket|main | rounds = 2 | compact = y | seeds = {{{seeds|y}}} | byes = {{{byes|}}} | RD1-omit = {{{RD1-omit|1/2}}} | RD1 = {{{RD1|Semifinal}}} | RD2 = {{{RD2|Final}}} | RD1-seed1 = {{{RD1-seed1|{{{RD1-seed01|2}}}}}} | RD1-seed2 = {{{RD1-seed2|{{{RD1-seed02|3}}}}}} | RD2-seed1 = {{{RD2-seed1|{{{RD1-seed03|1}}}}}} }}<noinclude> {{Documentation}} </noinclude>")
- 17:49, 8 February 2025 SGuySMW talk contribs created page Template:Baseballbox (Created page with "{| style="width:{{{size|100%}}}; background-color: inherit; color:inherit" cellspacing="0" |- | width=15% style="vertical-align:top;text-align:right;" rowspan=4 | {{{date}}} {{#if: {{{time<includeonly>|</includeonly>}}} | <br><small>{{{time}}}</small>}} {{#if: {{{round<includeonly>|</includeonly>}}} | <br><small>{{{round}}}</small> }} | width=24% style="vertical-align:top;text-align:right;" | {{{team1}}} | width=13% style="vertical-align:top;text-align:center;" | '''{{{s...")
- 17:45, 8 February 2025 SGuySMW talk contribs created page Template:Linescore/style (Created page with "{{#if:{{{2|}}} | | style="width:{{#if:{{{1|}}} | 15 | 25}}px;{{{style|}}}" }}<noinclude> {{documentation|content= This subtemplate is used by {{tl|linescore}}. }}</noinclude>")
- 17:45, 8 February 2025 SGuySMW talk contribs created page Module:Separated entries (Created page with "-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local dataPlural = args.dataPlural local separator = args.separator...")
- 17:44, 8 February 2025 SGuySMW talk contribs created page Template:Br separated entries (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|br}}<noinclude> {{documentation}} </noinclude>")
- 17:44, 8 February 2025 SGuySMW talk contribs created page Template:!) (Created page with "|}<noinclude> {{Documentation}} </noinclude>")