Difference between revisions of "Discord/general"

From The Wiki Camp 2
Jump to navigation Jump to search
m
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Lights off}}<templatestyles src="Discord link/styles.css"/>{{#css:
+
{{Lights off}}{{DISPLAYTITLE:<span class="discord-text">#general</span>}}<templatestyles src="Discord link/styles.css"/>{{#css:
.discord-ui {
+
.discord-text, .discord-ui {
 
color: hsl(218, 9.7%, 87.1%);
 
color: hsl(218, 9.7%, 87.1%);
 
font-family: "gg sans", "Open Sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
 
font-family: "gg sans", "Open Sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
}
 +
.discord-ui {
 
height: 512px;
 
height: 512px;
 +
}
 +
.discord-ui p {
 +
margin: 0;
 
}
 
}
 
.discord-ui h1:first-child {
 
.discord-ui h1:first-child {
Line 9: Line 14:
 
}
 
}
 
.discord-ui h1 {
 
.discord-ui h1 {
 +
border: none;
 
color: hsl(220 13% 95.5%);
 
color: hsl(220 13% 95.5%);
 
font-family: inherit;
 
font-family: inherit;
Line 15: Line 21:
 
line-height: 1.375em;
 
line-height: 1.375em;
 
margin: 16px 0 8px;
 
margin: 16px 0 8px;
 +
}
 +
.discord-ui h1 .mw-headline {
 +
color: inherit;
 
}
 
}
 
.discord-ui .chatContent {
 
.discord-ui .chatContent {
Line 64: Line 73:
 
min-height: 0;
 
min-height: 0;
 
overflow: hidden;
 
overflow: hidden;
}
 
.discord-ui .divider {
 
align-items: center;
 
border-top: thin solid hsl(228 6% 32.5% / 0.48);
 
box-sizing: border-box;
 
display: flex;
 
flex: 0 0 auto;
 
height: 0;
 
justify-content: center;
 
left: auto;
 
margin: 1.5rem 0.875rem 0.5rem 1rem;
 
pointer-events: none;
 
position: relative;
 
right: auto;
 
z-index: 1;
 
}
 
.discord-ui .content {
 
/*background: var(--bg-overlay-chat, var(--background-primary));*/
 
border-radius: 8px;
 
color: hsl(214 8.1% 61.2%);
 
display: block;
 
flex: 0 0 auto;
 
font-size: 12px;
 
font-weight: 600;
 
line-height: 13px;
 
margin-top: -1px;
 
padding: 2px 4px;
 
 
}
 
}
 
.discord-ui .textbox-form {
 
.discord-ui .textbox-form {
Line 260: Line 242:
 
overflow:hidden;
 
overflow:hidden;
 
}
 
}
.discord-message-text code {
+
.discord-message-text code:not(.discord-codeblock) {
 
font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
 
font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
 
width: auto;
 
width: auto;
Line 306: Line 288:
 
.discord-message-text .image img {
 
.discord-message-text .image img {
 
vertical-align: top;
 
vertical-align: top;
 +
}
 +
.discordlink:hover {
 +
cursor: pointer;
 +
}
 +
.discord-message-context {
 +
align-items: center;
 +
color: hsl(215 8.8% 73.3%);
 +
display: flex;
 +
font-size: 0.875rem;
 +
line-height: 1.125rem;
 +
position: relative;
 +
margin-bottom: 4px;
 +
user-select: none;
 +
white-space: pre;
 +
}
 +
.discord-message-context::before {
 +
border-color: hsl(228 6% 32.5%);
 +
border-top-left-radius: 6px;
 +
border-style: solid;
 +
border-width: 2px 0 0 2px;
 +
box-sizing: border-box;
 +
content: "";
 +
display: block;
 +
position: absolute;
 +
bottom: 0;
 +
left: -36px;
 +
margin: -1px 4px -2px -1px;
 +
right: 100%;
 +
top: 50%;
 +
}
 +
.discord-message-context a:first-child {
 +
flex: 0 0 auto;
 +
margin-right: 0.25rem;
 +
}
 +
.discord-message-context a:first-child img {
 +
border-radius: 50%;
 +
}
 +
.discord-replied-text-preview {
 +
cursor: pointer;
 +
flex: 0 1 auto;
 +
overflow: hidden;
 +
}
 +
.discord-replied-text-preview:hover {
 +
color: hsl(220 13% 95.5%);
 +
}
 +
.discord-replied-text-content {
 +
pointer-events: none;
 +
text-overflow: ellipsis;
 +
white-space: nowrap;
 +
}
 +
.discord-blockquote-divider {
 +
background-color: hsl(228 6% 32.5%);
 +
border-radius: 4px;
 +
width: 4px;
 +
}
 +
.discord-blockquote-divider + blockquote {
 +
box-sizing: border-box;
 +
margin: 0;
 +
max-width: 90%;
 +
padding: 0 8px 0 12px;
 +
text-indent: 0;
 +
}
 +
.discord-thread-container {
 +
display: grid;
 +
grid-auto-flow: row;
 +
grid-row-gap: 0.25rem;
 +
grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
 +
height: fit-content;
 +
min-height: 0;
 +
min-width: 0;
 +
padding-top: 0.125rem;
 +
padding-bottom: 0.125rem;
 +
position: relative;
 +
text-indent: 0;
 +
}
 +
.discord-thread {
 +
align-self: start;
 +
background-color: hsl(220 6.5% 18%);
 +
border-radius: 4px;
 +
cursor: pointer;
 +
justify-self: start;
 +
margin-top: 8px;
 +
max-width: 480px;
 +
min-width: 0;
 +
padding: 8px;
 +
}
 +
.discord-top-line {
 +
display: flex;
 +
font-size: 0.875rem;
 +
font-weight: 600;
 +
line-height: 1.125rem;
 +
}
 +
.discord-thread-title {
 +
color: hsl(220 13% 95.5%);
 +
margin-right: 8px;
 +
overflow: hidden;
 +
text-overflow: ellipsis;
 +
white-space: nowrap;
 +
}
 +
.discord-top-line > a {
 +
flex-shrink: 0;
 +
}
 +
.discord-thread:hover .discord-top-line > a {
 +
text-decoration: underline;
 +
}
 +
.discord-bottom-line {
 +
align-items: center;
 +
color: hsl(215 8.8% 73.3%);
 +
display: flex;
 +
font-size: 0.875rem;
 +
line-height: 1.125rem;
 +
margin-top: 2px;
 +
white-space: nowrap;
 +
}
 +
.discord-message-inner.has-thread::after {
 +
border-bottom: 2px solid;
 +
border-bottom-left-radius: 8px;
 +
border-left: 2px solid;
 +
color: hsl(228 6% 32.5%);
 +
bottom: 29px;
 +
content: "";
 +
left: 2.2rem;
 +
position: absolute;
 +
top: 3rem;
 +
width: 2rem;
 +
}
 +
.discord-thread-message {
 +
align-items: center;
 +
display: flex;
 +
font-size: 0.875rem;
 +
height: 18px;
 +
line-height: 1.125rem;
 +
min-width: 0;
 +
}
 +
.discord-thread-message img {
 +
border-radius: 50%;
 +
margin-right: 8px;
 +
}
 +
.discord-thread-username {
 +
display: inline;
 +
flex-shrink: 0;
 +
font-weight: 500;
 +
margin-right: 0.25rem;
 +
opacity: 0.64;
 +
overflow: hidden;
 +
position: relative;
 +
}
 +
.discord-thread-text {
 +
align-items: center;
 +
display: flex;
 +
flex: 0 1 auto;
 +
overflow: hidden;
 +
}
 +
.discord-thread-timestamp {
 +
color: hsl(214 8.1% 61.2%);
 +
flex-shrink: 0;
 +
font-size: 0.875rem;
 +
line-height: 1.125rem;
 +
margin-left: 8px;
 +
}
 +
.discord-pre {
 +
box-sizing: border-box;
 +
border-radius: 4px;
 +
padding: 0;
 +
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
 +
/*font-size: 0.75rem;
 +
line-height: 1rem;*/
 +
margin-top: 6px;
 +
max-width: 90%;
 +
/*white-space: pre-wrap;*/
 +
background-clip: border-box;
 +
}
 +
.discord-codeblock {
 +
background: hsl(220 6.5% 18%);
 +
border: 1px solid hsl(225 6.3% 12.5%);
 +
border-radius: 4px;
 +
color: hsl(210 9.1% 87.1%);
 +
display: block;
 +
font-size: 0.875rem;
 +
line-height: 1.125rem;
 +
scrollbar-color: hsl(225 6.3% 12.5%) hsl(220 6.5% 18%);
 +
scrollbar-width: thin;
 +
overflow-x: auto;
 +
padding: .5em;
 +
text-indent: 0;
 +
text-size-adjust: none;
 +
-webkit-text-size-adjust: none;
 +
white-space: pre-wrap;
 +
}
 +
.discord-edited {
 +
color: hsl(214 8.1% 61.2%);
 +
font-size: 0.625rem;
 +
font-weight: 400;
 +
line-height: 1;
 +
user-select: none;
 +
}
 +
.discord-divider {
 +
align-items: center;
 +
border-top: thin solid hsl(228 6% 32.5% / 0.48);
 +
box-sizing: border-box;
 +
display: flex;
 +
flex: 0 0 auto;
 +
height: 0;
 +
justify-content: center;
 +
left: auto;
 +
margin: 1.5rem 0.875rem 0.5rem 1rem;
 +
pointer-events: none;
 +
position: relative;
 +
right: auto;
 +
z-index: 1;
 +
}
 +
.discord-divider-content {
 +
background-color: hsl(223 6.7% 20.6%);
 +
border-radius: 8px;
 +
color: hsl(214 8.1% 61.2%);
 +
display: block;
 +
flex: 0 0 auto;
 +
font-size: 12px;
 +
font-weight: 600;
 +
line-height: 13px;
 +
margin-top: -1px;
 +
padding: 2px 4px;
 
}
 
}
 
}}
 
}}
Line 314: Line 518:
 
<div class="scrollerContent">
 
<div class="scrollerContent">
 
<ol class="scrollerInner">
 
<ol class="scrollerInner">
<div class="divider">
+
{{Discord divider|March 30, 2024}}
<div class="content">
 
March 30, 2024
 
</div>
 
</div>
 
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 1:22 AM
+
|time=03/30/2024 1:22 AM
|pfp=ZerOcarina discord pfp which I cant find on the wiki.png
 
 
|name=Push Dagger
 
|name=Push Dagger
 
|color=#E21313
 
|color=#E21313
|text=Play on Damn Seal in Smash immediately!
+
|text=Play on Damn Seal in Smash immediately!<br/>Stage ID: S14KH8HJ<br/>[[File:Smash bros damn seal]]<br/>(the funny seal creature moves around the stage)<br/>(the music is one-winged angel)
Stage ID: S14KH8HJ
 
[[File:Smash bros damn seal]]
 
(the funny seal creature moves around the stage)
 
(the music is one-winged angel)
 
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 1:23 AM
+
|time=03/30/2024 1:23 AM
|pfp=NeonTehWolf discord pfp which is probably not on the wiki.png
 
 
|name=NeonTehWolf
 
|name=NeonTehWolf
|color=hsl(220 13% 95.5%)
 
 
|text=Peak Smash Bros stage
 
|text=Peak Smash Bros stage
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 2:15 AM
+
|time=03/30/2024 2:15 AM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
|text=guys i'm playing nsmb wii in vc
+
|text=guys i'm playing nsmb wii in vc {{Discord edited}}
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 2:16 AM
+
|time=03/30/2024 2:16 AM
|pfp=TUWAN discord pfp which I cant find on the wiki.png
 
 
|name=The Computer
 
|name=The Computer
 
|color=#E21313
 
|color=#E21313
Line 352: Line 543:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 2:51 AM
+
|time=03/30/2024 2:51 AM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
Line 360: Line 550:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 2:58 AM
+
|time=03/30/2024 2:58 AM
|pfp=Golpu discord pfp which might be on the wiki but I cant be bothered to find it right now.png
 
 
|name=In a Nutshell
 
|name=In a Nutshell
 
|color=#950800
 
|color=#950800
Line 368: Line 557:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 2:59 AM
+
|time=03/30/2024 2:59 AM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
Line 376: Line 564:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:01 AM
+
|time=03/30/2024 3:01 AM
|pfp=Noah discord pfp which I cant find on the wiki.png
 
 
|name=Noah
 
|name=Noah
 
|color=#E3CE2C
 
|color=#E3CE2C
Line 383: Line 570:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:01 AM
+
|time=03/30/2024 3:01 AM
|pfp=Coppersaltspfp up to date.png
 
 
|name=Molten Copper &amp; Toast Blob
 
|name=Molten Copper &amp; Toast Blob
 
|color=#950800
 
|color=#950800
Line 390: Line 576:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:01 AM
+
|time=03/30/2024 3:01 AM
|pfp=Noah discord pfp which I cant find on the wiki.png
 
 
|name=Noah
 
|name=Noah
 
|color=#E3CE2C
 
|color=#E3CE2C
|text=https://tenor.com/view/batman-tas-batman-cartoon-harvey-dent-angry-gif-25130892
+
|text=https://media1.tenor.com/m/z5sjyxbf-28AAAAC/batman-tas-batman.gif
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:01 AM
+
|time=03/30/2024 3:01 AM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
|text=https://tenor.com/view/blue-tag-online-at-email-gif-17740538
+
|text=https://media1.tenor.com/m/OaAYmD-P2N8AAAAd/blue-tag.gif
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:02 AM
+
|time=03/30/2024 3:02 AM
|pfp=Golpu discord pfp which might be on the wiki but I cant be bothered to find it right now.png
 
 
|name=In a Nutshell
 
|name=In a Nutshell
 
|color=#950800
 
|color=#950800
Line 412: Line 595:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:02 AM
+
|time=03/30/2024 3:02 AM
|pfp=Noah discord pfp which I cant find on the wiki.png
 
 
|name=Noah
 
|name=Noah
 
|color=#E3CE2C
 
|color=#E3CE2C
 
|text=you forgot to consider: its BORRINNGGG
 
|text=you forgot to consider: its BORRINNGGG
https://tenor.com/view/dcau-batman-sleeping-snoring-gif-16506951773389391754
+
https://media1.tenor.com/m/5RR5LilhB4oAAAAC/dcau-batman.gif
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:03 AM
+
|time=03/30/2024 3:03 AM
|pfp=Golpu discord pfp which might be on the wiki but I cant be bothered to find it right now.png
 
 
|name=In a Nutshell
 
|name=In a Nutshell
 
|color=#950800
 
|color=#950800
Line 428: Line 609:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:03 AM
+
|time=03/30/2024 3:03 AM
|pfp=Noah discord pfp which I cant find on the wiki.png
 
 
|name=Noah
 
|name=Noah
 
|color=#E3CE2C
 
|color=#E3CE2C
Line 435: Line 615:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:04 AM
+
|time=03/30/2024 3:04 AM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
Line 443: Line 622:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:07 AM
+
|time=03/30/2024 3:07 AM
|pfp=Noah discord pfp which I cant find on the wiki.png
 
 
|name=Noah
 
|name=Noah
 
|color=#E3CE2C
 
|color=#E3CE2C
 
|text=you guys should watch the dcau..
 
|text=you guys should watch the dcau..
https://tenor.com/view/wonder-woman-batman-dcau-justice-league-unlimited-gif-17018809
+
https://media1.tenor.com/m/u29RQ4A9xsAAAAAC/wonder-woman-batman.gif
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:17 AM
+
|time=03/30/2024 3:17 AM
|pfp=Coppersaltspfp up to date.png
 
 
|name=Molten Copper &amp; Toast Blob
 
|name=Molten Copper &amp; Toast Blob
 
|color=#950800
 
|color=#950800
Line 459: Line 636:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:17 AM
+
|time=03/30/2024 3:17 AM
|pfp=Golpu discord pfp which might be on the wiki but I cant be bothered to find it right now.png
 
 
|name=In a Nutshell
 
|name=In a Nutshell
 
|color=#950800
 
|color=#950800
Line 467: Line 643:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:19 AM
+
|time=03/30/2024 3:19 AM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
Line 474: Line 649:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:20 AM
+
|time=03/30/2024 3:20 AM
|pfp=Coppersaltspfp up to date.png
 
 
|name=Molten Copper &amp; Toast Blob
 
|name=Molten Copper &amp; Toast Blob
 
|color=#950800
 
|color=#950800
Line 481: Line 655:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:47 AM
+
|time=03/30/2024 3:47 AM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
Line 488: Line 661:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:20 AM
+
|time=03/30/2024 3:20 AM
|pfp=Coppersaltspfp up to date.png
 
 
|name=Molten Copper &amp; Toast Blob
 
|name=Molten Copper &amp; Toast Blob
 
|color=#950800
 
|color=#950800
|text=ah.
+
|text=ah
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:46 AM
+
|time=03/30/2024 3:46 AM
|pfp=TUWAN discord pfp which I cant find on the wiki.png
 
 
|name=The Computer
 
|name=The Computer
 
|color=#E21313
 
|color=#E21313
Line 502: Line 673:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 3:47 AM
+
|time=03/30/2024 3:47 AM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
|text=yop galore
+
|text=yop galore {{Discord edited}}
 
filled with a distorted yup and a nostalgic yogurt bottle
 
filled with a distorted yup and a nostalgic yogurt bottle
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 4:07 AM
+
|time=03/30/2024 4:07 AM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
Line 517: Line 686:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 4:12 AM
+
|time=03/30/2024 4:12 AM
|pfp=QWillow discord pfp which I cant find on the wiki.png
 
 
|name=Emoticon × Dark Genuine
 
|name=Emoticon × Dark Genuine
 
|color=#0645AD
 
|color=#0645AD
Line 525: Line 693:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 4:21 AM
+
|time=03/30/2024 4:21 AM
|pfp=TUWAN discord pfp which I cant find on the wiki.png
 
 
|name=The Computer
 
|name=The Computer
 
|color=#E21313
 
|color=#E21313
Line 532: Line 699:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 9:48 AM
+
|time=03/30/2024 9:48 AM
|pfp=muskyrelay discord pfp which I cant find on the wiki.png
 
 
|name=Duplo
 
|name=Duplo
 
|color=#7Dff88
 
|color=#7Dff88
Line 539: Line 705:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 2:13 PM
+
|time=03/30/2024 2:13 PM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
Line 546: Line 711:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 2:16 PM
+
|time=03/30/2024 2:16 PM
|pfp=Jurga.png
 
 
|name=Jurta
 
|name=Jurta
 
|color=#E3CE2C
 
|color=#E3CE2C
Line 553: Line 717:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 2:27 PM
+
|time=03/30/2024 2:27 PM
|pfp=Jurga.png
 
 
|name=Jurta
 
|name=Jurta
 
|color=#E3CE2C
 
|color=#E3CE2C
Line 560: Line 723:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 2:41 PM
+
|time=03/30/2024 2:41 PM
|pfp=Jurga.png
 
 
|name=Jurta
 
|name=Jurta
 
|color=#E3CE2C
 
|color=#E3CE2C
Line 568: Line 730:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 4:13 PM
+
|time=03/30/2024 4:13 PM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
Line 575: Line 736:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 4:31 PM
+
|time=03/30/2024 4:31 PM
|pfp=luckyhairclip discord pfp which I cant find on the wiki.png
 
 
|name=Cellphone
 
|name=Cellphone
 
|color=#E3CE2C
 
|color=#E3CE2C
Line 582: Line 742:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 5:53 PM
+
|time=03/30/2024 5:53 PM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
Line 589: Line 748:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 5:54 PM
+
|time=03/30/2024 5:54 PM
|pfp=QWillow discord pfp which I cant find on the wiki.png
 
 
|name=Emoticon × Dark Genuine
 
|name=Emoticon × Dark Genuine
 
|color=#0645AD
 
|color=#0645AD
|text=HUH??
+
|text=HUH??<br/>oh wait this doesn't. update automatically. slightly less crazy than what i was thinking<br/>LOL
oh wait this doesn't. update automatically. slightly less crazy than what i was thinking
 
LOL
 
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 5:57 PM
+
|time=03/30/2024 5:57 PM
|pfp=SMW logo.png
 
 
|name=Big Boy
 
|name=Big Boy
 
|color=#F1C40F
 
|color=#F1C40F
Line 605: Line 760:
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 5:58 PM
+
|time=03/30/2024 5:58 PM
|pfp=Jurga.png
 
 
|name=Jurta
 
|name=Jurta
 
|color=#E3CE2C
 
|color=#E3CE2C
|text=<h1>Bwahahahahaha!</h1>
+
|text=<h1>Bwahahahahaha!</h1><nowiki>{{:Damn seal}}</nowiki><br/><span class="discordlink">@Pseudosphere</span> hey... are you trying to spread misinformation? that's not an all-caps laugh! get it right!<!--I fixed it-->
<nowiki>{{:Damn seal}}</nowiki>
 
<span class="discordlink">@Pseudosphere</span> hey... are you trying to spread misinformation? that's not an all-caps laugh! get it right!<!--I fixed it-->
 
 
}}</li>
 
}}</li>
 
