Difference between revisions of "Discord/general"
Jump to navigation
Jump to search
Pseudosphere (talk | contribs) m |
Pseudosphere (talk | contribs) |
||
(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 .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"> | ||
− | + | {{Discord divider|March 30, 2024}} | |
− | |||
− | March 30, 2024 | ||
− | |||
− | |||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 1:22 AM |
− | |||
|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= | + | |time=03/30/2024 1:23 AM |
− | |||
|name=NeonTehWolf | |name=NeonTehWolf | ||
− | |||
|text=Peak Smash Bros stage | |text=Peak Smash Bros stage | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 2:15 AM |
− | |||
|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= | + | |time=03/30/2024 2:16 AM |
− | |||
|name=The Computer | |name=The Computer | ||
|color=#E21313 | |color=#E21313 | ||
Line 352: | Line 543: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 2:51 AM |
− | |||
|name=Big Boy | |name=Big Boy | ||
|color=#F1C40F | |color=#F1C40F | ||
Line 360: | Line 550: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 2:58 AM |
− | |||
|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= | + | |time=03/30/2024 2:59 AM |
− | |||
|name=Big Boy | |name=Big Boy | ||
|color=#F1C40F | |color=#F1C40F | ||
Line 376: | Line 564: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:01 AM |
− | |||
|name=Noah | |name=Noah | ||
|color=#E3CE2C | |color=#E3CE2C | ||
Line 383: | Line 570: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:01 AM |
− | |||
|name=Molten Copper & Toast Blob | |name=Molten Copper & Toast Blob | ||
|color=#950800 | |color=#950800 | ||
Line 390: | Line 576: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:01 AM |
− | |||
|name=Noah | |name=Noah | ||
|color=#E3CE2C | |color=#E3CE2C | ||
− | |text=https://tenor.com/ | + | |text=https://media1.tenor.com/m/z5sjyxbf-28AAAAC/batman-tas-batman.gif |
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:01 AM |
− | |||
|name=Big Boy | |name=Big Boy | ||
|color=#F1C40F | |color=#F1C40F | ||
− | |text=https://tenor.com/ | + | |text=https://media1.tenor.com/m/OaAYmD-P2N8AAAAd/blue-tag.gif |
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:02 AM |
− | |||
|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= | + | |time=03/30/2024 3:02 AM |
− | |||
|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/ | + | https://media1.tenor.com/m/5RR5LilhB4oAAAAC/dcau-batman.gif |
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:03 AM |
− | |||
|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= | + | |time=03/30/2024 3:03 AM |
− | |||
|name=Noah | |name=Noah | ||
|color=#E3CE2C | |color=#E3CE2C | ||
Line 435: | Line 615: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:04 AM |
− | |||
|name=Big Boy | |name=Big Boy | ||
|color=#F1C40F | |color=#F1C40F | ||
Line 443: | Line 622: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:07 AM |
− | |||
|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/ | + | https://media1.tenor.com/m/u29RQ4A9xsAAAAAC/wonder-woman-batman.gif |
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:17 AM |
− | |||
|name=Molten Copper & Toast Blob | |name=Molten Copper & Toast Blob | ||
|color=#950800 | |color=#950800 | ||
Line 459: | Line 636: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:17 AM |
− | |||
|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= | + | |time=03/30/2024 3:19 AM |
− | |||
|name=Big Boy | |name=Big Boy | ||
|color=#F1C40F | |color=#F1C40F | ||
Line 474: | Line 649: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:20 AM |
− | |||
|name=Molten Copper & Toast Blob | |name=Molten Copper & Toast Blob | ||
|color=#950800 | |color=#950800 | ||
Line 481: | Line 655: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:47 AM |
− | |||
|name=Big Boy | |name=Big Boy | ||
|color=#F1C40F | |color=#F1C40F | ||
Line 488: | Line 661: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:20 AM |
− | |||
|name=Molten Copper & Toast Blob | |name=Molten Copper & Toast Blob | ||
|color=#950800 | |color=#950800 | ||
− | |text=ah | + | |text=ah |
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:46 AM |
− | |||
|name=The Computer | |name=The Computer | ||
|color=#E21313 | |color=#E21313 | ||
Line 502: | Line 673: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 3:47 AM |
− | |||
|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= | + | |time=03/30/2024 4:07 AM |
− | |||
|name=Big Boy | |name=Big Boy | ||
|color=#F1C40F | |color=#F1C40F | ||
Line 517: | Line 686: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 4:12 AM |
− | |||
|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= | + | |time=03/30/2024 4:21 AM |
− | |||
|name=The Computer | |name=The Computer | ||
|color=#E21313 | |color=#E21313 | ||
Line 532: | Line 699: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 9:48 AM |
− | |||
|name=Duplo | |name=Duplo | ||
|color=#7Dff88 | |color=#7Dff88 | ||
Line 539: | Line 705: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 2:13 PM |
− | |||
|name=Big Boy | |name=Big Boy | ||
|color=#F1C40F | |color=#F1C40F | ||
Line 546: | Line 711: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 2:16 PM |
− | |||
|name=Jurta | |name=Jurta | ||
|color=#E3CE2C | |color=#E3CE2C | ||
Line 553: | Line 717: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 2:27 PM |
− | |||
|name=Jurta | |name=Jurta | ||
|color=#E3CE2C | |color=#E3CE2C | ||
Line 560: | Line 723: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 2:41 PM |
− | |||
|name=Jurta | |name=Jurta | ||
|color=#E3CE2C | |color=#E3CE2C | ||
Line 568: | Line 730: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 4:13 PM |
− | |||
|name=Big Boy | |name=Big Boy | ||
|color=#F1C40F | |color=#F1C40F | ||
Line 575: | Line 736: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 4:31 PM |
− | |||
|name=Cellphone | |name=Cellphone | ||
|color=#E3CE2C | |color=#E3CE2C | ||
Line 582: | Line 742: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 5:53 PM |
− | |||
|name=Big Boy | |name=Big Boy | ||
|color=#F1C40F | |color=#F1C40F | ||
Line 589: | Line 748: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 5:54 PM |
− | |||
|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= | + | |time=03/30/2024 5:57 PM |
− | |||
|name=Big Boy | |name=Big Boy | ||
|color=#F1C40F | |color=#F1C40F | ||
Line 605: | Line 760: | ||
}}</li> | }}</li> | ||
<li>{{Discord message | <li>{{Discord message | ||
− | |time= | + | |time=03/30/2024 5:58 PM |
− | |||
|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= | + | |time=03/30/2024 6:04 PM |
− | |||
|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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & 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 & Toast Blob | ||
+ | |color=#950800 | ||
+ | |text=I probably know why | ||
+ | }}</li> | ||
+ | <li>{{Discord reply | ||
+ | |replyname=Molten Copper & Toast Blob | ||
+ | |replycolor=#950800 | ||
+ | |replytext=wait I forgot to factor in the line breaks | ||
+ | |time=03/30/2024 9:05 PM | ||
+ | |name=Molten Copper & 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 & Toast Blob</span> what was that for /gen | ||
+ | (aajj) | ||
+ | }}</li> | ||
+ | <li>{{Discord message | ||
+ | |time=03/30/2024 9:32 PM | ||
+ | |name=Molten Copper & 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 & 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 & 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
