系统界面
出自MBA智库百科(http://wiki.mbalib.com/)
PHP | HTML这是在MBA智库百科名字空间可用的系统消息的列表.
| 名称 | 默认文本 |
|---|---|
| 当前文本 | |
|
1movedto2 Talk | [[$1]]移动到[[$2]] |
|
1movedto2_redir Talk | [[$1]]重定向到[[$2]] |
| [[$1]]重定向到[[$2]] | |
|
Common.css Talk | /* 此处的 CSS 将应用于所有的皮肤 */ |
| /* 此处的 CSS 将应用于所有的皮肤 */ /* Common CSS for all skins */ /* Notice to Administrators! Any changes to Monobook.css or Common.css should be first proposed to . Thank you. */ /*<pre><nowiki>*/ table.graytable{ margin: 1em 1em 1em 0; border: 1px #aaaaaa solid; background: #ffffff; border-collapse:collapse; } table.graytable th, table.graytable td{ border: 1px #aaaaaa solid; padding: 0.2em; } table.graytable th { background: #f5f5f5; text-align: center; } /* wikitable/prettytable class for skinning normal tables */ table.wikitable, table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaaaaa solid; border-collapse: collapse; } table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { border: 1px #aaaaaa solid; padding: 0.2em; } table.wikitable th, table.prettytable th { background: #f2f2f2; text-align: center; } table.wikitable caption, table.prettytable caption { margin-left: inherit; margin-right: inherit; } /* Style for "notices" */ .notice { text-align: justify; margin: 1em; padding: 0.2em; } #disambig { border-top: 3px double #cccccc; border-bottom: 3px double #cccccc; } #spoiler { border-top: 2px solid #ddd; border-bottom:2px solid #ddd; } /* Standard talk template style */ .Talk-Notice { border: 1px solid #C0C090; background-color: #F8EABA; margin-bottom: 3px; width: 80%; border-spacing: 3px; margin-left: auto; margin-right: auto; } .Talk-Notice:after { content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]]."; } /* Make template background appear correctly on all browsers */ .Talk-Notice td { background: inherit; } /* Metadata */ table.metadata { border: 1px solid #aaaaaa; display: none; speak: none; } .metadata-label { color: #aaaaaa; } /* Makes redirects appear in italics on [[Special:Allpages]] */ .allpagesredirect { font-style: italic; } /* Choose whether to have AD/BC dates or CE/BCE dates*/ /* First, the default : display both : See templates ADCE and BCEBC for how these are used*/ .Use_Default_Date_Convention { display: inline; } .Use_AD_and_BC { display: none; } .Use_BCE_and_CE { display: none; } /* If you want to display AD and BC add the following to User:You/monobook.css page */ /* .Use_Default_Date_Convention { display: none; } .Use_AD_and_BC { display:inline; } .Use_BCE_and_CE { display:none; } */ /*If you want to display CE and BCE add the following to User:You/monobook.css page */ /* .Use_Default_Date_Convention { display: none; } .Use_AD_and_BC { display:none; } .Use_BCE_and_CE {display:inline; } */ /* Style rules for media list templates */ div.medialist { min-height: 50px; margin: 1em; background-position: top left; background-repeat: no-repeat; } div.medialist ul { list-style-type: none; list-style-image: none; margin: 0; } div.medialist ul li { padding-bottom: 0.5em; } div.medialist ul li li { font-size: 91%; padding-bottom: 0; } /*Add formatting to make sure that "external references" from [[Template:Ref]] do not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was that the HTML code contained a SPAN following the anchor A; this SPAN had the class "urlexpansion", which was not displayed on screen, but was shown when the medium was "print". The rules below ensure (a) that there is no extra padding to the right of the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for the link, and (c) that this SPAN of class "urlexpansion" is never shown. ~~~~ */ .plainlinksneverexpand { background: none ! important; padding: 0 ! important; } .plainlinksneverexpand .urlexpansion { display: none ! important; } /* Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow... */ .plainlinksneverexpand a { background: none !important; padding: 0 !important; } /* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion" following the anchor A, the anchor itself now has class "external autonumber" and the expansion is inserted when printing (see the common printing style sheet at http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo- element of CSS. We have to switch this off for links due to Template:Ref! ~~~~ */ .plainlinksneverexpand a.external.text:after { display: none !important; } .plainlinksneverexpand a.external.autonumber:after { display: none !important; } /* Merge template style */ .messagebox { border: 1px solid #aaaaaa; background-color: #f9f9f9; width: 80%; margin: 0 auto 1em auto; padding: .2em; text-align: justify; } .messagebox.merge { border: 1px solid #cf9fff; background-color: #f5edf5; text-align: center; } .messagebox.cleanup { border: 1px solid #9f9fff; background-color: #efefff; text-align: center; } .messagebox.standard-talk { border: 1px solid #c0c090; background-color: #f8eaba; } /* Infobox template style */ .infobox { border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; margin-left: inherit; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaaaaa; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; } .infobox.sisterproject { width: 20em; font-size: 90%; } /* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6. The empty comment must remain. */ .IPA { font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode; font-family /**/:inherit; } .Unicode { font-family: TITUS Cyberbit Basic, Code2000, Doulos SIL, Chrysanthi Unicode, Bitstream Cyberbit, Bitstream CyberBase, Thryomanes, Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande, Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode; font-family /**/:inherit; } .latinx { font-family: TITUS Cyberbit Basic, Code2000, Microsoft Sans Serif; font-family /**/:inherit; } .polytonic, .interwiki-el a { font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, Lucida Sans Unicode, Lucida Grande, Code2000; font-family /**/:inherit; } .mufi { font-family: Alphabetum, Cardo, LeedsUni, Junicode, TITUS Cyberbit Basic, ALPHA-Demo; } .interwiki-ja a { font-family: "Meiryo", "MS PMincho", "MS Mincho", "MS PGothic", "MS Gothic", "Arial Unicode MS"; } .interwiki-ko a { font-family: "Malgun Gothic", "Gulim", "Dotum", "Arial Unicode MS"; } .interwiki-ru a, .interwiki-uk a, .interwiki-be a, .interwiki-bg a, .interwiki-sr a, .interwiki-mk a, .interwiki-os a, .interwiki-tg a, .interwiki-mo a,.interwiki-kk a, .interwiki-ky a, .interwiki-tt a, .interwiki-ba a, .interwiki-cv a, .interwiki-mn a, .interwiki-xal a, .interwiki-udm a,.interwiki-ab a, .interwiki-av a, .interwiki-ce a { /* 西里爾字母 */ font-family: "Times CY", "Times New Roman", Times, serif; } .interwiki-ar a, .interwiki-fa a, .interwiki-ur a, .interwiki-ug a { /* 阿拉伯字母 */ font-family: "Arial Unicode MS", "Microsoft Sans Serif", "Times New Roman", Times, serif; direction: rtl; } .interwiki-he a, .interwiki-yi a { /* 希伯來字母 */ font-family: Cardo, "Arial Unicode MS", Code2000, David, "Times New Roman", Times, serif; direction: rtl; } .interwiki-af a, .interwiki-als a, .interwiki-an a, .interwiki-ang a, .interwiki-ast a, .interwiki-az a, .interwiki-ba a, .interwiki-bat-smg a, .interwiki-bm a, .interwiki-br a, .interwiki-bs a, .interwiki-ca a, .interwiki-ceb a, .interwiki-co a, .interwiki-cs a, .interwiki-csb a, .interwiki-cy a, .interwiki-da a, .interwiki-de a, .interwiki-en a, .interwiki-eo a, .interwiki-es a, .interwiki-et a, .interwiki-eu a, .interwiki-ff a, .interwiki-fi a, .interwiki-fiu-vro a, .interwiki-fo a, .interwiki-fr a, .interwiki-frp a, .interwiki-fur a, .interwiki-fy a, .interwiki-ga a, .interwiki-gd a, .interwiki-gl a, .interwiki-gv a, .interwiki-ha a, .interwiki-hr a, .interwiki-ht a, .interwiki-hu a, .interwiki-ia a, .interwiki-id a, .interwiki-ie a, .interwiki-ilo a, .interwiki-io a, .interwiki-is a, .interwiki-it a, .interwiki-jbo a, .interwiki-jv a, .interwiki-kg a, .interwiki-ksh a, .interwiki-ku a, .interwiki-kw a, .interwiki-la a, .interwiki-lad a, .interwiki-lb a, .interwiki-li a, .interwiki-lij a, .interwiki-lmo a, .interwiki-ln a, .interwiki-lt a, .interwiki-lv a, .interwiki-map-bms a, .interwiki-mi a, .interwiki-ms a, .interwiki-na a, .interwiki-nap a, .interwiki-nds a, .interwiki-nl a, .interwiki-nn a, .interwiki-no a, .interwiki-nrm a, .interwiki-oc a, .interwiki-om a, .interwiki-os a, .interwiki-pam a, .interwiki-pl a, .interwiki-pms a, .interwiki-pt a, .interwiki-rm a, .interwiki-ro a, .interwiki-sc a, .interwiki-scn a, .interwiki-sco a, .interwiki-se a, .interwiki-simple a, .interwiki-sk a, .interwiki-sl a, .interwiki-so a, .interwiki-sq a, .interwiki-su a, .interwiki-sv a, .interwiki-sw a, .interwiki-tet a, .interwiki-tpi a, .interwiki-tk a, .interwiki-tl a, .interwiki-tw a, .interwiki-tr a, .interwiki-uz a, .interwiki-vec a, .interwiki-vi a, .interwiki-wa a, .interwiki-war a, .interwiki-wo a, .interwiki-yo a, interwiki-cdo a, .interwiki-zh-min-nan a { font-family: "Times New Roman", Times, serif; } #wpSave { font-weight: bold; } /* hiddenStructure from Monobook - allows selective hiding of markup in templates */ .hiddenStructure { display: none; speak: none; } /* Removes underlines from links */ .nounderlines a { text-decoration: none; } /* CSS for testing a new Main Page design, see [[Wikipedia:WikiProject Usability/Main Page]] */ #EnWpMainPage { width: 100%; margin-top: 1em; } #EnWpMainPage h2 { font-size: 130%; font-weight: bold; margin: 0; padding: 0; border: 0; } #EnWpMpMargin { margin-right: 13.8em; } #EnWpMpCol1 { float: left; clear: left; width: 50%; } #EnWpMpCol2 { width: 49.9%; float: left; } #EnWpMpBrowse { background: #f8fcff url(http://wiki.mbalib.com/w/images/9/9f/MP-three-books.png) no-repeat 180% 9%; border: 1px solid #c7c7c7; } #EnWpMpBrowseCats li { font-size: 85%; margin-left: 1em; line-height: 1.5; } #EnWpMpBrowseCats h3 { font-size: 120%; margin: .2em 0 .1em -.8em; padding: 0; font-weight: normal; } #EnWpMpBrowseCats h3 a { font-weight: bold; } #EnWpMpBook { background-image: url(http://wiki.mbalib.com/w/images/7/7e/MP-open-book.png); } #EnWpMpFeaturedPic { text-align: center; margin: 0 0 .5em; font-size: 85%; font-weight: bold; } #EnWpMpFeaturedPic h2 { font-size: 145%; text-align: left; } .EnWpMpBrowseRight { float: right; width: 12.7em; } .EnWpMpBrowseBottom { margin: 1em 0; } .EnWpMpBrowseBottom #EnWpMpBrowseCats li, .EnWpMpBrowseBottom #EnWpMpUsefulLinks, .EnWpMpBrowseBottom #EnWpMpFeaturedPic { float: left; width: 24%; margin: 0; line-height: normal; } .EnWpMpBrowseBottom #EnWpMpBrowseCats h3 { margin-left: 0; } #EnWpMpUsefulLinks { clear: left; } #EnWpMpSearch { background: url(http://wiki.mbalib.com/w/images/a/ae/MP-magnifying-glass.png) no-repeat top right; } #EnWpMpSearch input { vertical-align: middle; } #EnWpMpSearchInner { float: right; width: 20em; text-align: center; } #bodySearchMP { margin: 0; padding: 0; } #bodySearchMP .bodySearchWrap { float: right; width: 17.5em; text-align: left; padding: .8em 0; } #bodySearchMP label { display: block; font-size: 95%; font-weight: bold; margin-bottom: -.2em; } #bodySearchMP .bodySearchBtnGo { font-weight: bold; padding-left: .3em; padding-right: .3em; margin-left: .5em; } .EnWpMpContentBox { border: 1px solid; margin-bottom: .9em; } #EnWpMpCol2 .EnWpMpContentBox { margin-left: .9em; } .EnWpMpImage { float: right; margin: 0 0 .2em .2em; } .EnWpMpImage img { position: relative; z-index: 3; } #EnWpMpSisterProjects { float: left; width: 49%; } .EnWpMpSisterProject { float: left; width: 17em; margin: 0; height: 5.5em; margin: 0; } .EnWpMpSisterImg { float: left; width: 40px; height: 100%; } #EnWpMpOtherLangs { margin-left: 50%; } #EnWpMainPageNoCSS { display: none; } #EnWpMpBook2 { background-image: url(http://wiki.mbalib.com/w/images/8/8e/MP-open-book2.png); } #EnWpMpSearch2 { background: url(http://wiki.mbalib.com/w/images/3/3a/MP-magnifying-glass2.png) no-repeat top right; } /* Custom link colors for use in [[MediaWiki:Edittools]] */ .charboxblack a:link, .charboxblack a:hover, .charboxblack a:visited, .charboxblack a:active { color: black; } .charboxsilver a:link, .charboxsilver a:hover, .charboxsilver a:visited, .charboxsilver a:active { color: silver; } .charboxgray a:link, .charboxgray a:hover, .charboxgray a:visited, .charboxgray a:active { color: gray; } .charboxwhite a:link, .charboxwhite a:hover, .charboxwhite a:visited, .charboxwhite a:active { color: white; } .charboxmaroon a:link, .charboxmaroon a:hover, .charboxmaroon a:visited, .charboxmaroon a:active { color: maroon; } .charboxred a:link, .charboxred a:hover, .charboxred a:visited, .charboxred a:active { color: red; } .charboxpurple a:link, .charboxpurple a:hover, .charboxpurple a:visited, .charboxpurple a:active { color: purple; } .charboxfuchsia a:link, .charboxfuchsia a:hover, .charboxfuchsia a:visited, .charboxfuchsia a:active { color: fuchsia; } .charboxgreen a:link, .charboxgreen a:hover, .charboxgreen a:visited, .charboxgreen a:active { color: green; } .charboxlime a:link, .charboxlime a:hover, .charboxlime a:visited, .charboxlime a:active { color: lime; } .charboxolive a:link, .charboxolive a:hover, .charboxolive a:visited, .charboxolive a:active { color: olive; } .charboxyellow a:link, .charboxyellow a:hover, .charboxyellow a:visited, .charboxyellow a:active { color: yellow; } .charboxnavy a:link, .charboxnavy a:hover, .charboxnavy a:visited, .charboxnavy a:active { color: navy; } .charboxblue a:link, .charboxblue a:hover, .charboxblue a:visited, .charboxblue a:active { color: blue; } .charboxteal a:link, .charboxteal a:hover, .charboxteal a:visited, .charboxteal a:active { color: teal; } .charboxaqua a:link, .charboxaqua a:hover, .charboxaqua a:visited, .charboxaqua a:active { color: aqua; } /* custom edits */ .allpagesredirect a:link { color:#0066ff;} /* 维基共享资源图像巡视格式 */ /* 链接 */ .tickerDiffLink { } /* diff links in ticker */ .tickerMiscLink { } /* misc links in ticker */ /* 去除引点 */ .tickerList ul, .tickerList ul li { list-style: none; text-indent:-2em; margin-left:2em; text-align:left; } .tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0; margin-left:1.5em; text-align:left; } /* 各种记录格式 */ .tickerEntry_deleted { } /* 图像删除记录 */ .tickerEntry_replaced { } /* 图像替换记录 */ .tickerEntry_tagged { } /* 加上或删去问题模板的图像记录 */ .tickerEntry_redir { } /* 图像重新定向记录 */ .tickerEntry_recat { } /* 图像重新分类记录 */ .tickerEntry_notify { } /* 全界的更改记录 */ .tickerEntry_changed { } /* 一般的更改记录 */ /* 各种行为格式 */ .tickerAction_deleted:before { content:"(×)"; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; background: pink; } .tickerAction_replaced:before { content:" REPL "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_addedBad:before { content:" +VfD "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_removedBad:before { content:" -VfD "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_addedGood:before { content:" +OK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } .tickerAction_removedGood:before { content:" -OK "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; } /* 巡视功能使用列表 */ .tickerUsage { font-size:80%; } /* 每次记录应用用于多数图像的模板 */ .tickerTemplateEntry { font-weight: bold; } /* 每次记录应用次要记录---应用模板的某图像 */ .tickerSubEntry { } /* 次要记录格式 */ .tickerMinorEntry { color:#666; } /* minor entry */ .tickerMinorEntry a, .tickerMinorEntry a:link, .tickerMinorEntry a:visited { color:#669; } #bodyContent .tickerMinorEntry a.extiw, #bodyContent .tickerMinorEntry a.extiw:link, #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; } /* == 条目信息框 == 条目信息框(ambox)模板风格 */ table.ambox { width: 80%; margin: 0 auto; border-collapse: collapse; background: #fbfbfb; border: 1px solid #aaa; border-left: 10px solid #1e90ff; /* 定义“notice”的蓝条 */ } table.ambox th, table.ambox td { /* 信息框主体单元 */ padding: 0.25em 0.5em; /* 0.5em 左/右 */ } table.ambox td.ambox-image { /* 左侧图像单元 */ width: 52px; padding: 2px 0px 2px 0.5em; /* 0.5em 左,0px 右 */ text-align: center; } table.ambox td.ambox-imageright { /* 右侧图像单元 */ width: 52px; padding: 2px 4px 2px 0px; /* 0px 左,4px 右 */ text-align: center; } table.ambox-notice { border-left: 10px solid #1e90ff; /* 蓝条 */ /* border-right: 10px solid #1e90ff; */ /* 如果你想显示两条蓝条的话XD */ } table.ambox-serious { border-left: 10px solid #b22222; /* 红条 */ } table.ambox-content { border-left: 10px solid #f28500; /* 橙条 */ } table.ambox-style { border-left: 10px solid #f4c430; /* 黄条 */ } table.ambox-merge { border-left: 10px solid #9932cc; /* 紫条 */ } table.ambox-growth { border-left: 10px solid #228b22; /* 绿条 */ } table.ambox-protection { border-left: 10px solid #bba; /* 灰条 */ } table.ambox-talk { border-left: 10px solid #18e7f8; /* 靛条 */ } table.ambox.ambox-mini { /* 小型的浮动信息框 */ float: right; clear: right; margin: 0 0 0 1em; width: 25%; } /*</nowiki></pre>*/ | |
|
Monobook.css Talk | /* 此处的 CSS 将影响使用 Monobook 皮肤的用户 */ |
|
Monobook.js Talk | /* 工具提示和快捷键 */ ta = new Object(); ta["pt-userpage"] = new Array(".","我的用户页"); ta["pt-anonuserpage"] = new Array(".","您编辑本站所用IP的对应用户页"); ta["pt-mytalk"] = new Array("n","我的讨论页"); ta["pt-anontalk"] = new Array("n","对于来自此IP地址的编辑的讨论"); ta["pt-preferences"] = new Array("","我的参数设置"); ta["pt-watchlist"] = new Array("l","收藏列表"); ta["pt-mycontris"] = new Array("y","我的贡献列表"); ta["pt-login"] = new Array("o","我们鼓励您登录, 但这并不是强制性的"); ta["pt-anonlogin"] = new Array("o","我们鼓励您登录, 但这并不是强制性的"); ta["pt-logout"] = new Array("o","退出"); ta["ca-talk"] = new Array("t","关于页面正文的讨论"); ta["ca-edit"] = new Array("e","你可编辑此页. 请在保存前先预览一下"); ta["ca-addsection"] = new Array("+","在该讨论页增加新的评论主题"); ta["ca-viewsource"] = new Array("e","该页面已被保护. 你可以查看该页源码"); ta["ca-history"] = new Array("h","本页面的早前版本"); ta["ca-protect"] = new Array("=","保护本页"); ta["ca-delete"] = new Array("d","删除本页"); ta["ca-undelete"] = new Array("d","将这个页面恢复到被删除以前的状态"); ta["ca-move"] = new Array("m","移动本页"); ta["ca-watch"] = new Array("w","将此页面加入收藏列表"); ta["ca-unwatch"] = new Array("w","将此页面从收藏列表中移去"); ta["search"] = new Array("f","搜索该网站"); ta["p-logo"] = new Array("","首页"); ta["n-mainpage"] = new Array("z","访问首页"); ta["n-portal"] = new Array("","关于本计划, 您可以做什么, 应该如何做"); ta["n-currentevents"] = new Array("","提供当前新闻事件的背景资料"); ta["n-recentchanges"] = new Array("r","列出该网站的最近修改"); ta["n-randompage"] = new Array("x","随机载入一个页面"); ta["n-help"] = new Array("","寻求帮助"); ta["n-sitesupport"] = new Array("","资助我们"); ta["t-whatlinkshere"] = new Array("j","列出所有与本页相链的页面"); ta["t-recentchangeslinked"] = new Array("k","从此页链出的所有页面的更改"); ta["feed-rss"] = new Array("","本页的 RSS 聚合"); ta["feed-atom"] = new Array("","本页的 Atom 聚合"); ta["t-contributions"] = new Array("","查看该用户的贡献列表"); ta["t-emailuser"] = new Array("","向该用户发送一封邮件"); ta["t-upload"] = new Array("u","上传图像或媒体文件"); ta["t-specialpages"] = new Array("q","所有特殊页面列表"); ta["ca-nstab-main"] = new Array("c","查看页面内容"); ta["ca-nstab-user"] = new Array("c","查看用户页面"); ta["ca-nstab-media"] = new Array("c","查看媒体页面"); ta["ca-nstab-special"] = new Array("","这是一个特殊页面, 您不能对它进行编辑"); ta["ca-nstab-wp"] = new Array("a","查看项目页面"); ta["ca-nstab-image"] = new Array("c","查看图像页面"); ta["ca-nstab-mediawiki"] = new Array("c","查看系统消息"); ta["ca-nstab-template"] = new Array("c","查看模板"); ta["ca-nstab-help"] = new Array("c","查看帮助页面"); ta["ca-nstab-category"] = new Array("c","查看分类页面"); |
| /* 工具提示和快捷键 */ ta = new Object(); ta["pt-userpage"] = new Array(".","我的用户页"); ta["pt-anonuserpage"] = new Array(".","您编辑本站所用IP的对应用户页"); ta["pt-mytalk"] = new Array("n","我的讨论页"); ta["pt-anontalk"] = new Array("n","对于来自此IP地址的编辑的讨论"); ta["pt-preferences"] = new Array("","我的参数设置"); ta["pt-watchlist"] = new Array("l","收藏列表"); ta["pt-mycontris"] = new Array("y","我的贡献列表"); ta["pt-login"] = new Array("o","我们鼓励您登录, 但这并不是强制性的"); ta["pt-anonlogin"] = new Array("o","我们鼓励您登录, 但这并不是强制性的"); ta["pt-logout"] = new Array("o","退出"); ta["ca-talk"] = new Array("t","关于页面正文的讨论"); ta["ca-edit"] = new Array("e","你可编辑此页. 请在保存前先预览一下"); ta["ca-addsection"] = new Array("+","在该讨论页增加新的评论主题"); ta["ca-viewsource"] = new Array("e","该页面已被保护. 你可以查看该页源码"); ta["ca-history"] = new Array("h","本页面的早前版本"); ta["ca-protect"] = new Array("=","保护本页"); ta["ca-delete"] = new Array("d","删除本页"); ta["ca-undelete"] = new Array("d","将这个页面恢复到被删除以前的状态"); ta["ca-move"] = new Array("m","移动本页"); ta["ca-watch"] = new Array("w","将此页面加入收藏列表"); ta["ca-unwatch"] = new Array("w","将此页面从收藏列表中移去"); ta["search"] = new Array("f","搜索该网站"); ta["p-logo"] = new Array("","首页"); ta["n-mainpage"] = new Array("z","访问首页"); ta["n-portal"] = new Array("","关于本计划, 您可以做什么, 应该如何做"); ta["n-currentevents"] = new Array("","提供当前新闻事件的背景资料"); ta["n-recentchanges"] = new Array("r","列出该网站的最近修改"); ta["n-randompage"] = new Array("x","随机载入一个页面"); ta["n-help"] = new Array("","寻求帮助"); ta["n-sitesupport"] = new Array("","资助我们"); ta["t-whatlinkshere"] = new Array("j","列出所有与本页相链的页面"); ta["t-recentchangeslinked"] = new Array("k","从此页链出的所有页面的更改"); ta["feed-rss"] = new Array("","本页的 RSS 聚合"); ta["feed-atom"] = new Array("","本页的 Atom 聚合"); ta["t-contributions"] = new Array("","查看该用户的贡献列表"); ta["t-emailuser"] = new Array("","向该用户发送一封邮件"); ta["t-upload"] = new Array("u","上传图像或媒体文件"); ta["t-specialpages"] = new Array("q","所有特殊页面列表"); ta["ca-nstab-main"] = new Array("c","查看页面内容"); ta["ca-nstab-user"] = new Array("c","查看用户页面"); ta["ca-nstab-media"] = new Array("c","查看媒体页面"); ta["ca-nstab-special"] = new Array("","这是一个特殊页面, 您不能对它进行编辑"); ta["ca-nstab-wp"] = new Array("a","查看项目页面"); ta["ca-nstab-image"] = new Array("c","查看图像页面"); ta["ca-nstab-mediawiki"] = new Array("c","查看系统消息"); ta["ca-nstab-template"] = new Array("c","查看模板"); ta["ca-nstab-help"] = new Array("c","查看帮助页面"); ta["ca-nstab-category"] = new Array("c","查看分类页面"); | |
|
about Talk | 关于 |
|
aboutpage Talk | Project:关于 |
|
aboutsite Talk | 关于{{SITENAME}} |
|
accesskey-compareselectedversions Talk | v |
|
accesskey-diff Talk | v |
|
accesskey-minoredit Talk | i |
|
accesskey-preview Talk | p |
|
accesskey-save Talk | s |
|
accesskey-search Talk | f |
|
accesskey-watch Talk | w |
|
accmailtext Talk | "$1"的密码已经被发送到$2. |
|
accmailtitle Talk | 密码已寄出 |
|
accountcreated Talk | 已建立帐号 |
|
accountcreatedtext Talk | 用户$1的帐号已建立. |
|
acct_creation_throttle_hit Talk | 对不起, 您已经注册了$1账号. 不能再注册了. |
|
actioncomplete Talk | 操作完成 |
|
addedwatch Talk | 已加入到收藏列表 |
|
addedwatchtext Talk | 本页"[[:$1]]"已经被加入到您的[[Special:Watchlist|收藏列表]]中. 将来有关它或它的讨论页的任何修改将会在那里列出, 而且还会在[[Special:Recentchanges|最近更改]]中 以<b>粗体</b>形式列出以使起更容易识别. <p>如果您之后想将该页面从收藏列表中删除, 可点击导航条中的"取消收藏"链接. |
|
addsection Talk | 增加评论主题 |
|
allarticles Talk | 所有条目 |
|
allinnamespace Talk | 所有页面(属于$1名字空间) |
|
alllogstext Talk | 综合显示上传, 删除, 保护, 查封以及管理日志. 您可以选择日志类型, 用户名或者相关页面来缩小查询范围. |
|
allmessages Talk | 系统界面 |
|
allmessagescurrent Talk | 当前文本 |
|
allmessagesdefault Talk | 默认文本 |
|
allmessagesfilter Talk | 按名称筛选: |
|
allmessagesmodified Talk | 仅显示已修改的 |
|
allmessagesname Talk | 名称 |
|
allmessagesnotsupportedDB Talk | 不支持[[Special:AllMessages|系统消息]], 因为 wgUseDatabaseMessages 被设为 off. |
|
allmessagesnotsupportedUI Talk | 您当前的界面语言<b>$1</b>在此站点不被[[Special:AllMessages|系统消息]]支持. |
| 您当前的界面语言<b>$1</b>在此站点不被[[Special:AllMessages|系统消息]]支持. | |
|
allmessagestext Talk | 这是在{{SITENAME}}名字空间可用的系统消息的列表. |
|
allnotinnamespace Talk | 所有页面(不属于$1名字空间) |
|
allowemail Talk | 接受来自其他用户的邮件 |
|
allpages Talk | 所有页面 |
|
allpages-summary Talk | |
|
allpagesbadtitle Talk | 给定的页面标题是非法的, 或者具有一个内部语言或内部 wiki 的前缀. 它可能包含一个或更多的不能用于标题的字符. |
|
allpagesfrom Talk | 显示页面开始自: |
|
allpagesnext Talk | 后 |
|
allpagesprefix Talk | 显示具有指定前缀字符的页面: |
|
allpagesprev Talk | 前 |
|
allpagessubmit Talk | 确定 |
|
alphaindexline Talk | $1到$2 |
|
already_bureaucrat Talk | 该用户已经是一个行政员了 |
|
already_sysop Talk | 该用户已经是一个管理员了 |
|
alreadyloggedin Talk | <strong>用户$1, 您已经登录了!</strong><br /> |
|
alreadyrolled Talk | 无法恢复由[[User:$2|$2]] ([[User talk:$2|讨论]])进行的[[$1]]的最后编辑; 其他人已经编辑或是恢复了该页. 最后编辑者: [[用户:$3|$3]] ([[User talk:$3|讨论]]). |
|
ancientpages Talk | 最老页面 |
|
ancientpages-summary Talk | |
|
and Talk | 和 |
|
anoneditwarning Talk | '''警告:'''您没有登录, 您的IP地址将记录在此页的编辑历史中. |
|
anonnotice Talk | - |
|
anononlyblock Talk | 仅限匿名用户 |
|
anontalk Talk | 对此IP进行讨论 |
|
anontalkpagetext Talk | ---- "这是一个还未建立帐号的匿名用户的讨论页. 我们因此只能用IP地址来与他或她联络. 该IP地址可能由几名用户共享. 如果您是一名匿名用户并认为本页上的评语与您无关, 请[[Special:Userlogin|登录或创建新帐号]]以避免在未来与其他匿名用户混淆." |
|
anonymous Talk | {{SITENAME}}匿名用户 |
|
apr Talk | 4 |
|
april Talk | 4 |
|
april-gen Talk | 四月 |
|
article Talk | 条目 |
|
articlecomment Talk | 评论 |
|
articlecomment-cannotbeempty Talk | 您对条目"[[:$1]]"的评论内容不能为空。 |
|
articlecomment-failure Talk | 您对条目"[[:$1]]"的评论提交失败。 |
|
articlecomment-submit Talk | 提交评论 |
|
articlecomment-successfully Talk | 您对条目"[[:$1]]"的评论已经成功提交。 |
|
articlecomment-tip Talk | 提示:评论内容为网友针对条目"$1"展开的讨论,与本站观点立场无关。 |
|
articlecomment-title Talk | 发表评论 |
|
articlecomment-validcode Talk | 请输入图中的四位验证码。如果看不清,请单击图像刷新。[[Special:Userlogin|登录]]后,评论时将不再需要输入验证码。 |
|
articlecomment-who-when Talk | $1 在 $2 发表 |
|
articleexists Talk | 该名字的页面已经存在, 或者您选择的名字无效. 请再选一个名字. |
|
articlepage Talk | 查看条目 |
|
articletitles Talk | 条目以"$1"开头 |
|
ascending_abbrev Talk | 升 |
|
aug Talk | 8 |
|
august Talk | 8 |
|
august-gen Talk | 八月 |
|
autoblocker Talk | 因为您与"[[$1]]"共享一个IP地址而被自动查封. $1被封的理由是"$2". |
|
autoredircomment Talk | 重定向到[[$1]] |
|
badaccess Talk | 权限错误 |
|
badaccess-group0 Talk | 您刚才的请求不允许执行。 |
|
badaccess-group1 Talk | 您刚才的请求只有具有$1权限的用户才能使用。 |
|
badaccess-group2 Talk | 您刚才的请求只有$1用户组的其中一位用户才能使用。 |
|
badaccess-groups Talk | 您刚才的请求只有$1用户组的其中一位用户才能使用。 |
|
badarticleerror Talk | 无法在本页进行此项操作. |
|
badfilename Talk | 图像名已被改为"$1". |
|
badfiletype Talk | ".$1"不是所推荐的图像文件格式. |
|
badipaddress Talk | IP地址不正确. |
|
badquery Talk | 搜索查询不正确 |
|
badquerytext Talk | 我们无法处理您的查询. 这可能是由于您试图搜索一个短于3个字母的外文单词, 或者您错误地输入了搜索项, 例如"煤和和瓦斯". 请再尝试一个新的搜索项. |
|
badretype Talk | 您所输入的密码并不相同. |
|
badsig Talk | 错误的原始签名, 请检查 HTML 标签. |
|
badtitle Talk | 错误的标题 |
|
badtitletext Talk | 所请求页面的标题是无效的, 不存在, 或是错误的跨语言或跨 wiki 的链接标题. 它可能包含一个或更多的不能用于标题的字符 |
|
batchcategory Talk | 批量分类 |
|
batchcategory-add Talk | 添加到[[:Category:$1|$1]]中 |
|
batchcategory-alreadyexist Talk | 已经归类在[[:Category:$1|$1]]中 |
|
batchcategory-articles Talk | 条目列表 |
|
batchcategory-cannotfound Talk | 未找到分类[[:Category:$1|$1]] |
|
batchcategory-failure Talk | <b>$1: $2: 失败!</b> |
|
batchcategory-move Talk | 从[[:Category:$1|$1]]移至[[:Category:$2|$2]] |
|
batchcategory-mustbeset Talk | 分类名称必须指定。 |
|
batchcategory-newcategory Talk | 加入分类 |
|
batchcategory-oldcategory Talk | 移除分类 |
|
batchcategory-outoflimit Talk | 操作条目的数量超出限制($1) |
|
batchcategory-remove Talk | 从[[:Category:$1|$1]]中移除 |
|
batchcategory-submit Talk | 提交 |
|
batchcategory-success Talk | $1: $2: 成功! |
|
batchredirect Talk | 批量重定向 |
|
batchredirect-force Talk | 强制重定向(当条目存在时) |
|
batchredirect_redirects Talk | 重定向条目列表<br/>(每行一个条目) |
|
batchredirect_submit Talk | 提交 |
|
batchredirect_target Talk | 目标条目 |
|
blanknamespace Talk | (页面) |
|
blockededitsource Talk | 您对'''$1'''的编辑文本显示如下: |
|
blockedoriginalsource Talk | 以下是'''$1'''的源码: |
|
blockedtext Talk | 您的用户名或IP地址已被$1查封. 理由是: <br />'''$2'''<p>您可联系$1或向其他任何[[{{ns:project}}:管理员|管理员]]询问. 注意: 如果您没有在您的[[Special:Preferences|参数设置]]里注册有效的邮箱地址, 您将不可以使用给该用户发邮件功能, 您的IP地址是$3, 请在您的所有询问中包含此IP地址. |
|
blockedtitle Talk | 用户被查封 |
|
blockip Talk | 查封IP地址 |
|
blockipsuccesssub Talk | 查封成功 |
|
blockipsuccesstext Talk | [[Special:Contributions/$1|$1]]已经被查封. <br />参看[[Special:Ipblocklist|被封IP地址列表]]以复审查封. |
|
blockiptext Talk | 用下面的表单来禁止来自某一特定IP地址或用户名的修改权限. 只有在为防止破坏, 及符合[[{{ns:project}}:守则与指导|守则与指导]]的情况下才可采取此行动. 请在下面输入一个具体的理由(例如引述一个被破坏的页面). |
|
blocklink Talk | 查封 |
|
blocklistline Talk | $1, $2查封$3 ($4) |
|
blocklogentry Talk | "[[$1]]"已被查封, 终止时间为$2 |
|
blocklogpage Talk | 查封日志 |
|
blocklogtext Talk | 这是关于用户查封和解封操作的日志. 被自动查封的IP地址没有被列出. 请参看[[Special:Ipblocklist|被封IP地址列表]]. |
|
bold_sample Talk | 粗体 |
|
bold_tip Talk | 粗体 |
|
booksources Talk | 网络书源 |
|
booksources-summary Talk | |
|
booksourcetext Talk | 以下是链接到销售书籍的网站列表, 因此有可能拥有您所寻找的图书的进一步资料. {{SITENAME}}与这些公司并没有任何商业关系, 因此本表不应该 被看作是一种背书. |
|
boteditletter Talk | b |
|
brokenredirects Talk | 损坏的重定向页 |
|
brokenredirectstext Talk | 以下的重定向页指向的是不存在的页面. |
|
bugreports Talk | 错误报告 |
|
bugreportspage Talk | Project:错误报告 |
|
bydate Talk | 按日期 |
|
byname Talk | 按名称 |
|
bysize Talk | 按大小 |
|
cachederror Talk | 下面的页面是被请求页面在缓存中的一个副本, 可能不是最新版本的. |
|
cancel Talk | 取消 |
|
cannotdelete Talk | 无法删除选定的页面或文件(它可能已经被其他人删除了). |
|
cannotundelete Talk | 恢复删除失败; 可能已有其他人先行恢复了此页面. |
|
cantcreateaccounttext Talk | 已经禁止从 IP 地址 (<b>$1</b>) 创建帐号. 这可能是由于经常有来自您的学校和因特网服务提供商的故意破坏造成的. |
|
cantcreateaccounttitle Talk | 无法创建帐号 |
|
cantrollback Talk | 无法恢复编辑; 最后的贡献者是本文的唯一作者. |
|
categories Talk | 页面分类 |
|
categoriespagetext Talk | 本网站中存在如下分类。 |
|
category_header Talk | 条目在"$1"分类 |
|
category_sample Talk | 分类名称 |
|
category_tip Talk | 为条目指定一个分类 |
|
categoryarticlecount Talk | 在该分类中有$1个条目. |
|
categorypage Talk | 查看分类页面 |
|
catseparator Talk | | |
|
changed Talk | 已修改 |
|
changepassword Talk | 更改密码 |
|
changes Talk | 更改 |
|
checkexists Talk | 检查条目是否存在 |
|
checkexists-articles Talk | 条目列表 |
|
checkexists-existsarticles Talk | 已经存在的条目 |
|
checkexists-notexistsarticles Talk | 不存在的条目 |
|
checkexists-submit Talk | 提交 |
|
cite_croak Talk | Cite croaked; $1: $2 |
|
cite_error Talk | Cite error $1; $2 |
|
cite_error_-1 Talk | Internal error; invalid $str |
|
cite_error_-2 Talk | Internal error; invalid key |
|
cite_error_-3 Talk | Internal error; invalid key |
|
cite_error_-4 Talk | Internal error; invalid stack key |
|
cite_error_1 Talk | Invalid <code><ref></code> tag; name cannot be a simple integer, use a descriptive title |
|
cite_error_2 Talk | Invalid <code><ref></code> tag; refs with no content must have a name |
|
cite_error_3 Talk | Invalid <code><ref></code> tag; invalid names, e.g. too many |
|
cite_error_4 Talk | Invalid <code><ref></code> tag; refs with no name must have content |
|
cite_error_5 Talk | Invalid <code><references></code> tag; no input is allowed, use <code><references /></code> |
|
cite_error_6 Talk | Invalid <code><references></code> tag; no parameters are allowed, use <code><references /></code> |
|
cite_error_7 Talk | Ran out of custom backlink labels, define more in the "''cite_references_link_many_format_backlink_labels''" message |
|
cite_reference_link Talk | <sup id="$1" class="reference">[[#$2|<nowiki>[</nowiki>$3<nowiki>]</nowiki>]]</sup> |
|
cite_reference_link_key_with_num Talk | $1_$2 |
|
cite_reference_link_prefix Talk | _ref- |
|
cite_reference_link_suffix Talk | |
|
cite_references_link_many Talk | <li id="$1">↑ $2 $3</li> |
|
cite_references_link_many_and Talk | |
|
cite_references_link_many_format Talk | <sup>[[#$1|$2]]</sup> |
|
cite_references_link_many_format_backlink_labels Talk | a b c d e f g h i j k l m n o p q r s t u v w x y z |
|
cite_references_link_many_sep Talk | |
|
cite_references_link_one Talk | <li id="$1">[[#$2|↑]] $3</li> |
|
cite_references_link_prefix Talk | _note- |
|
cite_references_link_suffix Talk | |
|
cite_references_prefix Talk | <ol class="references"> |
|
cite_references_suffix Talk | </ol> |
|
clearwatchlist Talk | 清空收藏列表 |
|
clearyourcache Talk | '''注意:''' 保存后您可能需要清空浏览器的缓存才能看到这些修改. '''Mozilla / Firefox / Safari:''' 按下 "Shift" 键同时点击"刷新", 或 "Ctrl-Shift-R" (在Apple Mac下为 "Cmd-Shift-R"); '''IE:''' 按下 "Ctrl" 键同时点击"刷新", 或 "Ctrl-F5"; '''Konqueror:''': 只需点击"刷新"按钮, 或 "F5"; '''Opera''' 用户可能需要从 "工具→设置" 中清空浏览器缓存. |
|
columns Talk | 列: |
|
comment-select Talk | 选择: |
|
comment-select-all Talk | 全选 |
|
comment-select-inverse Talk | 反选 |
|
comment-select-none Talk | 全不选 |
|
commentdelete Talk | 删除评论 |
|
commentdelete-selected Talk | 删除选中的评论 |
|
commentreply Talk | 回复评论 |
|
compareselectedversions Talk | 比较选定的版本 |
|
confirm Talk | 确认 |
|
confirm_purge Talk | 要清除此页面的缓存吗?\n\n$1 |
|
confirm_purge_button |