系统消息

来自SOKA CAFE
此处列出了MediaWiki命名空间下所有可用的系统消息。 如果想为MediaWiki的本地化贡献翻译,请访问MediaWiki本地化translatewiki.net
系统消息
首页上一页下一页末页
名称 默认消息文本
当前消息文本
timeless-action-undelete留言) (翻译 还原{{PLURAL:$1|一次编辑|$1次编辑}}
timeless-anonymous留言) (翻译 匿名
timeless-desc留言) (翻译 为音MAD中文维基而修改的混合动力现代版Timeless皮肤
timeless-languages留言) (翻译 语言
timeless-loggedinas留言) (翻译 '''$1'''
timeless-more留言) (翻译 更多
timeless-namespaces留言) (翻译 命名空间
timeless-notloggedin留言) (翻译 未登录
timeless-pageactions留言) (翻译 页面工具
timeless-pagelog留言) (翻译 页面日志
timeless-pagemisc留言) (翻译 更多
timeless-pagetools留言) (翻译 页面操作
timeless-projects留言) (翻译 其他项目
timeless-sitetitle留言) (翻译 {{int:Sitetitle}}
timeless-sitetools留言) (翻译 wiki工具
timeless-talkpage留言) (翻译 {{GENDER:$1|用户}}讨论
timeless-userpage留言) (翻译 {{GENDER:$1|用户}}页
timeless-userpagetools留言) (翻译 用户页面工具
timeless-view-history留言) (翻译 历史
timeless-view-view留言) (翻译 阅读
timeless.css留言) (翻译 /* 这里放置的CSS将应用于Timeless皮肤 */
/* 源自音MAD维基 https://otomad.wiki/MediaWiki:Timeless.css 版权协定:知识共享 署名 3.0 开源地址https://github.com/OtomadWiki/Kawaii-Timeless/ */ /* LOGO动画 */ .mw-wiki-logo img { transform: scale(1.0); transition: all 0.8s ease; } .mw-wiki-logo:hover img { transform: scale(1.1) rotate(1.2deg); transition: all 0.8s ease; } .mw-body h6{ color: #212121; font-weight: bold; } /*平板页面导航字体修改*/ #mw-site-navigation h2, #mw-related-navigation h2{ font-weight: 500; } /*body修改及修复line-height修改后的bug*/ body.ns-1 .mw-body h1.firstHeading, body.ns-3 .mw-body h1.firstHeading{ margin-bottom: .5em; } li{ margin-bottom: 10px; } /*顶栏*/ .oo-ui-clippableElement-clippable.oo-ui-popupWidget-body{ max-width: unset !important; } .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement:last-child{ border-left: none; } .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer{ border-top: none; } .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head{ border-bottom: none; box-shadow: 0 0px 9px rgb(0 0 0 / 9%); } .oo-ui-popupWidget-popup{ border: none; } .oo-ui-popupWidget{ filter: drop-shadow(0 15px 20px rgb(0 0 0 / 20%)); } .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:before{ border-bottom-color: #fff; } div.mw-echo-ui-overlay{ z-index: 600; } #mw-header-nav-hack, #mw-header-hack{ box-shadow: unset; } /*现代化搜索框*/ #simpleSearch{ opacity: 100; } /*目录卡片*/ ul#filetoc, .toc, .mw-warning{ border: unset; box-shadow: 0 2px 5px 0px rgb(0 0 0 / 0.2); background: #fff; border-radius: 4px; } /*移动端菜单*/ #menus-cover{ background: #000; opacity: 0.15; } #site-navigation .sidebar-inner{ border: unset; } .sidebar-inner, .dropdown{ border: unset; border-radius: 6px; } @media screen and (max-width: 1099px) and (min-width: 851px){ .sidebar-inner, .dropdown{ border: unset !important; box-shadow: 0 2px 30px 1px rgb(0 0 0 / 0.2) !important; } #mw-site-navigation .sidebar-inner{ border: unset !important; box-shadow: 0 2px 30px 1px rgb(0 0 0 / 0.2) !important; } } @media screen and (max-width: 850px){ .sidebar-inner, .dropdown{ box-shadow: 0 2px 30px 1px rgb(0 0 0 / 0.2) !important; z-index: 501; } } @media screen and (max-width: 1099px) and (min-width: 851px){ #mw-related-navigation .sidebar-inner{ border: unset !important; box-shadow: 0 2px 30px 1px rgb(0 0 0 / 0.2) !important; } } /*个人资料设置页*/ .profile-tab{ background-color: unset; padding: 9px 10px 10px; font-size: 16px; } .profile-tab a:visited, .profile-tab a { color: #000 !important; } .profile-tab-on a:visited, .profile-tab-on a { color: var(--color-primary) !important; } .profile-tab-on{ background-color: unset; padding: 9px 10px 10px; font-size: 16px; border-bottom: solid 2px var(--color-primary); } .eye-container .title{ color: #000; font-size: 14px; } .eye-container{ box-shadow: none; opacity: 1.0; } /*按钮*/ button, html input[type="button"], input[type="reset"], input[type="submit"]{ background-color: var(--color-primary); border: none; outline-color: #000; border-color: #000; border-radius: 2px; color: #fff; padding: 5px 12px; margin-right: 5px; font-weight: bold; transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 150ms,transform 150ms; box-shadow: 0 4px 4px rgb(0 0 0 / 15%); } button:hover, html input[type="button"]:hover, input[type="submit"]:hover { background-color: var(--color-hover); box-shadow: 0 9px 9px rgb(0 0 0 / 15%); } button:active, html input[type="button"]:active, input[type="submit"]:active { background-color: var(--color-dark); box-shadow: 0 0 0 rgb(0 0 0 / 15%) !important; transform: scale(.95); } button:focus, html input[type="button"]:focus, input[type="submit"]:focus { box-shadow: 0 0 0 4px rgb(251 114 153 / 25%); outline: 1px solid transparent; } .mw-ui-button:not(:disabled){ transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 150ms,transform 150ms; } .mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer .mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement > .oo-ui-buttonElement-button{ box-shadow: none; } .mw-ui-button{ border: none; border-color: #000; outline-color: #000; } .mw-ui-button:focus{ border-color: var(--color-primary); box-shadow: inset 0 0 0 1px var(--color-primary), inset 0 0 0 2px #ffffff; } /*播放器*/ .oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame{ border: none; box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3); border-radius: 4px; } /*修改图标颜色*/ .oo-ui-image-progressive.oo-ui-icon-edit, .mw-ui-icon-edit-progressive:before{ background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eedit%3C/title%3E%3Cg fill=%22%23fb7299%22%3E%3Cpath d=%22M16.77 8l1.94-2a1 1 0 000-1.41l-3.34-3.3a1 1 0 00-1.41 0L12 3.23zM1 14.25V19h4.75l9.96-9.96-4.75-4.75z%22/%3E%3C/g%3E%3C/svg%3E"); } .oo-ui-image-progressive.oo-ui-icon-settings, .mw-ui-icon-settings-progressive:before{ background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Esettings%3C/title%3E%3Cg fill=%22%23fb7299%22%3E%3Cg xmlns:xlink=%22http://www.w3.org/1999/xlink%22 transform=%22translate%2810 10%29%22%3E%3Cpath id=%22a%22 d=%22M1.5-10h-3l-1 6.5h5m0 7h-5l1 6.5h3%22/%3E%3Cuse transform=%22rotate%2845%29%22 xlink:href=%22%23a%22/%3E%3Cuse transform=%22rotate%2890%29%22 xlink:href=%22%23a%22/%3E%3Cuse transform=%22rotate%28135%29%22 xlink:href=%22%23a%22/%3E%3C/g%3E%3Cpath d=%22M10 2.5a7.5 7.5 0 000 15 7.5 7.5 0 000-15v4a3.5 3.5 0 010 7 3.5 3.5 0 010-7%22/%3E%3C/g%3E%3C/svg%3E"); } /*媒体查看器*/ .mw-ui-button.mw-ui-progressive{ border-radius: 2px; } .mw-mmv-close,.mw-mmv-options-button{ transition: transform 300ms; } .mw-mmv-close:hover{ transform: rotate(-180deg); } .mw-mmv-options-button:hover{ transform: rotate(-90deg); } .mw-mmv-download-button, .mw-mmv-reuse-button, .mw-mmv-options-button, .mw-mmv-close, .mw-mmv-fullscreen, .mw-mmv-next-image, .mw-mmv-prev-image{ box-shadow: none !important; background-color: transparent !important; border: none !important; } .mw-mmv-download-button.mw-mmv-dialog-open, .mw-mmv-reuse-button.mw-mmv-dialog-open, .mw-mmv-options-button.mw-mmv-dialog-open, .mw-mmv-close.mw-mmv-dialog-open, .mw-mmv-fullscreen.mw-mmv-dialog-open, .mw-mmv-next-image.mw-mmv-dialog-open, .mw-mmv-prev-image.mw-mmv-dialog-open, .mw-mmv-download-button:hover, .mw-mmv-reuse-button:hover, .mw-mmv-options-button:hover, .mw-mmv-close:hover, .mw-mmv-fullscreen:hover, .mw-mmv-next-image:hover, .mw-mmv-prev-image:hover{ background-color: unset !important; border: none !important; } /*SocialProfile*/ .relationship-item{ box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 6%); border: 1px solid; border-color: rgba(0,0,0,0.05); border-radius: 8px; } .relationship-item img{ border-radius: 2em; } .relationship-action img{ border-radius: 2em; } #profile-title-container { padding: 19px 0 6px 6px; } #profile-top{ border-bottom: none; } .user-section-heading{ line-height: 34px; } /*警告卡片*/ div.mw-warning-with-logexcerpt{ padding: 4px 16px !important; margin-bottom: 10px !important; border: unset !important; clear: both !important; border-radius: var(--border-radius--medium) !important; } /*去掉平板端奇怪的阴影*/ @media screen and (min-width: 851px) and (max-width: 1099px){ #mw-related-navigation .sidebar-chunk{ box-shadow: none; } } @media screen and (min-width: 851px) and (max-width: 1099px){ #mw-site-navigation .sidebar-chunk{ box-shadow: none; } } /*通知*/ .mw-echo-ui-notificationItemWidget{ background-color: unset; border:1px solid #f9f9f9; } .mw-echo-ui-notificationItemWidget:hover{ background-color: unset; } .mw-echo-ui-notificationItemWidget:focus{ box-shadow: inset 0 0 0 1px var(--color-primary); } @media screen and (max-width: 850px){ .oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor{ display: none; }} /*隐藏帮助*/ body #mw-wrapper .mw-helplink, body #mw-wrapper #mw-indicator-mw-helplink{ display: none; } /*针对移动端用户页的竖向排列*/ @media screen and (max-width: 850px){ #user-page-left { width: 100%; float: none;} #user-page-right { width: 100%; float: none; } } #wpUploadFile::file-selector-button { display: none !important; } /* Fix for non backdrop-filter support browser */ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS styles go here */ #kawaiiHeaderBackground, #personal .dropdown, .suggestions { background: rgba(255,255,255,0.95) !important; } } /* 侧栏图标 */ #n-讨论版块 a:before{content: 'chat';} #n-知识集锦 a:before{content: 'school';} #n-登场作品 a:before{content: 'movie';} #n-人物图鉴 a:before{content: 'person2';} #n-团体势力 a:before{content: 'mosque';} #n-地点区域 a:before{content: 'location_on';} #n-历史事件 a:before{content: 'museum';} #n-活动公告 a:before{content: 'celebration';} #n-创作团体 a:before{content: 'group';} #n-创作作者 a:before{content: 'psychology';} #n-词典概念 a:before{content: 'book';} #n-世界设定 a:before{content: 'public';} #n-作品推荐 a:before{content: 'ondemand_video';} #n-查找页面 a:before{content: 'pageview';} #n-入站须知 a:before{content: 'format_list_bulleted';} #n-测试页面 a:before{content: 'science';} #n-任务计划 a:before{content: 'event_note';} #n-官方教程 a:before{content: 'help';}
timeless.js留言) (翻译 /* 将为Timeless皮肤的用户加载此处的所有JavaScript */
timeouterror留言) (翻译 服务器超时
timeouterror-text留言) (翻译 已超过最大请求时间$1秒。
timezone-invalid留言) (翻译 时区或时差无效。
timezone-local留言) (翻译 本地
timezone-useoffset-placeholder留言) (翻译 示例值:"-07:00"或"01:00"
timezone-utc留言) (翻译 UTC
timezonelegend留言) (翻译 时区:
timezoneregion-africa留言) (翻译 非洲
timezoneregion-america留言) (翻译 美洲
timezoneregion-antarctica留言) (翻译 南极洲
timezoneregion-arctic留言) (翻译 北极
timezoneregion-asia留言) (翻译 亚洲
timezoneregion-atlantic留言) (翻译 大西洋
timezoneregion-australia留言) (翻译 澳大利亚
timezoneregion-europe留言) (翻译 欧洲
timezoneregion-indian留言) (翻译 印度洋
timezoneregion-pacific留言) (翻译 太平洋
timezoneuseoffset留言) (翻译 其他(指定与UTC的时差)
timezoneuseserverdefault留言) (翻译 使用wiki默认值($1)
title-invalid留言) (翻译 请求的页面标题无效
title-invalid-characters留言) (翻译 请求的页面标题包含无效字符:“$1”。
title-invalid-empty留言) (翻译 请求的页面标题为空,或只包含命名空间名称。
title-invalid-interwiki留言) (翻译 请求的页面标题包含跨wiki链接,它不能用于标题。
title-invalid-leading-colon留言) (翻译 请求的页面标题开头包含一个无效的冒号。
title-invalid-magic-tilde留言) (翻译 请求的页面标题包含无效的连续波浪(<nowiki>~~~</nowiki>)。
title-invalid-relative留言) (翻译 标题有相对路径。相对路径页面标题(./, ../)无效,因为用户浏览器通常无法访问这些页面。
title-invalid-talk-namespace留言) (翻译 请求的页面标题引用了一个不能存在的讨论页。
title-invalid-too-long留言) (翻译 请求的页面标题太长。它在UTF-8编码后不能超过$1个{{PLURAL:$1|字节}}。
首页上一页下一页末页