:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
Marceline Diablo Raynes到底他妈的是谁?
(世界可能永远也不会知道。)
“图文无关。” ~Marceline Raynes
影响力
页面总数:55
SCP:32
故事:17
GOI格式:3
其他玩意儿:3
SCP词数:79,500
故事词数:42,385
GOI格式词数:99,000
总词数:123,843
当前作者排名:#150
这些都有什么意义?我他妈一点头绪也没有,我是个写手,不是个数学家。
艺术家,作者,父亲,神
看看我的作品吧,你会感到惊诧!
噢也可能是失望。
我不能告诉你你该做什么,我不是你父亲。
我评分最高的五篇文档
1 SCP-6800(285)发表于2021年5月25日,16:42
2 SCP-7169(224)发表于2023年2月13日,12:43
3 SCP-5979(151)发表于2020年7月5日,14:31
4 SCP-1534(136)发表于2021年3月19日,02:40
5 SCP-5249(128)发表于2021年4月9日,16:33
我评分最高的五篇故事
1 The Final Termination Attempt (84)发表于2021年6月21日,23:20
2 Totally Not Porn(50)发表于2020年5月5日,22:28
3 The Flesh Pit(48)发表于2021年10月21日,00:55
4 Burger King(42)发表于2021年7月20日,04:14
5 Tales From Asheville Vol. 1 - Camille & Hershey(37)发表于2021年5月11日,01:05
我评分最高的五篇GOI格式
1 WAN之形象.png(101)发表于2021年1月31日,00:21
2 亚克福音 > 第2章.js(52)发表于2020年12月22日,02:38
3 Galabor.exe(42)发表于2021年3月23日,11:26
这里的作品都有58以上的得分,也包括我在评分前五中列出的东西。
1 SCP-6800(285)发表于2021年5月25日,16:42
2 SCP-7169(224)发表于2023年2月13日,12:43
3 SCP-5979(151)发表于2020年7月5日,14:31
4 SCP-1534(136)发表于2021年3月19日,02:40
5 SCP-5249(128)发表于2021年4月9日,16:33
6 scp-6757(118)发表于2022年1月14日,02:25
7 scp-5967(113)发表于2021年3月3日,11:17
8 SCP-7091(112)发表于2022年10月4日,07:41
9 marcelles-raynes-author-page(103)发表于2020年6月12日,12:47
10 WAN之形象.png(101)发表于2021年1月31日,00:21
11 SCP-5980(89)发表于2020年6月18日,18:19
12 The Final Termination Attempt(84)发表于2021年6月21日,23:20
13 scp-4106(82)发表于2021年9月20日,07:36
14 SCP-3195(82)发表于2020年9月8日,05:09
15 scp-5053(75)发表于2020年3月19日,21:25
16 scp-3835(74)发表于2021年3月10日,08:13
17 Marcelles D. Raynes的全新艺作页(74)发表于2020年6月1日,22:40
18 SCP-5918(72)发表于2020年6月29日,01:54
19 SCP-6526(67)发表于2022年1月18日,10:08
20 scp-5874(66)发表于2021年4月6日,09:32
这些作品在我看来需要更多的关爱和关注。这里列出的都低于58分,这个分数是我目前在IRC上的平均分,也是我尝试要达到的标准。
1 SCP-999-EX(57)发表于2022年10月17日,07:53
2 SCP-5978(57)发表于2021年2月3日,10:44
3 scp-6032(56)发表于2021年7月25日,21:32
4 SCP-7981(55)发表于2023年4月14日,00:28
5 亚克福音 > 第2章.js(52)发表于2020年12月22日,02:38
6 scp-5498(51)发表于2021年2月17日,05:21
7 Totally Not Porn(50)发表于2020年5月5日,22:28
8 scp-6305(48)发表于2022年4月21日,09:30
9 The Flesh Pit(48)发表于2021年10月21日,00:55
10 SCP-3645(46)发表于2021年9月1日,10:27
11 scp-3723(45)发表于2021年10月4日,09:57
12 SCP-7310(43)发表于2023年1月27日,04:55
13 scp-6412(42)发表于2021年11月19日,13:48
14 Burger King(42)发表于2021年7月20日,04:14
15 Galabor.exe(42)发表于2021年3月23日,11:26
16 scp-6801(40)发表于2021年7月7日,04:59
17 Tales From Asheville Vol. 1 - Camille & Hershey(37)发表于2021年5月11日,01:05
18 scp-6163(36)发表于2021年12月24日,22:26
19 Jalick and the Omni Bot(35)发表于2021年6月12日,01:22
20 在Cannibal Chin's工作(35)发表于2020年8月26日,10:24
21 The Part Where Things Happen and We Don't Worry About It(33)发表于2023年1月19日,07:25
22 scp-5629(33)发表于2021年7月13日,05:04
23 scp-3873(33)发表于2021年1月13日,05:40
24 红色催化剂(32)发表于2022年7月11日,00:47
25 不朽,不灭(32)发表于2020年7月15日,23:12
26 scp-5964(31)发表于2023年1月9日,02:17
27 Precognition Division: Iza and the Precog(31)发表于2022年2月11日,14:15
28 scp-7168(29)发表于2023年2月18日,02:50
29 Totally Not Guns Akimbo(28)发表于2022年5月30日,00:42
30 A Mekhanite Comes Home(28)发表于2021年1月3日,00:50
31 有关死亡之事(25)发表于2023年1月23日,10:29
32 Totally Not: A Christmas Story(25)发表于2022年12月16日,21:01
33 Canon DSLR(22)发表于2021年8月3日,23:41
34 你(我)(16)发表于2021年10月15日,08:25
目标 | 完成? |
---|---|
SCPs | 完成? |
写作一篇SCP | X |
写作5篇SCP | X |
写作10篇SCP | X |
写作25篇SCP | X |
写作50篇SCP | |
写作一篇有"safe"标签的SCP | X |
写作一篇有"euclid"标签的SCP | X |
写作一篇有"keter"标签的SCP | X |
写作一篇有"thaumiel"标签的SCP | X |
写作一篇有"无效化"标签的SCP | X |
写作一篇有"apollyon"标签的SCP | |
写作一篇有"archon"标签的SCP | |
写作一篇有"已解明"标签的SCP | |
写作一篇有"搞笑"标签的SCP | |
写作一篇有"机密分级"标签的SCP | |
写作一篇达到+50的SCP | X |
写作一篇达到+100的SCP | X |
写作一篇达到+500的SCP | |
合作一篇SCP | |
写作一篇SCP-001提案 | |
写作一篇系列一SCP | |
写作一篇系列二SCP | X |
写作一篇系列三SCP | |
写作一篇系列四SCP | X |
写作一篇系列五SCP | X |
写作一篇系列六SCP | X |
写作一篇系列七SCP | X |
写作一篇格式错乱SCP | X |
重写他人的SCP | |
故事 | 完成? |
写作一篇故事 | X |
写作5篇故事 | X |
写作10篇故事 | X |
写作15篇故事 | |
写作一篇达到+50的故事 | |
写作一篇达到+100的故事 | |
写作一篇有关系列一SCP的故事 | X |
写作一篇有关系列二SCP的故事Write a tale about a Series II SCP | |
写作一篇有关系列三SCP的故事Write a tale about a Series III SCP | |
写作一篇有关系列四SCP的故事Write a tale about a Series IV SCP | |
写作一篇有关系列五SCP的故事Write a tale about a Series V SCP | |
写作一篇有关系列六SCP的故事Write a tale about a Series VI SCP | |
写作一篇有关系列七SCP的故事Write a tale about a Series VII SCP | |
创立一个故事系列 | X |
完结一个故事系列 | |
合作一篇故事 | |
写作一篇有"creepypasta"标签的故事 | |
写作一篇聚焦于无异常事物的故事 | |
GoI格式 | 完成? |
写作一篇GoI格式 | X |
写作5篇GoI格式 | |
写作10篇GoI格式 | |
写作15篇GoI格式 | |
写作一篇达到+50的GoI格式 | X |
写作一篇达到+100的GoI格式 | |
合作一篇GoI格式 | |
写作一篇Alexylva大学格式 | | |
写作一篇安布罗斯餐厅格式 | |
写作一篇安德森机器人格式 | |
写作一篇阿卡迪亚格式 | |
写作一篇Are We Cool Yet?格式 | X |
写作一篇黑皇后格式 | |
写作一篇混沌分裂者格式 | |
写作一篇芝加哥鬼灵格式 | |
写作一篇破碎之神教会格式 | X |
写作一篇dado格式 | |
写作一篇鹿学院格式 | |
写作一篇Wondertainment博士格式 | |
写作一篇设施档案 | |
写作一篇工厂格式 | |
写作一篇全球超自然联盟格式 | |
写作一篇格鲁乌“P”部门格式 | |
写作一篇赫曼·富勒的不安马戏团格式 | |
写作一篇地平线倡议格式 | |
Write an ICSUT Format | |
Write an IJAMEA Format | |
Write an La Rue Macabre Format | |
Write a Manna Charitable Foundation Format | |
Write an MC&D Format | |
Write a Medicean Academy of the Occult Arts Format | |
Write a "Nobody" Format | |
Write an ORIA Format | |
Write an Oneiroi Collective Format | |
Write a Prometheus Labs, Inc. Format | |
Write a Sarkic Cults Format | |
Write a Serpent's Hand Format | |
Write a Shark Punching Center Format | |
Write a UIU Format | |
Write an Unusual Cargo Format | |
Write a Vikander-Kneed Technical Media Format | |
Write a Westhead Media article | |
Write a Wilson's Wildlife Solutions Format | |
艺作 | 完成? |
Have an artwork posted on the wiki | X |
Have 5 artworks posted on the wiki | |
Have 10 artworks posted on the wiki | |
Have 15 artworks posted on the wiki | |
Have an artwork or artist page rated at least +50 | X |
Have a page tagged with "artist" | |
Draw a Safe SCP | |
Draw an Euclid SCP | |
Draw a Keter SCP | |
Draw an Apollyon SCP | |
Draw an Esoteric Class SCP | |
Draw an Explained SCP | |
Draw a Joke SCP | |
Draw a Series I SCP | |
Draw a Series II SCP | |
Draw a Series III SCP | |
Draw a Series IV SCP | |
Draw a Series V SCP | |
Draw a Series VI SCP | |
Draw a Series VII SCP | |
Draw an SCP that's under +50 upvotes | |
Draw artwork that includes 2 or more SCPs | |
Draw artwork of an SCP the day the SCP is posted | |
Draw artwork of an SCP that has no artwork of it (to your knowledge) | |
Draw a Character | |
Draw an author avatar | |
Draw an author avatar without a tag | |
Collaborate with another artist on a drawing | |
Make an image for an SCP that appears in the article itself | X |
Create a logo for a Foundation Department | |
Create a logo for a GoI | |
Create a comic on the wiki with at least 4 panels | |
总体 | 完成? |
Get +100 net upvotes | X |
Get +200 net upvotes | X |
Get +500 net upvotes | X |
Get +1000 net upvotes | X |
Get +2000 net upvotes | |
Get +3000 net upvotes | |
Get +4000 net upvotes | |
Get +5000 net upvotes | |
Collaborate on a single article with at least 3 other authors | |
Enter a Contest | X |
Win a Contest | |
Enter an X000 Contest | X |
Write for a canon | X |
Write 5 articles for canons | |
Write 10 articles for canons | |
Write for 5 different canons | |
Coldpost a successful article | http:scp-wiki-wikidot-com-galabor-exe |
Write about Pataphysics | |
Write an urban legend | |
Write about an urban legend or myth from your own local area | |
Write a temporal anomaly | |
Write an author avatar | X |
Write a sad article | X |
Write a wholesome article | X |
Write a funny article | |
Write something dialogue heavy | |
Write a confusing article | |
Write a disturbing article | X |
Write about a reoccurring phenomena | |
Write about a one-time event | |
Write about the Foundation being cruel | |
Write about the Foundation being saviors | |
Write about the Foundation's hands being tied | X |
Write about the Foundation coming out on top | X |
Write a humanoid | X |
Write a body horror article | X |
Write a really long article (3000+ words) | X |
Write a really short article (<1000 words) | X |
Write a really short article (<500 words) | X |
Write an article about an object | X |
Write an article about insects | X |
Write an article about a plant | |
Write an article about an animal | X |
Write an article about something non-corporeal | X |
Write an article about the ocean | |
Write an article about space | X |
Write an article with a moral dilemma | |
Write an article not set on earth | |
Write an article without a story | |
Write something using ListPages magic | |
Write, crit, then post an article within 24 hours | |
Write an article that gets to +50 | X |
Write an article that gets to +100 | X |
Write an article that gets to +200 | |
Write an article that gets to +300 | |
Write an article that gets to +400 | |
Write an article that gets to +500 | |
Write an article that gets to +1000 | |
Write an article that gets to +100 in a week | |
Write an article that gets to +200 in a month | |
Write an article with the Collaborative tag | |
Complete a Writing Challenge | |
Meta | 完成? |
Write an article that gets in the Top Ten of the Month | |
Write an article that gets to be in the Top Rated of the Month | |
Write an article that gets to be the Top Rated of the Month | |
Get an article featured on the front page | X |
Write an article that gets a good feature on SCP Café | |
Write an article that gets a YouTube video made about it | X |
Write an article that gets a good YouTube video made about it | |
Write an article that gets covered by TheVolgun | |
Write an article that gets covered by TheeSherm | |
Write an article that gets covered by The Exploring Series | |
Have fanart made of one of your articles | X |
Have someone use a character you created in another article | |
Get a character tag | |
Create a canon | |
Create a GoI | |
Create a theme | |
Create a component | |
Complete every single goal on this list |