<li>{{Discord message
 
<li>{{Discord message
|time=Today at 6:04 PM
+
|time=03/30/2024 6:04 PM
|pfp=QWillow discord pfp which I cant find on the wiki.png
 
 
|name=Emoticon × Dark Genuine
 
|name=Emoticon × Dark Genuine
 
|color=#0645AD
 
|color=#0645AD
 
|text=hey wait
 
|text=hey wait
 +
}}</li>
 +
<li>
 +
{{Discord reply
 +
|replyname=Jurta
 +
|replycolor=#E3CE2C
 +
|replytext=<span class="discordlink">@Pseudosphere</span> hey... are you trying to spread misinformation? that's not an all-caps laugh! get it right!
 +
|time=03/30/2024 6:04 PM
 +
|name=Emoticon × Dark Genuine
 +
|color=#0645AD
 +
|text=is there a reply feature
 +
}}
 +
</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 6:04 PM
 +
|name=Noah
 +
|color=#E3CE2C
 +
|text=hi Reddit!
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 6:04 PM
 +
|name=Emoticon × Dark Genuine
 +
|color=#0645AD
 +
|has-thread=true
 +
|text={{Discord quote|is there a quote feature}}{{Discord thread
 +
|title=is there a thread feature
 +
}}
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 6:04 PM
 +
|name=Cellphone
 +
|color=#E3CE2C
 +
|text=something strange is going on...
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 6:05 PM
 +
|name=Emoticon × Dark Genuine
 +
|color=#0645AD
 +
|text=is there a spoiler text feature {{Discord spoiler|(there is)}}
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 6:08 PM
 +
|name=Cellphone
 +
|color=#E3CE2C
 +
|text=cool my message gets to be here twice
 +
[[File:Screenshot 2024-03-31 at 19.07.14.webp]]
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 6:09 PM
 +
|name=Jurta
 +
|color=#E3CE2C
 +
|text={{Discord quote|is the quoteblock a feature?}}{{Discord codeblock|Or does this need to be coded in?}}
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 6:10 PM
 +
|name=Emoticon × Dark Genuine
 +
|color=#0645AD
 +
|text=there's built in code block which looks similar but it's not hte same colour
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 6:13 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=i guess this won't matter anymore {{Discord edited}}<br/>but hey, at least we have our friend erpornis<br/>[[File:Erzornis.png|525x350px|link=]]
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:14 PM
 +
|name=Paper Niko
 +
|color=#950800
 +
|text=Im thinking about blindsiding my oomf...sure hope there isnt a wiki page on this channel or anything!{{Twm|shushing_face}}
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:31 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=guys it's happening
 +
EVERY four-letter word EVER
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:32 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=this might go over the page size limit
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:32 PM
 +
|name=Pseudosphere
 +
|text=There are 456,976 four-letter words
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:33 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=and each one takes up 9 bytes
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:33 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=this gives us 4,112,784 bytes {{Discord edited}}
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:33 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=which is double the page size limit
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:33 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=then i'll split it in half
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:34 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=oh ok<br/>this is the point where it'd make sense to use code to generate the page<br/>then manually weeding out words you don't want on the wiki
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:35 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=oh
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:35 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=I think it'll need three pages
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:35 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=i'm using chatgpt to help me but ok
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:35 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=since it's more than double the limit
 +
it should be pretty simple to code
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:35 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=2,056,392 bytes is slightly below the screams of the damned
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:35 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=oh ok then
 +
I guess I misremembered
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:36 PM
 +
|name=McDonald's Sweet n' Sour Sauce
 +
|color=#E21313
 +
|text=https://media1.tenor.com/m/s3fcp8cElq4AAAAC/look-up-scared.gif
 +
attack of the redlinks
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:36 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=i'm that ambitious, am i?
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:37 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=I might write some quick code to generate them later
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:38 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=i don't think the wiki uses python
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:38 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=it uses lua
 +
but you don't have to use a module
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:40 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=oh
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:40 PM
 +
|name=Pseudosphere
 +
|text=All three and a half-letter words would theoretically fit in one page.
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 8:01 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=<span class="discordlink">@Jurta</span> please don't worry. i usually don't use chatgpt
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 8:02 PM
 +
|name=Jurta
 +
|color=#E3CE2C
 +
|text=https://media1.tenor.com/m/KTL39mZi03MAAAAC/animatic-battle-object-fool.gif
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 8:02 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=ow
 +
}}</li>
 +
