首页:修订间差异
外观
状态:未填写 | 类型:未填写
| 第31行: | 第31行: | ||
=== 最近新增条目 === | === 最近新增条目 === | ||
<div class="recent-article"> | |||
{{#dpl: | {{#dpl: | ||
| namespace = 0 | | namespace = 0 | ||
| 第37行: | 第39行: | ||
| count = 10 | | count = 10 | ||
| addcategories = true | | addcategories = true | ||
| format = ,[[%PAGE%|%TITLE%]] - | | format = ,<span class="article-link" style="/*%CATNAMES%*/">[[%PAGE%|%TITLE%]]</span> <span class="warnblock"><span class="adult"><span style="white-space: pre-wrap;"> </span></span><span class="nsfl"><span style="white-space: pre-wrap;"> </span></span><span class="politics"><span style="white-space: pre-wrap;"> </span></span></span> <span class="media-state"><span class="media-type"><span style="white-space: pre-wrap;"> </span></span></span> <br>, | ||
| nocat = true | | nocat = true | ||
| emptycategory = 无分类 | | emptycategory = 无分类 | ||
| 第44行: | 第46行: | ||
| allowcachedresults = false | | allowcachedresults = false | ||
}} | }} | ||
</div> | </div> | ||
| 第53行: | 第52行: | ||
.page-header-info{display:none;} | .page-header-info{display:none;} | ||
/*颜色变量*/ | |||
:root{ | |||
--Found-color:92, 184, 92; | |||
--Lost-color:238, 49, 49; | |||
--Partially-Found-color:255, 165, 0; | |||
--Existence-Unconfirmed-color:105, 105, 105; | |||
--Non-Existence-color:var(--darkblock-background-color); | |||
--Unidentified-color:169, 169, 169; | |||
--Partially-Identified-color:255, 127, 80; | |||
--Identified-color:var(--Found-color); | |||
} | |||
/*样式*/ | |||
.media-state::after{ | |||
color: rgb(252,252,252); !important; | |||
border-radius: 0px 2px 2px 0px; | |||
border-top: 1px solid rgba(var(--dark-color-3)); | |||
border-bottom: 1px solid rgba(var(--dark-color-3)); | |||
border-right: 1px solid rgba(var(--dark-color-3)); | |||
padding: 1px 2px 1px 2px; | |||
font-size:80%; | |||
content: "未添加状态标签"; | |||
background: black; | |||
white-space: nowrap; | |||
font-weight: bold; | |||
} | |||
.article-link[style*="发现"] .media-state::after { | |||
content: "发现"; | |||
background: rgb(var(--Found-color)); | |||
font-weight: bold; | |||
} | |||
.article-link[style*="丢失"] .media-state::after { | |||
content: "丢失"; | |||
background: rgb(var(--Lost-color)); | |||
font-weight: bold; | |||
} | |||
.article-link[style*="部分发现"] .media-state::after { | |||
content: "部分发现"; | |||
background: rgb(var(--Partially-Found-color)); | |||
font-weight: bold; | |||
} | |||
.article-link[style*="存在性待定"] .media-state::after { | |||
content: "存在性待定"; | |||
background: rgb(var(--Existence-Unconfirmed-color)); | |||
font-weight: bold; | |||
} | |||
.article-link[style*="不存在"] .media-state::after { | |||
content: "不存在"; | |||
background: rgb(var(--Non-Existence-color)); | |||
font-weight: bold; | |||
} | |||
.article-link[style*="来源不明"] .media-state::after { | |||
content: "来源不明"; | |||
background: rgb(var(--Unidentified-color)); | |||
font-weight: bold; | |||
} | |||
.article-link[style*="部分确定"] .media-state::after { | |||
content: "部分确定"; | |||
background: rgb(var(--Partially-Identified-color)); | |||
font-weight: bold; | |||
} | |||
.article-link[style*="来源确定"] .media-state::after { | |||
content: "来源确定"; | |||
background: rgb(var(--Identified-color)); | |||
font-weight: bold; | |||
} | |||
/*====*/ | |||
.media-type::after{ | |||
color: black !important; | |||
font-size:80%; | |||
content: "未添加类型标签"; | |||
border-top: 1px solid rgba(var(--dark-color-3)); | |||
border-left: 1px solid rgba(var(--dark-color-3)); | |||
border-bottom: 1px solid rgba(var(--dark-color-3)); | |||
border-radius: 2px 0px 0px 2px; | |||
padding: 1px 4px 1px 2px; | |||
margin-right: -2px; | |||
font-weight: bold; | |||
background: rgb(252,252,252); | |||
white-space: nowrap; | |||
} | |||
.article-link[style*="音频"] .media-type::after { | |||
content: "音频"; | |||
font-weight: bold; | |||
} | |||
.article-link[style*="视频"] .media-type::after { | |||
content: "视频"; | |||
font-weight: bold; | |||
} | |||
.article-link[style*="动画"] .media-type::after { | |||
content: "动画"; | |||
font-weight: bold; | |||
} | |||
.article-link[style*="电影"] .media-type::after { | |||
content: "电影"; | |||
font-weight: bold; | |||
} | |||
.article-link[style*="剧集"] .media-type::after { | |||
content: "剧集"; | |||
font-weight: bold; | |||
} | |||
.article-link[style*="图像"] .media-type::after { | |||
content: "图像"; | |||
font-weight: bold; | |||
} | |||
.article-link[style*="漫画"] .media-type::after { | |||
content: "漫画"; | |||
font-weight: bold; | |||
} | |||
.article-link[style*="文本"] .media-type::after { | |||
content: "文本"; | |||
font-weight: bold; | |||
} | |||
.article-link[style*="游戏"] .media-type::after { | |||
content: "游戏"; | |||
font-weight: bold; | |||
} | |||
.article-link[style*="应用"] .media-type::after { | |||
content: "应用"; | |||
font-weight: bold; | |||
} | |||
.article-link[style*="其他"] .media-type::after { | |||
content: "其他"; | |||
font-weight: bold; | |||
} | |||
/*====*/ | |||
.article-link[style*="成人内容"] .adult::after,.article-link[style*="血腥内容"] .nsfl::after,.article-link[style*="政治性错误"] .politics::after{ | |||
font-size: 80%; | |||
border: 1px solid #ee3131; | |||
white-space: nowrap; | |||
border-radius: 2px; | |||
padding: 1px 2px 1px 2px; | |||
background: rgb(252,252,252); | |||
} | |||
.article-link[style*="成人内容"] .adult::after {content: "成人内容";color: #ee3131;font-weight: bold;} | |||
.article-link[style*="血腥内容"] .nsfl::after {content: "血腥内容";color: #ee3131;font-weight: bold;} | |||
.article-link[style*="政治性错误"] .politics::after {content: "政治性错误";color: #ee3131;font-weight: bold;} | |||
}} | }} | ||
2026年3月23日 (一) 21:43的版本
注意
本站点仍在建设中,目前尚未开放
请不要搬运原站条目或建立新条目,站点仍未建设完毕
目前 部分原站组件、上传文件名规范、标签规范等项目仍未建设
待完成后将使用机器人账号批量迁移页面,同时使用ChangeAuthor扩展修改页面创建者
请不要再编辑现有页面;为避免自动迁站导致页面冲突出错,现有建立的条目页面将在后续被删除
2026/3/16 测试自动转换及自动上传,目前上传原维基字数前10的条目 目前正在统计错误转换的语法部分,若发现有错误的语法请不要进行编辑
失传媒体(Lost Media),是指一些曾经存在但因各种原因在公共领域难以获取或完全消失的媒体内容。包括视频、游戏、音频、图像、文本等。这些东西奇怪而又吸引人的一点在于,它们有的的确存在过,但是因某些原因遗失,也有的源自某人胡编乱造。一些失传媒体却又不是完全失传,很多失传媒体仅仅只是作者(可以为各种企业、单位、及个人)曾短暂公开过后因种种原因不愿再次公开,或资源遗落到某一收藏家之手,该收藏家因某种原因不愿公开,而导致的失传。
本中文维基将创建诸类失传媒体页面以便记录及传播。
最近新增条目
BBC关于哈尔达尔·纳格的纪录片
Go For A Punch - Saki Sanobashi
Jeff the Killer(杀手杰夫)
Scalebound(龙鳞化身)
Sonic X-Treme
ころんば的歌曲
向阳理发店
地方台50分钟-地方台30分钟
定军山