2025公有领域竞赛

源页面
2025年1月26日
修订 29
评分
13
↑ 13
↓ 0
支持率
100%
总票数 13
Wilson 95% 下界
77.2%
在相同票数下更稳健的支持率估计
争议指数
0.000

评分趋势

按周聚合
加载图表中...

最近修订

1 / 10
SOURCE_CHANGED
10 天前
SOURCE_CHANGED
10 天前
SOURCE_CHANGED
11 天前

最近投票

1 / 2
2025-08-25
2025-07-07
2025-02-23
2025-02-21
2025-02-19
2025-02-14
2025-02-14
2025-01-26

相关页面

暂无推荐

页面源码

[[include :scp-wiki-cn:theme:basalt darkmode=a|hidetitle=a|centertitle=a]] [[module CSS]] /* 双色调主题 */ /* by syuzhet */ /* 嗨喽,翻译君…… 翻译这么多文章一定很辛苦吧。我可以从你松弛的面颊和黑眼圈看出来。你有睡够吗? 如果你现在正在翻译这个,我希望你能从桌前站起来30分钟。良好的血液循环对健康很重要!!!我还希望你喝杯水,吃点零食。只有完成了这些任务,你才能翻译这篇文章…… 如果你在翻译这篇文章时寄了,请将你的身体从电脑前挪开,让其他人来。 感谢你!! */ @import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap'); :root {     --basalt-secondary-color: 0, 0, 0;     --basalt-tertiary-color: 0, 0, 0;     --basalt-overtone: 164, 155, 150;     --basalt-undertone: 164, 155, 150;     --basalt-bright-element-color: 164, 155, 150;     --basalt-dark-element-color: 164, 155, 150;     --link-color: 164, 155, 150;     --link-visited-color: 164, 155, 150;     --link-newpage-color: 164, 155, 150;     --top-bar-link-color-hover: 255, 255, 255;     --login-status-text-color-hover: 255, 255, 255;     --side-bar-link-color-hover: 255, 255, 255;     --side-bar-link-background-hover: 0,0,0;     --selection-text-color: 0, 0, 0;     --header-border-width: 0rem;     --title-size: 1.25rem;     --subtitle-size: 0rem;     --side-bar-button-height: 50vh;     --user-button-width: 2rem;     --header-logo-size: 67.5%;     --basalt-UI-dark-palette: 0,0,0;     --top-bar-link-background-hover: 164, 155, 150; } #header h1 a::before {     display: none; } #header h1 a span::after {     margin-bottom: 0; } #container #header {     background: none;     position: absolute;     box-shadow: unset;     backdrop-filter: none; } div #container-wrap {     background-color: #000000;     background: url(https://scpsandboxcn.wikidot.com/local--files/leebrfj/PublicDomainConBackground.png);     background-size: contain; } #main-content {     margin-top: 0; } #page-content {     padding-top: 0; } #page-content > p:nth-child(-n+4) {     display: none; } .widebox {     position: relative;     left: calc(-50dvw + 50%);     width: 100dvw !important;     max-width: 100dvw !important; } .wideboxinterior {     max-width: 100% !important;     margin: auto; } .wideboxinterior2 {     width: 50% !important;     margin: auto; } .widebox .wideboxinterior2 {     font-family: "Libre Franklin", serif;     font-size: 1rem; } .widebox .wideboxinterior2 .blockquote {     margin: 2rem auto;     max-width: 100% !important;     outline: 3px solid #5A5551;     outline-offset: -10px;     padding: 50px !important;     background-color: #12110F;     border: none; } .widebox .wideboxinterior2 h1 {     color: #D2CDCA;     font-size: 3rem; } .wideboxinterior:before {     content: "";     position: absolute;     left: calc(-50dvw + 50%);     width: 100dvw !important;     top: calc(100dvh);     height: calc(100dvh);     max-width: 100dvw !important;     background-image: linear-gradient(0deg, transparent 0%, transparent 95vh, rgb(0,0,0) 100vh, transparent 100%);     background-repeat: no-repeat;     background-size: cover;     background-position: center;     pointer-events: none;     z-index: 1; } .headerimage {     position: relative;     height: calc(100dvh);     background-image: url(http://olicus.wikidot.com/local--files/pdcontest2025/AFfSO3V.jpeg);     background-repeat: no-repeat;     background-size: cover;     background-position: top; } .headerimage .headertoptext {     position: relative;     display: block;     margin: auto;     top: 10dvh;     width: 45%; } .headerimage .headerbottext {     position: relative;     display: block;     margin: auto;     bottom: -55dvh;     width: 30%; } .page-source {     color: white; } h1, #page-options-container, .licensebox .collapsible-block-folded a, .page-watch-options a {     color: white; } #action-area, .licensebox .collapsible-block-content {     background: #0D0D0F;     padding: 10px; } .licensebox .collapsible-block-link {     background: #0D0D0F;     padding: 10px; } /* Piece of shit sidebar */ #top-bar div.mobile-top-bar>.open-menu {      visibility:visible;      opacity: 0.6;      transition: opacity 0.2s; } #top-bar div.mobile-top-bar>.open-menu:hover {     opacity: 1; } #side-bar {      margin-top:0;      height:100% } #side-bar, #side-bar:is(:hover, :focus-within):not(:target) {      left:calc(var(--side-bar-width) * -1) } #side-bar::after, #side-bar::before {      display:none } #side-bar:target {      left:0;      width:var(--side-bar-width);      z-index:10 } #side-bar a.close-menu, #side-bar:target a.close-menu {      display:block;      pointer-events:none;      position:fixed;      top:0;      right:0;      left:auto;      width:100%;      min-width:3.75rem;      height:100%;      margin-left:0;      opacity:0;      z-index:-1;      transition:width var(--side-bar-transition),opacity var(--side-bar-transition)    } #side-bar:target a.close-menu {      width:calc(100% - var(--side-bar-width));      pointer-events:auto;      opacity:1; } /* Mobile */ @media only screen and (max-width: 1020px) {     #container #header {         background: black;         position: sticky;     }     .headerimage {         height: calc(70dvh);         background-image: url(http://olicus.wikidot.com/local--files/pdcontest2025/AFfSO3V.jpeg);         overflow-x: clip;     }     .headerimage .headertoptext {         position: relative;         display: block;         margin: auto;         top: 10dvh;         height: 20%;         width: auto;     }     .headerimage .headerbottext {         position: relative;         display: block;         margin: auto;         bottom: -43dvh;         height: 7%;         width: auto;     }     .wideboxinterior2 {         width: 95% !important;         margin: auto;     }     .widebox .wideboxinterior2 .blockquote {         margin: 0rem auto;         padding: 30px !important;     }     .widebox .wideboxinterior2 h1 {         color: #D2CDCA;         font-size: 2rem;     }     .wideboxinterior:before {         background-image: none;     } } [[/module]] [[div class="widebox"]] [[div class="headerimage"]] [[image http://olicus.wikidot.com/local--files/pdcontest2025/IMG_8320_1.png  class="headertoptext"]] [[image http://olicus.wikidot.com/local--files/pdcontest2025/GT4QtT3_1.png class="headerbottext"]] [[/div]] [[div class="wideboxinterior"]] [[div class="wideboxinterior2"]] [[div class="blockquote"]] 这就是所有的了,伙计们! 我们办了个多美好的竞赛啊!总而言之,我们的34支队伍投出了119个条目,总共有84名作者参与创作,其中共有**24支队伍**的**103篇文章**最终有资格角逐冠军!对于我们今年的第一次团队竞赛,这是对创造力、合作以及共同文化遗产的一次完美的展现。公有领域正是因为任何人都能从中汲取灵感而后无尽地重新想象并重新解释才变得完美——在读完所有具有资格的条目后,我敢说你们对于从奥德修斯到丁丁的公有领域角色作出了些真的很棒的重新想象与重新解释。这是一场精彩的比赛,感谢参与其中的所有人,无论你是参赛选手,读者,或者只是旁观者。   事不宜迟,公布排名: [[/div]] [[div class="content-panel standalone series"]] [[=]] + 🥇 第一名🥇 ++++ 286个UPVOTE [[/=]] +* 团队名称:被占据的第三定律临时政府,革命行刑队(Provisional Government of Occupied Third Law, Revolutionary Firing Squad) **公有领域角色:**𒀭𒄑𒂆𒈦(吉尔伽美什,乌鲁克之王) **团队成员:**[[*user TyGently]]ᶜᵖᵗ、[[*user Intercedent]]、[[*user Anorrack]] ----- +++* 条目: ++++ 𒀭 **中心:[[[Dead King's March|殁王行军]]]** # **[[[To be King in the House of Dust|成为尘土之庭的王]]]** //by Intercedent// # **[[[With Naught but Dust to Eat]]]** //by TyGently// # **[[[ptt-1666-gray-templum|PTT-1666-Gray-Templum — "Irkalla, the House of Dumuzi, the Netherworld"]]]** //by Anorrack// # **[[[King of the Dead, Breaker of Chains]]]** //by Intercedent// # **[[[To Make Meat of Clay]]]** //by Anorrack and Intercedent// # **[[[SCP-8660]]] -- 空鸟笼** //by Anorrack and TyGently// # **[[[SLAYER OF WICKEDNESS]]]** //by Anorrack, Intercedent, and TyGently// # **EPILOGUE: [[[The Fruit of Eight Millennia]]]** //by Anorrack and TyGently// [[/div]] ---- [[div class="content-panel standalone series"]] [[=]] + 🥈第二名🥈 ++++ 228个UPVOTE [[/=]] +* 团队名称:军团要塞2(TEAM FORTRESS 2) **公有领域角色:**亚森·罗平 **团队成员:**[[*user Calibold]]ᶜᵖᵗ、[[*user HarryBlank]]、[[*user Uncle Nicolini]] ----- +++* 条目: **中心:** [[[arsene-lupin-vs-the-scp-foundation-hub|亚森•罗平 VS SCP基金会 中心页]]] # [[[the-containment-of-arsene-lupin|亚森·罗平的收容]]] //by Uncle Nicolini// # [https://scp-wiki.wikidot.com/scp-8136 SCP-8136:罗平 VS 杜平] //by HarryBlank// # [[[wanted-the-thieves-domain|Wanted: The Thieves' Domain!]]] //by HarryBlank和Uncle Nicolini// # [[[tall-and-short-tales-of-the-thieves-domain|Tall and Short Tales of the Thieves' Domain]]] //by Calibold,Uncle Nicolin和Harry Blank// # [[[paramax-connection|Paramax Connection]]] //by Calibold// # [[[https://scp-wiki.wikidot.com/calibold-harryblank-nico-proposal | CODE NAME: Calibold/HarryBlank/Nico — Arsène Lupin and the Foundation Affair]]] //by Calibold,Harry Blank和Uncle Nicolini// [[/div]] ---- [[div class="content-panel standalone series"]] [[=]] + 第三名 🥉 ++++ 221个UPVOTE [[/=]] +* 团队名称:我们都为《地狱变》尖叫(We All Scream for Hell Screen) **公有领域角色:**良秀(《地狱变》) **团队成员:**[[*user djkaktus]]ᶜᵖᵗ、[[*user Tufto]]、[[*user Yossipossi]] ---- +++* 条目: **[[[yoshihides-proposal|SCP-001:良秀的提案 – 地狱变]]]** by [[*user Yossipossi]], [[*user djkaktus]]和[[*user Tufto]] **[[[the-trail-for-beasts|第一幕:野兽之径]]]** by [[*user djkaktus]] **[[[the-path-of-swords|第二幕:剑刃之路]]]** by [[*user Yossipossi]] **[[[the-road-to-hell|第三幕:地狱之途]]]** by [[*user Tufto]] [[/div]] ||~ 位次 ||~ 合格团队的名称 ||~ 角色 ||~ 票数(最高的4个条目) ||~ 额外奖励 || ||1||被占据的第三定律临时政府,革命行刑队 ||吉尔伽美什||286|| >故事作者,老板度假去|| ||2||军团要塞2 || 亚森·罗平||228||方法派 || ||3||我们都为《地狱变》尖叫||良秀||221|| >故事作者|| ||4||麦卡恩主义者||麦卡恩主义者||211||歌迷,>故事作者,蜘蛛侠互指.gif || ||5||奈亚拉托提普的面具||奈亚拉托提普||206|| >故事作者 || ||6||⟡公主骑士亚瑟与她的圆桌⟡ ||亚瑟王||175|| || ||7||代际创伤公司为您带来“毒树之果”的《一家都有毒》。||拉帕西尼的女儿,碧翠斯 || 172 || >故事作者 || ||8||船长与鳕鱼||丁丁和白雪 || 133 || >故事作者|| ||8||洛基宇宙恐怖画展||克苏鲁|| 133 || || ||10||格伦德尔的玻璃眼||贝奥武夫|| 125 || 老板度假去,阿瑟·柯南·道尔谋杀成就奖,>故事作,蜘蛛侠互指.gif || ||11||性别颠覆者|| 奥兰多 || 112 || >故事作者|| ||12||另一条巨鲸 || 匹诺曹 || 106 || || ||13||非生日派对|| 疯帽客 || 98 || >故事作者,方法派 || ||14||东方快车||约翰·曼德维尔爵士||88|| || ||15||他者之湖||喀耳刻|| 87 || >故事作者|| ||16|| 杀死巨鲸||亚哈船长|| 86 ||方法派,阿瑟·柯南·道尔谋杀成就奖,蜘蛛侠互指.gif || ||17||垃圾箱火灾||道林·格雷 || 75 || >故事作者 || ||18||魔灯,或美人鱼对唱||J·阿尔弗雷德·普鲁弗洛克|| 71 || 蜘蛛侠互指.gif || ||18||史诗说唱对决:麦布女王对战德古拉||亚伯拉罕·范·海辛|| 71 || || ||20||三面獠牙||德古拉|| 57 || >故事作者,方法派|| ||21||巨鲸||白鲸|| 53 || 方法派 || ||22||王冠之重||黄衣之王|| 48 || || ||23|| 源于火与硫磺||普罗米修斯|| 47 || || ||24||巴斯克维尔的猎犬||约翰·H·华生医生 || 38 ||阿瑟·柯南·道尔谋杀成就奖 || [[collapsible show="竞赛规则和日程"]] [[div class="blockquote"]] 嘿,孩子们! 我是Sigma-9,不过你们也可以叫我Siggy。我是SCP维基的活体化身! 你们问我背着的这个袋子是什么?是一群死去的作家!柯南·道尔、查尔斯·狄更斯、马克·吐温——我刨了一整晚坟,把他们的尸骨都装在里边。我可不准备把他们带到博物馆去,或者在当铺里卖掉,如果你在盘算些什么的话。我要把它们放在我的SCP文章里! 我要怎么做呢?让我来告诉你一个叫做**公有领域**的东西。 人死后,他们的灵魂会离开躯体飞向天堂。但自从我们开始把人装进棺材后,这些灵魂就被困在了泥土里,这一困就是好多年。最终经过一段时间后,他们会从这个世界上消逝,一切都会融化在灵魂之海中。这包括他们的一切——他们的希望、梦想和他们所有作品的权利。当这种情况发生时,美国版权局超心理学部门的辛勤工作者们就会穿越集体无意识,用鱼叉和渔网捕捉这些游离的著作权。将它们传送到现实世界后,这些权利就链接上了自然人领域——即**公有领域**,成为属于你我和地球上其他所有人的物品。 是不是很神奇?我真希望我死后也能融入**公有领域**! 嗯,不管怎么说,我该走了。我还有很多骨头要写进我的SCP文章里。要知道,这篇“白骨提案”可不会凭空生出来,哈哈! 感谢阅读!✌️ [[/div]] [[=]] + 公有领域竞赛是什么? [[/=]] [[div class="blockquote"]] 欢迎来到维基的第一届公有领域竞赛,本次竞赛由你们忠实的圆房子老大[[*user ROUNDERHOUSE]]和我肩上的双胞胎小恶魔[[*user naepic]]和[[*user syuzhet]]主持!不熟悉公有领域概念的朋友请继续阅读。熟悉公有领域概念的也请继续往下读,以免提出规则中已经提及的问题! 公有领域,正如人们多次所说的那样,是创造力的源泉。它是对不再受版权保护的材料的承诺,允许你使用和二次使用其内容而不必担心被起诉。一月是公有领域月,为庆祝这一节日,竞赛团队希望在此呈现今年的首个团队竞赛——公有领域竞赛!你们将组成三人小组,书写你们最喜爱的公有领域人物。在SCP宇宙的背景下,重新诠释他们、重新想象他们、重新混合他们,让这些标志性的虚构人物焕发新的活力——无论是作为异常、特工,还是一些完全不同的东西! 我们为你们提供了一份公有领域的著名人物和新人物名单,但你们并不必局限于他们。不过,请务必确认它们是否可用——请参阅下文有关公有领域复杂性的声明。 * 米老鼠 * 德古拉 * 丁丁历险记 * 大力水手 * 小熊维尼 * 神探可伦坡 * 拿撒勒的耶稣 * 笑面人 * 夏洛克·福尔摩斯 * 彼得·潘 这些角色们都属于公共领域,同时我们也鼓励你们使用更多生僻的角色,但我们认为有必要告诉你们,正如所有版权法一样,并非所有内容都那么明确。 随着工作室适应时代的变化和不同受众的需求,角色在其一生中会经历多次设计,而每种设计都有不同的版权。看看米老鼠就知道了。如果你要使用《汽船威利》中的设计,这是完全可行的。但不能超过1929年,所以米老鼠不能穿红裤子。 那么《神探可伦坡》呢?彼得·福克(Peter Falk)对这个角色的刻画堪称经典,但《神探可伦坡》的公有领域地位来自于可伦坡在1960年《雪佛兰神秘秀》(Chevy Mystery Show)中的首次登场,你需要等版权更新才能保持版权状态。在那一版本中,可伦坡的扮演者是伯特·弗里德(Bert Freed)。所以你不能使用我们更熟悉的可伦坡设计。 福尔摩斯也是如此。如今,人们会把福尔摩斯和本尼迪克特·康伯巴奇(Cumberbatch)甚至RDJ联系在一起,但这两者的形象都无法使用。你最好自己设计一个。 不过,还是有一线希望。尽管角色的外观不能与受版权保护的版本相匹配,但最高法院曾在一起福尔摩斯侵权案中裁定,个性特征不受版权保护。如果你从一部著名电影中汲取了角色的特征元素,那就没问题了。 我想说的是,我们鼓励你们在探索公有领域世界的过程中享受乐趣,但要尽职尽责,确保使用的东西确实是公有领域的。如有任何疑问,请与我联系。 我想分享“末日竞赛”中的这段话,ARD说得比我好: > 有多种方式可以完成这个项目。你可以和几个朋友聚在一起,写点东西,并从中获得很多乐趣——无论输赢。或者,你也可以一边写,一边对朋友们的不尽人意而生气。你可以抱怨他们,抱怨规则,抱怨比赛,抱怨评委,痛恨自己的生活。 > > 尝试更优雅一点。这应该是一个有趣的机会,可以为网站增添更多内容,而不是让自己感到沮丧、失望或愤怒。人们因为比赛而退出。你比这更好。 你们将共同创作作品集。每个人都必须对最终成品做出重大贡献。我们希望每个团队成员至少写一篇作品。如果比赛裁判认为某个人为他们的团队写了100%的内容,那么就会展开调查。我会惩罚任何违规者。 不过,我并不残忍。我明白凡事总会发生意外。如果真的出现什么问题,意味着有人无法发布作品,请联系我。我们会想办法的。 一旦发布,你们的三人组合就被锁定了,无法更改。所以请审慎选择。一旦你们确立了团队并决定了你们当中的队长,请使用提供的格式将你们添加到本页底部的团队名单中。 **在寻找团队吗?** 在本页的讨论区发表评论!与其他也在寻找团队的人一起组队吧! [[/div]] [[=]] + 额外奖励及隐藏成就 [[/=]] [[div class="blockquote"]] +++ 额外奖励 想在比赛结果开始公布时抢先获得露脸机会吗?更重要的是,想跳个舞取悦我吗?完成写作文章的某些要求就能获得这些奖励,除了我的认可和在瓦尔哈拉殿堂的一席之地以外,没有别的了!在发布期间会不断更新新的奖项。 +++++ 异类[[footnote]]**译注:《异类》(The Misfits)是一部2021年的美国动作片。电影讲述了一群不同背景的犯罪分子策划并合作进行一次大胆的抢劫计划。**[[/footnote]] //带领一个完全由被其他团队淘汰的成员组成的队伍进入前五名。令人拜服。// +++++ 比赛是啥? //在发布期间发布两篇非竞赛文章。// +++++ 歌迷 //将你们的系列文章都命名为同一艺术家的歌曲名。// +++++ >故事作者 //在比赛结束时提交一篇SCP以及至少三篇故事。// +++++ A Random Day的纪念连写竞赛奖 //在48小时内完成并发布一篇或多篇文章。// +++++ 方法派 //用与角色来源材料相同的风格撰写其中一篇。// +++++ 阿瑟·柯南·道尔谋杀成就奖 //在系列结尾处杀死你们选择的角色。// +++++ 蜘蛛侠互指.gif //击败与你们写相同角色的其他团队。// +++++ Syuzhet宾果 //在你的文章内包含尽可能多的来自本中心页内列表(见上方)的角色。I// ---- +++ 隐藏成就 在策划/写作阶段到发布阶段开始前,这个页面将定期更新已编辑的额外奖励。标题应该能给你们一些关于需要做什么的提示,但如果你们想获得隐藏成就和随之而来的炫耀权利,那可得努力了! +++++ 战斗爽 //令一名公有领域角色同多个来自其他条目的角色战斗。// +++++ 老板度假去[[footnote]]**译注:《老板度假去》(Weekend at Bernie's)是一部1989年上映的美国喜剧片。电影讲述了两位年轻的办公室职员在发现他们的老板死于谋杀后,试图通过“装作他还活着”来掩盖真相的故事。**[[/footnote]] //令你的公有领域角色唯一的出场形式是尸体。// +++++ 贿赂评委奖2:电子狂欢[[footnote]]**译注:该成就名称是对歌舞片《霹雳舞2:电子狂欢》(Breakin'2:Electric Boogaloo)的模仿。**[[/footnote]] //在你们的条目中严重伤害或杀死House主管。// +++++ 飞过控制塔[[footnote]] **译注:飞过控制塔(Buzz the Tower)来自于电影《壮志凌云》(Top Gun)。在电影中,飞行员驾驶战机低空飞行,接近控制塔,以此展示飞行技巧。通常用来形容一种冒险或挑战的行为。**[[/footnote]] //在竞赛结束前的5分钟内发布你的获取资格条目。// +++++ 为什么会变成这样呢?[[footnote]]**译注:为什么会变成这样呢?(How Did We Get Here?)是《我的世界》(Minecraft)中最难完成的成就,完成这个成就的难度跟完成所有成就的难度相差无几。**[[/footnote]] //竞赛结束时你的总字数比你角色原本所在的材料更长。// [[/div]] [[=]] + 日期 [[/=]] [[div class="blockquote"]] **写作开始:** 美东时间2025年1月25日下午13:01 **发布开始:** 美东时间2025年2月15日下午13:01 **发布结束:** 美东时间2025年3月8日下午13:01 **投票结束:** 美东时间2025年3月19日下午13:01 [[/div]] [[=]] + 规则 [[/=]] [[div class="blockquote"]] # 规则一:阅读规则。如果你不读,我就抽你。 **我会知道的。** # 你的队伍必须由三人组成,所有人都必须公开。你只能加入一个队伍。每队将有一名队长,但每个成员都有义务发布自己的作品。请挑选一个真正靠谱的人担任队长,因为所有关于比赛的交流和问题都会通过他转达给组织者。赋予队长的其他任何职责都应在团队成员之间进行讨论。请参照以下示例了解如何组建你的团队。 # 你选择的角色//必须//是公有领域中的角色,而且你//必须//以符合公有领域版本的方式来书写他们。如果你//很//担心你选择的角色是否符合要求,**请向Naepic询问**。现在就开始做并挑选一个新角色,要比在比赛中途发现并导致你的团队被取消资格,文章被删除要好得多。 # 你所选的人物可以不是单纯的文学人物——他们可以是民间英雄、音乐人物,甚至是电影人物,只要他们属于公有领域即可。他们也//必须//出现在你团队撰写的每篇文章中,不过如果你愿意,也可以在文章中出现其他公有领域的人物。 # 此外,参赛者**不得**使用比赛页面发布之前的草稿。所有参赛作品必须是在比赛页面发布之后创作的。任何违反此规定的作品都将被取消参赛资格。 # 格式错乱的SCP是可以的。故事内容应该充实,篇幅要足够长,来彰显你们在上面花的时间。 # **必须为比赛撰写至少3篇**;没有上限,但只有**4篇**评分最高的文章才能计入总分。同样,其中至少一篇必须是SCP,至少一篇必须是故事。本次竞赛不考虑提交的艺术作品。 # SCP补充材料,如独立的探索记录、实验记录、修订版本等,将在主要的三篇之外作为额外条目计入。例如,如果你们有两篇故事,一个有两个补充页面的SCP,那么两个补充页中评分最高的将在计票时作为第四篇参赛作品计算。 # 队伍可以为他们的作品创造中心页。但是, 中心不会被计入总分,也不能用来满足最少文章要求。此外,直到你们队伍发布了竞赛所需最少文章数目(3篇),中心页才能发布。 # 文章一经发布,无论成绩如何,均不得删除或编辑。达到删除线的文章将按照正常的删除流程处理,但直到比赛结束后才会被完全删除。这将鼓励每个人与队友一起努力创造出优秀的作品。发布的内容已成定局。可以小修,但不能大改。比赛开始后到结束前,只有在发现文章不符合公有领域时才会删除。  * 小修改定义为:轻微修改句子措辞、更改语法使用、改变字距等。竞赛结束之前不能进行大量的、实质性的修改。 # 每个条目必须由其主要作者发布。虽然鼓励队友间合写条目,但每个作者必须至少贡献一(1)个由其主要写就的条目。如果你整体重写了别人的作品,那么这就不再是他们的作品了;而且当你花四个小时修改了别人十分钟写好的东西,再让别人发布这个作品就不公平。这意味着一或两个人要写不止一个条目。 # 任何成员如果进行不寻常和/或有害的行为来为自己刷票或者降低竞争者的票数,会被从竞赛中除名且有可能禁止参加以后的比赛。没有参与竞赛但做了以上行为的网站成员将受到纪律处分,还有来自圆房子的个人怨愤。  * 作弊行为包括但不限于:   * 在你的竞争者发布作品后的几分钟内,给其作品差评;   * 用私信给别人发有关你作品的骚扰信息;   * 恶意刷票给好评或差评,不管是给你自己还是给别人的作品;  * 如果你不确定某件事算不算作弊,那么它很有可能是,但请随时向我提问。 发布你的文章之后,打上"2025公有领域竞赛"的标签,然后把它们连接到在此页下部的你们队伍的简介框。胜利者会依照队伍最高分四篇文章的总分评出。获胜团队的作品会登在首页。 [[/div]] @@@@ @@@@ @@@@ @@@@ [[/collapsible]] [[=]] +++ 队伍与条目 [[/=]] [[collapsible show="有资格队伍,不按顺序排列"]] ------ [[div class="content-panel standalone series"]] +* 团队名称:被占据的第三定律临时政府,革命行刑队(Provisional Government of Occupied Third Law, Revolutionary Firing Squad) **公有领域角色:**𒀭𒄑𒂆𒈦(吉尔伽美什,乌鲁克之王) **团队成员:**[[*user TyGently]]ᶜᵖᵗ、[[*user Intercedent]]、[[*user Anorrack]] ----- +++* 条目: ++++ 𒀭 **中心:[[[Dead King's March|殁王行军]]]** 𒀸 **[[[To be King in the House of Dust|成为尘土之庭的王]]]** //by Intercedent// 𒀸 **[[[With Naught but Dust to Eat]]]** //by TyGently// 𒀸 **[[[ptt-1666-gray-templum|PTT-1666-Gray-Templum — "Irkalla, the House of Dumuzi, the Netherworld"]]]** //by Anorrack// 𒀸 **[[[King of the Dead, Breaker of Chains]]]** //by Intercedent// 𒀸 **[[[To Make Meat of Clay]]]** //by Anorrack and Intercedent// 𒀸 **[[[SCP-8660]]] -- 空鸟笼** //by Anorrack and TyGently// 𒀸 **[[[SLAYER OF WICKEDNESS]]]** //by Anorrack, Intercedent, and TyGently// 𒀸 **EPILOGUE: [[[The Fruit of Eight Millennia]]]** //by Anorrack and TyGently// [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:军团要塞2(TEAM FORTRESS 2) **公有领域角色:**亚森·罗平 **团队成员:**[[*user Calibold]]ᶜᵖᵗ、[[*user HarryBlank]]、[[*user Uncle Nicolini]] ----- +++* 条目: **中心:** [[[arsene-lupin-vs-the-scp-foundation-hub|亚森•罗平 VS SCP基金会 中心页]]] # [[[the-containment-of-arsene-lupin|亚森·罗平的收容]]] //by Uncle Nicolini// # [https://scp-wiki.wikidot.com/scp-8136 SCP-8136:罗平 VS 杜平] //by HarryBlank// # [[[wanted-the-thieves-domain|Wanted: The Thieves' Domain!]]] //by HarryBlank和Uncle Nicolini// # [[[tall-and-short-tales-of-the-thieves-domain|Tall and Short Tales of the Thieves' Domain]]] //by Calibold,Uncle Nicolin和Harry Blank// # [[[paramax-connection|Paramax Connection]]] //by Calibold// # [[[https://scp-wiki.wikidot.com/calibold-harryblank-nico-proposal | CODE NAME: Calibold/HarryBlank/Nico — Arsène Lupin and the Foundation Affair]]] //by Calibold,Harry Blank和Uncle Nicolini// [[/div]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:巨鲸(BIG WHALE) **公有领域角色:**白鲸 **团队成员:**[[*user IndustryStandard]]ᶜᵖᵗ、[[*user AwhRyan]]、[[*user Cive (creative name)]] ---- +++* 条目: # [https://scp-wiki.wikidot.com/scp-8971 SCP-8971: MONOMANIA] //by torcsandantlers// # [https://scp-wiki.wikidot.com/leviathan-spawn TO FEAST ON THE SPAWN OF LEVIATHAN] //by cive (creative name)// # [https://scp-wiki.wikidot.com/moby-dick MOBY DICK] //by IndustryStandard// [[/div]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:巴斯克维尔的猎犬(The Hounds of Baskerville) **公有领域角色:**约翰·H·华生医生 **团队成员:**[[*user cptsquid]]ᶜᵖᵗ、[[*user zoempaws]]、[[*user Shirley Sterling]] ---- +++* 条目: **中心:** [https://scp-wiki.wikidot.com/the-case-of-her-broken-stomach-hub The Case of Her Broken Stomach Hub] # [https://scp-wiki.wikidot.com/scp-8712 The Broken Stomach] # [https://scp-wiki.wikidot.com/the-cogwork-cult The Cogwork Cult] # [https://scp-wiki.wikidot.com/the-turn-of-the-century The Turn of the Century] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:麦卡恩主义者(The Mekhanisms) **公有领域角色:**奥德修斯 **团队成员:**[[*user Ralliston]]ᶜᵖᵗ、[[*user Diogene_s]]、[[*user Dino--Draws]] ---- +++* 条目: * 1. [[[Laid in Blood]]] * 2. [[[My Name Is No-One]]] * 3. [[[Favoured Son]]] * 4. [[[Empty Trail]]] * 5. [[[scp-8472|SCP-8472: Once and Future King]]] [[/div]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:史诗说唱对决:麦布女王对战德古拉(Epic Rap Battles of History: Queen Mab Versus Count Dracula) **公有领域角色:**亚伯拉罕·范·海辛 **团队成员:**[[*user Lemonsense]]ᶜᵖᵗ、[[*user SynthPanda_]]、[[*user DoctorLilithSophia]] ---- +++* 条目: * 1. [[[I Never Told You What I Do For A Living]]] by [[*user Lemonsense]] * 2. [https://scp-wiki.wikidot.com/scp-8774 SCP-8774: The Ghost of You // die Toten reiten schnell] by [[*user SynthPanda_]] * 3. [[[Vampires Will Never Hurt You]]] by [[*user DoctorLilithSophia]] [[/div]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:杀死巨鲸(Killing BIG WHALE) **公有领域角色:**亚哈船长 **团队成员:**[[*user Ethagon]]ᶜᵖᵗ、 [[*user Kothardarastrix]]、 [[*user MasterTman2]] ---- +++* 条目: **中心:** [[[And To The Stars I Went With Only A Name Hub]]] * [[[From The Sky]]] by [[*user Ethagon]] * [[[Flying Whales]]] by [[*user MasterTman2]] * [[[In the Wilderness]]] by [[*user Kothardarastrix]] * [[[Where Dragons Dwell]]] by [[*user Ethagon]] * [[[The Heaviest Matter Of The Universe]]] by [[*user Kothardarastrix]] * [[[SCP-8851|VNP-8851: To Sirius]]] by [[*user Kothardarastrix]], [[*user Ethagon]], and [[*user MasterTman2]] * 额外条目:[[[Starfish Blockade]]] by [[*user Ethagon]] [[/div]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:性别颠覆者(The Gender Benders) **公有领域角色:**奥兰多(但是性转)[[footnote]]**译注:《奥兰多》是英国作家弗吉尼亚·伍尔芙于1928年发表的长篇小说,记录了主人公奥兰多从16世纪的男性到20世纪的女性的转变过程。**[[/footnote]] **团队成员:**[[*user Queerious]]ᶜᵖᵗ、[[*user VapidPoem]]、[[*user Astersquill]] ---- +++* 条目: * [[[Devotedly Yours]]] by [[*user Queerious]] * [[[The Widows]]] by [[*user VapidPoem]] * [[[https://scp-wiki.wikidot.com/natureduty|The Nature of Duty/The Duty of Nature]]] by [[*user Astersquill]] * [[[SCP-8291]]] by [[*user VapidPoem]], [[*user Queerious]], and [[*user Astersquill]] [[/div]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:三面獠牙(Triple Fang) **公有领域角色:**德古拉 **团队成员:**[[*user Cranes-writer]]ᶜᵖᵗ、[[*user Doctor-ivory]]、[[*user XHAWK77X]] ---- +++* 条目: * [[[herman-fuller-presents-dracula |Herman Fuller Presents: Dracula!]]] by [[*user XHAWK77X]] * [[[Lycoris Radiata]]] by [[*user Cranes-writer]] * [[[SCP-7589|SCP-7589 - A Cure For Dracula]]] by [[*user XHAWK77X]] * [[[Stains of Blood and Sin]]] by [[*user XHAWK77X]] * [[[Flesh and blood. ]]] by [[*user Doctor-ivory]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:另一条巨鲸(The Other BIG WHALE) **公有领域角色:**匹诺曹 **团队成员:**[[*user Clacky2000]]ᶜᵖᵗ、[[*user IAmTheOoga]]、[[*user WhoIsCthulhu]] ---- +++* 条目: * **[https://scp-wiki.wikidot.com/scp-8206 SCP-8206]:** Tuscany Blues by [[*user IAmTheOoga]] * **[https://scp-wiki.wikidot.com/flesh-and-wood "Flesh and Wood"]** by [[*user WhoIsCthulhu]] * **[https://scp-wiki.wikidot.com/the-puppet The Puppet]** by [[*user Clacky2000]] * **[https://scp-wiki.wikidot.com/the-real-boy The Real Boy]** by [[*user Clacky2000]] * **[https://scp-wiki.wikidot.com/scp-8206-psych-evals SCP-8206-2 Psychological Evaluations]** by [[*user WhoIsCthulhu]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:格伦德尔的玻璃眼(Grendel's Glass Eye) **公有领域角色:**贝奥武夫 **团队成员:**[[*user J Dune]]ᶜᵖᵗ、[[*user stormbreath]]、[[*user pr0m37h3um]] ---- +++* 条目: * **[[[murder-bloody-murder |谋杀,血腥谋杀]]] by [[*user J Dune]]** * **[[[the-sharpest-fangs |THE SHARPEST FANGS]]] by [[*user J Dune]]** * **[[[the-nuisance | THE NUISANCE]]] by [[*user stormbreath]]** * **[[[scp-8897 | DOWN FOR THE COUNT]]]** by [[*user pr0m37h3um]], [[*user stormbreath]], and [[*user J Dune]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:他者之湖(Somebody Else's Lake) **公有领域角色:**喀耳刻 **团队成员:**[[*user DrBleep]]ᶜᵖᵗ、[[*user UNCGriffin]]、[[*user MarigoldsInJanuar]] ---- +++* 条目: * [[[Torn Strings]]] by [[*user MarigoldsInJanuar]] and [[*user UNCGriffin]] * [[[The City Sings]]] by [[*user UNCGriffin]] and [[*user MarigoldsInJanuar]] * [[[SCP-8711| SCP-8711: The House of the Rising Sun]]] by [[*user DrBleep]] * [[[The Lion the Sun Witch and the Warlock]]] by [[*user DrBleep]] [[/div]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:奈亚拉托提普的面具(Masks of Nyarlathotep) **公有领域角色:**奈亚拉托提普 **团队成员:**[[*user ubergoober]]ᶜᵖᵗ、[[*user radian628]]、[[*user local lesbian commie]] ---- +++* 条目: [[size 125%]]**[https://scp-wiki.wikidot.com/masks-of-nyarlathotep-hub 奈亚拉托提普的面具 中心页]**[[/size]] * **[[[SCP-8776]]]** -- 旧日支配者by [[*user ubergoober]]和[[*user local lesbian commie]] * **[https://scp-wiki.wikidot.com/businessmen 商人]** by [[*user local lesbian commie]] * **[https://scp-wiki.wikidot.com/names-don-t-matter 名字就不重要了]** by [[*user local lesbian commie]] * **[https://scp-wiki.wikidot.com/answers 答案]** by [[*user local lesbian commie]] * **[https://scp-wiki.wikidot.com/y-ai 𝕐 AI简史]** by [[*user radian628]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:洛基宇宙恐怖画展(Rocky Cosmic Horror Picture Show) **公有领域角色:**克苏鲁 **团队成员:**[[*user troutmaskreplica]]ᶜᵖᵗ、[[*user rhineriver]]、[[*user billith]] ---- +++* 条目: ++++ くコ:彡 **中心: [[[murderoftheuniverse|宇宙谋杀案]]]** くコ:彡 **[[[Open Water|开放水域]]]** //by TroutMaskReplica// **[[[The Acrid Corpse|酸腐尸骸]]]** //by Rhineriver// **[[[the-last-oasis|最后绿洲 - 由HEXAGON os驱动]]]** //by Billith// **[[[SCP-8121]]] - 零碎** //by Billith、Rhineriver和TroutMaskReplica// [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:我们都为《地狱变》尖叫(We All Scream for Hell Screen) **公有领域角色:**良秀(《地狱变》) **团队成员:**[[*user djkaktus]]ᶜᵖᵗ、[[*user Tufto]]、[[*user Yossipossi]] ---- +++* 条目: **[[[yoshihides-proposal|SCP-001:良秀的提案 – 地狱变]]]** by [[*user Yossipossi]], [[*user djkaktus]]和[[*user Tufto]] **[[[the-trail-for-beasts|第一幕:野兽之径]]]** by [[*user djkaktus]] **[[[the-path-of-swords|第二幕:剑刃之路]]]** by [[*user Yossipossi]] **[[[the-road-to-hell|第三幕:地狱之途]]]** by [[*user Tufto]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:非生日派对(Unbirthing Party) **公有领域角色:**疯帽客 **团队成员:**[[*user PoufyPoufson]]ᶜᵖᵗ、[[*user PeppersGhost]]、[[*user Daveyoufool]] ---- +++* 条目: [https://scp-wiki.wikidot.com/the-mad-three-parties The Mad Three Parties] by [[*user PeppersGhost]] [https://scp-wiki.wikidot.com/wearerofmanyhats Wearer of Many Hats] by [[*user DaveYouFool]] [https://scp-wiki.wikidot.com/yourstrulyfirstunbirthdayball Yours Truly, The 1st Annual Unbirthday Ball] by [[*user PoufyPoufson]] [[[SCP-8981]]] - The Wonder War by [[*user PoufyPoufson]], [[*user Peppersghost]], and [[*user Daveyoufool]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:⟡公主骑士亚瑟与她的圆桌⟡(⟡Princess Knight Arthur and Her Round Table⟡) **公有领域角色:**亚瑟王 **团队成员:**[[*user sailorenoch]]ᶜᵖᵗ、[[*user rottingraisins]]、[[*user Rosyfox2002]] ---- +++* 条目: [[[https://scp-wiki.wikidot.com/scp-8307 |SCP-8307: "The Arthurian Cycle" ]]] by [[*user sailorenoch]] [[[https://scp-wiki.wikidot.com/scp-8191 |SCP-8191: "Fisher Queen" ]]] by [[*user rottingraisins]] [[[https://scp-wiki.wikidot.com/let-there-be-green |Let There Be Green ]]] by [[*user Rosyfox2002]] [[[https://scp-wiki.wikidot.com/horned-is-the-enchanter |Horned is the Enchanter ]]] by [[*user sailorenoch]] [[/div]] ------ [[div class="content-panel standalone series"]] +* 团队名称:东方快车(The Orient Express) **公有领域角色:**约翰·曼德维尔爵士 **团队成员:**[[*user Aftokrator]]ᶜᵖᵗ、[[*user LightlessLantern]]、[[*user Miss Lapis]] ----- +++* 条目: * **[https://scp-wiki.wikidot.com/scp-2278 SCP-2278]:** Wonder of Mu by [[*user Aftokrator]] * **[https://scp-wiki.wikidot.com/the-mekhanical-maiden The Mekhanical Maiden of Qaya-Ram]** by [[*user Miss Lapis]] * **[https://scp-wiki.wikidot.com/testimony-regarding-minor-theft Testimony Regarding Minor Theft]** by [[*user LightlessLantern]] [[/div]] ----- [[div class="content-panel standalone series"]] +* 团队名称:王冠之重(Heavy is the Crown) **公有领域角色:**黄衣之王 **团队成员:**[[*user Strange Matter]]ᶜᵖᵗ、[[*user TboneBerryhill]]、[[*user Rose-row]] ----- +++* 条目: * [https://scp-wiki.wikidot.com/kaiwan-the-king 迦温王] by [[*user Rose-row]] * [[[SCP-8930]]] -- 苍白孩童 by [[*user Strange Matter]] * [https://scp-wiki.wikidot.com/feast-and-sleep-inn 盛宴安眠旅馆] by [[*user Tboneberryhill]] [[/div]] ------ [[div class="content-panel standalone series"]] +* 团队名称:代际创伤公司为您带来“毒树之果”的《一家都有毒》。(Generational Trauma Inc brings you the Toxic Family Squad by Fruit of the Poisonous Tree.) **公有领域角色:**拉帕西尼的女儿,碧翠斯 **团队成员:**[[*user Mr Panik]]ᶜᵖᵗ、[[*user SocksesForFoxes]]、[[*user TheChunk]] ---- +++* 条目: [https://scp-wiki.wikidot.com/scp-7493 SCP-7493:拉帕奇尼的毒药] [https://scp-wiki-cn.wikidot.com/secure-facility-dossier-site-101 安保设施档案:Site-101] [https://scp-wiki.wikidot.com/her-future-in-bloom Her Future in Bloom] by [[*user Mr Panik]] [https://scp-wiki.wikidot.com/in-small-doses In Small Doses] by [[*user TheChunk]] [https://scp-wiki.wikidot.com/fruit-of-the-poison-tree Fruit of the Poison Tree] by [[*user SocksesForFoxes]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:垃圾箱火灾(Dumpster Fire) **公有领域角色:**道林·格雷 **团队成员:**[[*user Sinking_Otter]]ᶜᵖᵗ、[[*user boardcertifiedgoblin]]、[[*user missychaos]] ---- +++* 条目: [[[https://scp-wiki.wikidot.com/forgive-us-our-sins|Forgive Us Our Sins]]] by [[*user boardcertifiedgoblin]] [[[https://scp-wiki.wikidot.com/a-user-with-that-username-already-exists|A User With That Username Already Exists]]] by [[*user Sinking_Otter]] [[[https://scp-wiki.wikidot.com/a-photograph-of-isadora-gray|A Photograph of Isadora Gray]]] by [[*user missychaos]] [[[https://scp-wiki.wikidot.com/scp-7829|SCP-7829: The Mass Produced Soul Of Dorian Gray]]] by [[*user Sinking_Otter]] [[[https://scp-wiki.wikidot.com/the-journey-from-20-000-to-0|The Journey From 20,000 to 0]]] by [[*user Sinking_Otter]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:源于火与硫磺(From Fire and Brimstone) **公有领域角色:**普罗米修斯 **团队成员:**[[*user Spacestealth]]ᶜᵖᵗ、[[*user flembus]]、[[*user SYTYCFanon]] ---- +++* 条目: **[https://scp-wiki.wikidot.com/prometheus-aic PROMETHEUS.aic]** by [[*user flembus]] **[https://scp-wiki.wikidot.com/eagle-protocol EAGLE Protocol]** by [[*user SYTYCFanon]] **[https://scp-wiki.wikidot.com/scp-7608 SCP-7608: Champion of Mankind]** by [[*user Spacestealth]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:魔灯,或美人鱼对唱(The Magic Lanterns, or, Mermaids Singing Each To Each)[[footnote]]**译注:两者皆出自于T·S·艾略特的《普鲁弗洛克的情歌》。**[[/footnote]] **公有领域角色:** J·阿尔弗雷德·普鲁弗洛克 **团队成员:**[[*user Thopter]]ᶜᵖᵗ、[[*user Lightning_Helix]]、[[*user Sound Chaser]] ---- +++* 条目: [[[collocations|Collocations]]] by [[*user Thopter]] [[[scp-7283|SCP-7283: Talking of Michelangelo]]] by [[*user Lightning_Helix]] [https://scp-wiki.wikidot.com/the-deception-of-the-thrush The Deception of the Thrush] by [[*user Sound Chaser]] [[/div]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:船长与鳕鱼(Captain and the Haddocks) **公有领域角色:**丁丁和白雪 **团队成员:** [[*user A Random Day]]ᶜᵖᵗ、 [[*user minmin]]、 [[*user vezaz]] ---- +++* 条目: ++++ 𒀭 **HUB: [[[Archival Division Hub]]]** 𒀸 **[[[Blood Beneath the Leaves]]]** //by Vezaz// 𒀸 **[[[Tintin and the Long Twentieth Century]]]** //by minmin// 𒀸 **[[[SCP-8620 | SCP-8620: Tintin and the Carcosan Affair]]]** by A Random Day [[/div]] [[/collapsible]] [[collapsible show="无资格队伍(至少有一个条目)"]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:跳远天使(「ロングジャンプの天使」) **公有领域角色:**弹簧腿杰克 **团队成员:**[[*user JackalRelated]]ᶜᵖᵗ、 [[*user J_V_G]]、 [[*user Coldsmith]] ---- +++* 条目: @@ ▷   @@[[size 130%]]//[[[London Calling]]]//[[/size]]@@  │  @@[[size 90%]][[*user J_V_G]][[/size]] @@ ▷   @@[[size 130%]]//[[[Silicon on Sapphire]]]//[[/size]]@@  │  @@[[size 90%]][[*user Coldsmith]][[/size]] @@ ▷   @@[[size 130%]]//[[[London's Burning]]]//[[/size]]@@  │  @@[[size 90%]][[*user J_V_G]][[/size]] [[/div]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:在太空中,尼莫能听见你的尖叫(In space, Nemo can hear you scream) **公有领域角色:**尼莫船长 **团队成员:**[[*user Guaire]]ᶜᵖᵗ、[[*user FlyPurgatorio]]、[[*user Fish^12]] ---- +++* 条目: [https://scp-wiki.wikidot.com/the-monologue-of-captain-nemo THE MONOLOGUE OF CAPTAIN NEMO] by [[*user Fish^12]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:虔诚之域委员会(Council of Pious Domain) **公有领域角色:**大天使加百列 **团队成员:**[[*user Comrade Waldo]]ᶜᵖᵗ、[[*user Scientist Filipp]]、[[*user FrankEntropy]] ---- +++* 条目: * [[[SCP-8253|SCP-8253 — Don't Shoot The Messenger]]] by [[*user FrankEntropy]] [[/div]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:兔叽🐰🐰🐰(bnnuy 🐰🐰🐰) **公有领域角色:**幸运兔子奥斯华 **团队成员:**[[*user Merehrab]]ᶜᵖᵗ、[[*user winkwonkboi]]、[[*user ThatGuyThatTime]] ---- +++* 条目: # [https://scp-wiki.wikidot.com/scp-8926 SCP-8926: It All Started With A Rabbit] //by Merehrab// # [[[You Can’t Kill The Idea of Me]]] //by Merehrab// [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:狗在干什么?(What the Dog Doin?) **公有领域角色:**廷达罗斯猎犬 **团队成员:**[[*user malvarik1]]ᶜᵖᵗ、[[*user dr-moned]]、[[*user erlgrey]] ---- +++* 条目: **[[[SCP-8238]]]** - 入睡幻觉 //by Dr Moned// [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:所有权利保留(ALL WRONGS RESERVED) **公有领域角色:**幸运兔子奥斯华 **团队成员:** [[*user fairydoctor]]ᶜᵖᵗ、[[*user prismal]]、[[*user felixou]] ---- +++* 条目: **[[[oswald-the-lucky-rabbit-in-the-cross-country-quest|Oswald the Lucky Rabbit in the Cross-Country Quest]]]** by [[*user fairydoctor]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:神秘的后波普歌曲《空间轨迹》出自弗雷迪·哈伯德1970年的专辑//《黑天使》//(Esoteric Post-bop Song "Spacetrack" off of Freddie Hubbard's 1970 Album //The Black Angel//) **公有领域角色:**哈默尔恩的吹笛人 **团队成员:** [[*user UncannyClown]]ᶜᵖᵗ、[[*user zipzipskins]]、[[*user Gawain777]] ---- +++* 条目: [https://scp-wiki.wikidot.com/maybe-sprout-wings Maybe Sprout Wings] by [[*user UncannyClown]] [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:死而复生:过去的圣诞驱魔师2:公有领域的幽灵,重制版(Dead to Begin With: Exorcists of Christmas Past 2: Ghosts of the Public Domain, Remastered) **公有领域角色:**过去之灵、现在之灵、未来之灵 **团队成员:** [[*user melendezt]]ᶜᵖᵗ、[[*user Alzin Cdag]]、[[*user Crystallantern]] ---- +++* 条目: * [[[SCP-8133|SCP-8133 — Dead to Begin With]]] by [[*user Alzin Cdag]] [[/div]] ---- [[div class="contest-panel standalone series"]] +* 团队名称:吃了马里兰州的老鼠(The Mouse That Ate Maryland) **公有领域角色:**米老鼠(//汽船威利//) **团队成员:** [[*user Spider_Jaws]]ᶜᵖᵗ、[[*user John Asknes]]、[[*user drdromeus]] ---- +++* 条目: 𒀸 **[[[First Business Meeting With Cosmic Mouse]]]** //by John Asknes// 𒀸 **[[[SCP-8290]]]** //by Spider_Jaws// [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:伐木工匠(The Lumber Jerks) **公有领域角色:**保罗·班扬(和蓝牛) **团队成员:**[[*user Mister_Toasty]]ᶜᵖᵗ、[[*user Nils Severin]]、[[*user choccoMan]] ---- +++* 条目: [[[https://scp-wiki.wikidot.com/scp-8514|SCP-8514: I'm a Lumberjack and I'm Okay]]] by [[*user (Mister_Toasty)]] [[[https://scp-wiki.wikidot.com/tall-tales-of-the-old-west|Tall Tales of the Old West]]] by [[*user (Mister_Toasty)]] [[[https://scp-wiki.wikidot.com/after-the-outing|After the Outing]]] by [[*user (choccoMan)]] and [[*user (Mister_Toasty)]] [[/div]] [[/collapsible]] [[collapsible show="无作品队伍"]] ---- [[div class="content-panel standalone series"]] +* 团队名称:至圣的第三定律共和国,维齐尔大议会(The Most Serene Republic of Third Law, Grand Council of Viziers) **公有领域角色:**詹姆斯·莫里亚蒂教授 **团队成员:**[[*user GreenWolf]]ᶜᵖᵗ、[[*user ch00bakka]]、[[*user A Random Day]] ----- +++* 条目: [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:虫荣虫(原)(The Axo Lot (l)) **公有领域角色:**大鱼(圣经里的那条) **团队成员:**[[*user ParallelPotatoes]]ᶜᵖᵗ、[[*user Anky Swallow]]、[[*user MetalRavioli]] ---- +++* 条目: [[/div]] ---- [[[div class="content-panel standalone series"]] +* 团队名称:辞掉你的工作。加入我的反封建公社。(Quit your job. Join my antifeudalism commune.) **公有领域角色:**罗宾汉 **团队成员:** [[*user Alexander245]]ᶜᵖᵗ、[[*user A Random Treestump]]、[[*user Napalmdoctor556]] ---- +++* 条目: [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:墨西哥湾(The Gulf of Mexico) **公有领域角色:**诺斯费拉图/奥洛克伯爵 **团队成员:**[[*user PlaguePJP]]ᶜᵖᵗ、[[*user Its A Bad Idea]]、[[*user Fishish]] ---- +++* 条目: [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:你的目光无法触及之处(WHERE YOUR EYES DON'T GO) **公有领域角色:**撒旦博士(诡丽幻谭) **团队成员:**[[*user Dr0Shadow]]ᶜᵖᵗ、[[*user The Awesomest Man]]、[[*user necezzity]] ---- +++* 条目: [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:锁之队(The Team of the Lock) **公有领域角色:**爱丽儿 **团队成员:**[[*user PinkHatPinkJeans]]ᶜᵖᵗ、[[*user JukeShoes]]、[[*user Dynexus]] ---- +++* 条目: [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:鬼怪的诡计(Oni’s Reckoning) **公有领域角色:**桃太郎 **团队成员:**[[*user The Pickle Monster]]ᶜᵖᵗ、[[*user Akamitsu]]、[[*user N1ght_Scribe]] ---- +++* 条目: [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:诸子百家(The Hundred Author Woods) **公有领域角色:**小熊维尼 **团队成员:**[[*user pedagon]]ᶜᵖᵗ、[[*user ariadnesthread]]、[[*user trintavon]] ---- +++* 条目: [[/div]] ---- [[div class="content-panel standalone series"]] +* 团队名称:杜拉汉火车站队(Team Dullahan Train Station) **公有领域角色:**无头骑士 **团队成员:** [[*user DarkStuff]]ᶜᵖᵗ、[[*user Cathy Autumn]]、[[*user Habaniah]] ---- +++* 条目: [[/div]] ------ [[div class="content-panel standalone series"]] +* 团队名称:群鸟之伍(Team Bird) **公有领域角色:**神探可伦坡 **团队成员:**[[*user notgull]]ᶜᵖᵗ、[[*user Lt Flops]]、[[*user Ayers]] ----- +++* 条目: [[/div]] [[/collapsible]] @@@@ @@@@ @@@@ @@@@ [[=]] ^^中心页艺术及设计来自[[*user syuzhet]]。^^ [[/=]] @@@@ @@@@ [[/div]] [[/div]] [[/div]] [[footnoteblock]] @@@@ @@@@ @@@@ @@@@ [[include :scp-wiki-cn:component:license-box author=syuzhet]] ===== > **文件名:** banner.png > **图像名:** 作者寄,新稿立! > **可用名1:** 若是还在棺材里,我就没办法爆米! > **可用名2:** 作者躺板板,公版来送暖! > **作者:** syuzhet > **授权协议:** CC BY-SA 3.0 > **来源链接:** ===== [[include :scp-wiki:component:license-box-end]]