<li>{{Discord reply
 +
|replyname=@Jurta
 +
|replycolor=#E3CE2C
 +
|replytext=''Click to see attachment''
 +
|time=03/30/2024 8:10 PM
 +
|name=Noah
 +
|color=#E3CE2C
 +
|text=why would animaniac .do this
 +
thats fucked up. death penalty him
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 8:30 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=writinhg the code now<br/>wait I forgot to factor in the line breaks<br/>this might take three pages<br/>nvm it should be fine<br/>just involves removing the final space
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 8:33 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=how will it cross out the bad ones?
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 8:30 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=it won't, that'll have to be done manually
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 8:34 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=oh
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 9:03 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=did i break the wiki
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 9:04 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=is the edit not saving?
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 9:05 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=it’s not saving
 +
and pages aren’t loading
 +
}}</li>
 +
<li>{{Discord reply
 +
|replyname=Big Boy
 +
|replycolor=#F1C40F
 +
|replytext=it's not saving
 +
|time=03/30/2024 9:05 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=I probably know why
 +
}}</li>
 +
<li>{{Discord reply
 +
|replyname=Molten Copper &amp; Toast Blob
 +
|replycolor=#950800
 +
|replytext=wait I forgot to factor in the line breaks
 +
|time=03/30/2024 9:05 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=I was right that this does add extra bytes
 +
it'll either have to be split into 3 parts or reformatted so the space at the start is removed {{Discord edited}}
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 9:07 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=ok
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 9:30 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=<span class="discordlink">@Molten Copper &amp; Toast Blob</span> what was that for /gen
 +
(aajj)
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 9:32 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=that that was an accident
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 9:32 PM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=right
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 9:32 PM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=I tried to undo the edit where you added the bfdi link because I created aredirect for it
 +
the page took forever to load and in attempting to select the edit summary and press enter to save the edit I accidentally added a bunch of line breaks to the page
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 7:36 PM
 +
|name=McDonald's Sweet n' Sour Sauce
 +
|color=#E21313
 +
|text=this lined up incredibly well
 +
[[File:Image thats probably not on the wiki.png]]
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/30/2024 11:42 PM
 +
|name=In a Nutshell
 +
|color=#950800
 +
|text=can someone make nim easy mode easy mode where you can remove as many nerpas as you want
 +
}}</li>
 +
{{Discord divider|March 31, 2024}}
 +
<li>{{Discord message
 +
|time=03/31/2024 12:37 AM
 +
|name=In a Nutshell
 +
|color=#950800
 +
|text=thank you
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 1:39 AM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=this kinda stuff is why i love music
 +
https://www.youtube.com/watch?v=nspqYGz-Z1s
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 2:34 AM
 +
|name=In a Nutshell
 +
|color=#950800
 +
|text=oh my god chess
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 2:36 AM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=OH NO WAY
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 3:41 AM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=can you figure it out?<br/>[[Special:PermanentLink/118370|https:cdn.disciord.com,/blahblah/image.png]]<br/>don't just say the groups, say the words that make the groups
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 3:47 AM
 +
|name=Pseudosphere
 +
|text=How do I spoiler
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 3:48 AM
 +
|name=Molten Copper &amp; Toast Blob
 +
|color=#950800
 +
|text=<code><nowiki>||example||</nowiki></code> {{Discord edited}}
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 3:48 AM
 +
|name=Pseudosphere
 +
|text={{Discord spoiler|<nowiki>{JAZZ, DICO, FUNK, SOUL}, {STRAW, BLUE, GRAY, RED}, {TASMAN, MEDITERRANEAN, CARRIBIAN, CASPIAN}, {AGU, OKIN, HARP, ROSS}</nowiki>}}
 +
}}</li>
 +
<li>{{Discord reply
 +
|replyname=@Pseudosphere
 +
|replytext={{Discord spoiler|<nowiki>{JAZZ, DICO, FUNK, SOUL}, {STRAW, BLUE, GRAY, RED}, {TASMAN, MEDITERRANEAN, CARRIBIAN, CASPIAN}, {AGU, OKIN, HARP, ROSS}</nowiki>}}
 +
|time=03/31/2024 3:49 AM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text={{Discord spoiler|<nowiki>{Music genres}</nowiki>}}<br/>{{Discord spoiler|{{Twm|x}}}}<br/>{{Discord spoiler|{{Twm|x}}}}<br/>{{Discord spoiler|{{Twm|x}}}}<br/>{{Discord spoiler|keep trying}}
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 4:00 AM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=so
 +
}}</li>
 +
<li>{{Discord reply
 +
|replyname=Big Boy
 +
|replycolor=#F1C40F
 +
|replytext=can you figure it out?
 +
|time=03/31/2024 4:00 AM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text=anyone else have any ideas?
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 4:13 PM
 +
|name=Paper Niko
 +
|color=#950800
 +
|text=connectionstheseal:
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 4:13 AM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text={{Discord spoiler|slightly warmer, chubs...}}
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 4:17 AM
 +
|name=Pseudosphere
 +
|text={{Discord spoiler|<nowiki>{JAZZ, DICO, FUNK, SOUL}, {TASMAN, MEDITERRANEAN, CARIBBEAN, RED}, {CASPIAN, HARP, GRAY, ROSS}, {AGU, OKIN, STRAW, BLUE}</nowiki>}}
 +
}}</li>
 +
<li>{{Discord reply
 +
|replyname=@Pseudosphere
 +
|replytext={{Discord spoiler|<nowiki>{JAZZ, DICO, FUNK, SOUL}, {TASMAN, MEDITERRANEAN, CARIBBEAN, RED}, {CASPIAN, HARP, GRAY, ROSS}, {AGU, OKIN, STRAW, BLUE}</nowiki>}}
 +
|time=03/31/2024 4:19 AM
 +
|name=Big Boy
 +
|color=#F1C40F
 +
|text={{Discord spoiler|CORRECT}}
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 4:27 AM
 +
|name=McDonald's Sweet n' Sour Sauce
 +
|color=#E21313
 +
|text=incredibly odd request but can i have jibakoma drawn in the style of this bullseye for an april fools day bit<br/>[[File:BullzEwE.png|273x273px]][[File:Jibakoma.png|273x273px]]<br/>doesn't have to be anything too fancy it's just that i'm no artists...
 +
}}</li>
 +
<li>{{Discord message
 +
|time=03/31/2024 4:34 AM
 +
|name=McDonald's Sweet n' Sour Sauce
 +
|color=#E21313
 +
|text=oh yeah should be known i want to use it as a pfp for a day
 
}}</li>
 
}}</li>
 
</ol>
 
</ol>
Line 661: Line 1,253:
 
</div>
 
</div>
 
</div>
 
</div>
[[Category:Social media]][[Category:Crossover events]]
+
[[Category:Social media]][[Category:Crossover events]][[Category:Pages that contain Chat logs]]

Latest revision as of 05:15, 24 April 2024

    March 30, 2024
  1. 40x40px
    Push Dagger03/30/2024 1:22 AM
    Play on Damn Seal in Smash immediately!
    Stage ID: S14KH8HJ
    File:Smash bros damn seal
    (the funny seal creature moves around the stage)
    (the music is one-winged angel)
  2. 40x40px
    NeonTehWolf03/30/2024 1:23 AM
    Peak Smash Bros stage
  3. SMW logo.png
    Big Boy03/30/2024 2:15 AM
    guys i'm playing nsmb wii in vc (edited)
  4. 40x40px
    The Computer03/30/2024 2:16 AM
    you shouldve included the ucket
  5. SMW logo.png
    Big Boy03/30/2024 2:51 AM
    why does ziz redirect to this random bird Erzornis.png
  6. 40x40px
    In a Nutshell03/30/2024 2:58 AM
    ziz is traditionally the beast of the sky, as compared to leviathan and behemoth and the page thus goes with the joke of those other two redirecting to a wiki animal
  7. SMW logo.png
    Big Boy03/30/2024 2:59 AM
    oh @Pseudosphere welcome
  8. White pixel.png
    Noah03/30/2024 3:01 AM
    @In a Nutshell
  9. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 3:01 AM
    @silent
  10. White pixel.png
    Noah03/30/2024 3:01 AM
    batman-tas-batman.gif
  11. SMW logo.png
    Big Boy03/30/2024 3:01 AM
    blue-tag.gif
  12. 40x40px
    In a Nutshell03/30/2024 3:02 AM
    hylics has wayne, dedusmuln, somsnosa, shoot, even pongorma with a game like that, theres no way it can be bad
  13. White pixel.png
    Noah03/30/2024 3:02 AM
    you forgot to consider: its BORRINNGGG dcau-batman.gif
  14. 40x40px
    In a Nutshell03/30/2024 3:03 AM
    hm, well, imagine wayne is batman same name
  15. White pixel.png
    Noah03/30/2024 3:03 AM
    holy shit you're right
  16. SMW logo.png
    Big Boy03/30/2024 3:04 AM
    i've been thinking of a video game tier list we compile a lotta video games and make our own tier lists
  17. White pixel.png
    Noah03/30/2024 3:07 AM
    you guys should watch the dcau.. wonder-woman-batman.gif
  18. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 3:17 AM
  19. 40x40px
    In a Nutshell03/30/2024 3:17 AM
  20. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 3:20 AM
    different Phill
  21. SMW logo.png
    Big Boy03/30/2024 3:47 AM
    no that's the guy from incredibox that whispers "is it, is it... all you got for me?"
  22. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 3:20 AM
    ah
  23. 40x40px
    The Computer03/30/2024 3:46 AM
    YOP
  24. SMW logo.png
    Big Boy03/30/2024 3:47 AM
    yop galore (edited) filled with a distorted yup and a nostalgic yogurt bottle
  25. SMW logo.png
    Big Boy03/30/2024 4:07 AM
    how did i do with that parody
  26. 40x40px
    Emoticon × Dark Genuine03/30/2024 4:12 AM
    oh shit pseudosphere welcome
  27. 40x40px
    The Computer03/30/2024 4:21 AM
    YOP CUBE
  28. 40x40px
    Duplo03/30/2024 9:48 AM
    yop for when the morning come
  29. SMW logo.png
    Big Boy03/30/2024 2:13 PM
    guys it's not easter yet. for me at least
  30. Jurga.png
    Jurta03/30/2024 2:16 PM
    it's easter for me
  31. Jurga.png
    Jurta03/30/2024 2:27 PM
    oh right it also means daylight savings time for me now
  32. Jurga.png
    Jurta03/30/2024 2:41 PM
    it's also trans day of visibility! File:Image thats probably not on the wiki.png
  33. SMW logo.png
    Big Boy03/30/2024 4:13 PM
    i love my trans friends
  34. 40x40px
    Cellphone03/30/2024 4:31 PM
    So glad I get to be visible for this one day a year /j
  35. SMW logo.png
    Big Boy03/30/2024 5:53 PM
    WHAT THE
  36. 40x40px
    Emoticon × Dark Genuine03/30/2024 5:54 PM
    HUH??
    oh wait this doesn't. update automatically. slightly less crazy than what i was thinking
    LOL
  37. SMW logo.png
    Big Boy03/30/2024 5:57 PM
    how the heck is pseudosphere gonna get every message here
  38. Jurga.png
    Jurta03/30/2024 5:58 PM

    Bwahahahahaha!

    {{:Damn seal}}
    @Pseudosphere hey... are you trying to spread misinformation? that's not an all-caps laugh! get it right!
  39. 40x40px
    Emoticon × Dark Genuine03/30/2024 6:04 PM
    hey wait
  40. Jurga.pngJurta
    @Pseudosphere hey... are you trying to spread misinformation? that's not an all-caps laugh! get it right!
    40x40px
    Emoticon × Dark Genuine03/30/2024 6:04 PM
    is there a reply feature
  41. White pixel.png
    Noah03/30/2024 6:04 PM
    hi Reddit!
  42. 40x40px
    Emoticon × Dark Genuine03/30/2024 6:04 PM

    is there a quote feature

    is there a thread featureSee thread ›
    There are no messages in this thread yet.
  43. 40x40px
    Cellphone03/30/2024 6:04 PM
    something strange is going on...
  44. 40x40px
    Emoticon × Dark Genuine03/30/2024 6:05 PM
    is there a spoiler text feature
    (there is)
    (there is)
  45. 40x40px
    Cellphone03/30/2024 6:08 PM
    cool my message gets to be here twice File:Screenshot 2024-03-31 at 19.07.14.webp
  46. Jurga.png
    Jurta03/30/2024 6:09 PM

    is the quoteblock a feature?

    Or does this need to be coded in?
  47. 40x40px
    Emoticon × Dark Genuine03/30/2024 6:10 PM
    there's built in code block which looks similar but it's not hte same colour
  48. SMW logo.png
    Big Boy03/30/2024 6:13 PM
    i guess this won't matter anymore (edited)
    but hey, at least we have our friend erpornis
    Erzornis.png
  49. DiaCHUBSWORLD .png
    Paper Niko03/30/2024 7:14 PM
    Im thinking about blindsiding my oomf...sure hope there isnt a wiki page on this channel or anything!:shushing_face:
  50. SMW logo.png
    Big Boy03/30/2024 7:31 PM
    guys it's happening EVERY four-letter word EVER
  51. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 7:32 PM
    this might go over the page size limit
  52. Bintiling pfp 256.png
    Pseudosphere03/30/2024 7:32 PM
    There are 456,976 four-letter words
  53. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 7:33 PM
    and each one takes up 9 bytes
  54. SMW logo.png
    Big Boy03/30/2024 7:33 PM
    this gives us 4,112,784 bytes (edited)
  55. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 7:33 PM
    which is double the page size limit
  56. SMW logo.png
    Big Boy03/30/2024 7:33 PM
    then i'll split it in half
  57. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 7:34 PM
    oh ok
    this is the point where it'd make sense to use code to generate the page
    then manually weeding out words you don't want on the wiki
  58. SMW logo.png
    Big Boy03/30/2024 7:35 PM
    oh
  59. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 7:35 PM
    I think it'll need three pages
  60. SMW logo.png
    Big Boy03/30/2024 7:35 PM
    i'm using chatgpt to help me but ok
  61. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 7:35 PM
    since it's more than double the limit it should be pretty simple to code
  62. SMW logo.png
    Big Boy03/30/2024 7:35 PM
    2,056,392 bytes is slightly below the screams of the damned
  63. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 7:35 PM
    oh ok then I guess I misremembered
  64. 40x40px
    McDonald's Sweet n' Sour Sauce03/30/2024 7:36 PM
    look-up-scared.gif attack of the redlinks
  65. SMW logo.png
    Big Boy03/30/2024 7:36 PM
    i'm that ambitious, am i?
  66. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 7:37 PM
    I might write some quick code to generate them later
  67. SMW logo.png
    Big Boy03/30/2024 7:38 PM
    i don't think the wiki uses python
  68. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 7:38 PM
    it uses lua but you don't have to use a module
  69. SMW logo.png
    Big Boy03/30/2024 7:40 PM
    oh
  70. Bintiling pfp 256.png
    Pseudosphere03/30/2024 7:40 PM
    All three and a half-letter words would theoretically fit in one page.
  71. SMW logo.png
    Big Boy03/30/2024 8:01 PM
    @Jurta please don't worry. i usually don't use chatgpt
  72. Jurga.png
    Jurta03/30/2024 8:02 PM
    animatic-battle-object-fool.gif
  73. SMW logo.png
    Big Boy03/30/2024 8:02 PM
    ow
  74. Jurga.png@Jurta
    Click to see attachment
    White pixel.png
    Noah03/30/2024 8:10 PM
    why would animaniac .do this thats fucked up. death penalty him
  75. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 8:30 PM
    writinhg the code now
    wait I forgot to factor in the line breaks
    this might take three pages
    nvm it should be fine
    just involves removing the final space
  76. SMW logo.png
    Big Boy03/30/2024 8:33 PM
    how will it cross out the bad ones?
  77. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 8:30 PM
    it won't, that'll have to be done manually
  78. SMW logo.png
    Big Boy03/30/2024 8:34 PM
    oh
  79. SMW logo.png
    Big Boy03/30/2024 9:03 PM
    did i break the wiki
  80. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 9:04 PM
    is the edit not saving?
  81. SMW logo.png
    Big Boy03/30/2024 9:05 PM
    it’s not saving and pages aren’t loading
  82. SMW logo.pngBig Boy
    it's not saving
    Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 9:05 PM
    I probably know why
  83. Coppersaltspfp up to date.pngMolten Copper & Toast Blob
    wait I forgot to factor in the line breaks
    Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 9:05 PM
    I was right that this does add extra bytes it'll either have to be split into 3 parts or reformatted so the space at the start is removed (edited)
  84. SMW logo.png
    Big Boy03/30/2024 9:07 PM
    ok
  85. SMW logo.png
    Big Boy03/30/2024 9:30 PM
    @Molten Copper & Toast Blob what was that for /gen (aajj)
  86. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 9:32 PM
    that that was an accident
  87. SMW logo.png
    Big Boy03/30/2024 9:32 PM
    right
  88. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/30/2024 9:32 PM
    I tried to undo the edit where you added the bfdi link because I created aredirect for it the page took forever to load and in attempting to select the edit summary and press enter to save the edit I accidentally added a bunch of line breaks to the page
  89. 40x40px
    McDonald's Sweet n' Sour Sauce03/30/2024 7:36 PM
    this lined up incredibly well File:Image thats probably not on the wiki.png
  90. 40x40px
    In a Nutshell03/30/2024 11:42 PM
    can someone make nim easy mode easy mode where you can remove as many nerpas as you want
  91. March 31, 2024
  92. 40x40px
    In a Nutshell03/31/2024 12:37 AM
    thank you
  93. SMW logo.png
    Big Boy03/31/2024 1:39 AM
    this kinda stuff is why i love music https://www.youtube.com/watch?v=nspqYGz-Z1s
  94. 40x40px
    In a Nutshell03/31/2024 2:34 AM
    oh my god chess
  95. SMW logo.png
    Big Boy03/31/2024 2:36 AM
    OH NO WAY
  96. SMW logo.png
    Big Boy03/31/2024 3:41 AM
    can you figure it out?
    https:cdn.disciord.com,/blahblah/image.png
    don't just say the groups, say the words that make the groups
  97. Bintiling pfp 256.png
    Pseudosphere03/31/2024 3:47 AM
    How do I spoiler
  98. Coppersaltspfp up to date.png
    Molten Copper & Toast Blob03/31/2024 3:48 AM
    ||example|| (edited)
  99. Bintiling pfp 256.png
    Pseudosphere03/31/2024 3:48 AM
    {JAZZ, DICO, FUNK, SOUL}, {STRAW, BLUE, GRAY, RED}, {TASMAN, MEDITERRANEAN, CARRIBIAN, CASPIAN}, {AGU, OKIN, HARP, ROSS}
    {JAZZ, DICO, FUNK, SOUL}, {STRAW, BLUE, GRAY, RED}, {TASMAN, MEDITERRANEAN, CARRIBIAN, CASPIAN}, {AGU, OKIN, HARP, ROSS}
  100. Bintiling pfp 256.png@Pseudosphere
    {JAZZ, DICO, FUNK, SOUL}, {STRAW, BLUE, GRAY, RED}, {TASMAN, MEDITERRANEAN, CARRIBIAN, CASPIAN}, {AGU, OKIN, HARP, ROSS}
    {JAZZ, DICO, FUNK, SOUL}, {STRAW, BLUE, GRAY, RED}, {TASMAN, MEDITERRANEAN, CARRIBIAN, CASPIAN}, {AGU, OKIN, HARP, ROSS}
    SMW logo.png
    Big Boy03/31/2024 3:49 AM
    {Music genres}
    {Music genres}

    :x:
    :x:

    :x:
    :x:

    :x:
    :x:

    keep trying
    keep trying
  101. SMW logo.png
    Big Boy03/31/2024 4:00 AM
    so
  102. SMW logo.pngBig Boy
    can you figure it out?
    SMW logo.png
    Big Boy03/31/2024 4:00 AM
    anyone else have any ideas?
  103. DiaCHUBSWORLD .png
    Paper Niko03/31/2024 4:13 PM
    connectionstheseal:
  104. SMW logo.png
    Big Boy03/31/2024 4:13 AM
    slightly warmer, chubs...
    slightly warmer, chubs...
  105. Bintiling pfp 256.png
    Pseudosphere03/31/2024 4:17 AM
    {JAZZ, DICO, FUNK, SOUL}, {TASMAN, MEDITERRANEAN, CARIBBEAN, RED}, {CASPIAN, HARP, GRAY, ROSS}, {AGU, OKIN, STRAW, BLUE}
    {JAZZ, DICO, FUNK, SOUL}, {TASMAN, MEDITERRANEAN, CARIBBEAN, RED}, {CASPIAN, HARP, GRAY, ROSS}, {AGU, OKIN, STRAW, BLUE}
  106. Bintiling pfp 256.png@Pseudosphere
    {JAZZ, DICO, FUNK, SOUL}, {TASMAN, MEDITERRANEAN, CARIBBEAN, RED}, {CASPIAN, HARP, GRAY, ROSS}, {AGU, OKIN, STRAW, BLUE}
    {JAZZ, DICO, FUNK, SOUL}, {TASMAN, MEDITERRANEAN, CARIBBEAN, RED}, {CASPIAN, HARP, GRAY, ROSS}, {AGU, OKIN, STRAW, BLUE}
    SMW logo.png
    Big Boy03/31/2024 4:19 AM
    CORRECT
    CORRECT
  107. 40x40px
    McDonald's Sweet n' Sour Sauce03/31/2024 4:27 AM
    incredibly odd request but can i have jibakoma drawn in the style of this bullseye for an april fools day bit
    BullzEwE.pngJibakoma.png
    doesn't have to be anything too fancy it's just that i'm no artists...
  108. 40x40px
    McDonald's Sweet n' Sour Sauce03/31/2024 4:34 AM
    oh yeah should be known i want to use it as a pfp for a day