帮助:打印页面
此页面目前处于闲置状态,仅供历史参考而保留。 此页面最后更新于2024年5月15日 (三) 08:39 (UTC)。此页面的内容可能已无明确的共识支持,或是不再与讨论的主题相关。若您希望重启讨论,请至互助客栈寻求更广泛的意见。 |
这是元维基上帮助文档副本的中文翻译,请参看元维基上的帮助文档后再修改本文。 本文在元维基的原文是:m:Help:Printable |
查看一个页面的打印版本有以下一些方法:
左侧“工具箱”栏
编辑
在页面左侧“工具箱”栏点击“可打印版本”。
浏览器的预览打印
编辑使用浏览器本身的“预览打印”功能。
URL
编辑可以在URL上加入"&printable=yes"或"?printable=yes"(视URL是否含有半角问号),也就是:
http://zh.wikipedia.org/w/index.php?title=Help:%E6%89%93%E5%8D%B0%E9%A1%B5%E9%9D%A2&printable=yes
CSS
编辑http://meta.wikimedia.org/style/wikiprintable.css [失效链接]:
/* MediaWiki print stylesheet */
body {
color: #000000; background: #ffffff;
}
/* MSIE/Win doesn't understand 'inherit' */
a, a.external, a.new, a.stub {
color: black ! important;
text-decoration: none ! important;
}
#article {
margin: 0 ! important;
}
/* Continue ... */
a, a.external, a.new, a.stub {
color: inherit ! important;
text-decoration: inherit ! important;
}
/* Hide ugly UI stuff */
#quickbar, #topbar, #footer, #siteNotice,
.editsection, .toctoggle {
display: none;
}
/* */
#article {
position: relative;
margin: inherit ! important;
}
/* Show some stuff */
.urlexpansion {
display: inline ! important;
}
.printfooter {
border-top: solid 1px black;
display: block ! important;
}
/* Old stuff, fixme:
.bodytext { }
a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; }
a.interwiki, a.external { color: #3333BB; text-decoration: none; }
h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
i.link, u.link { color: #000066; }
p.subtitle { padding-top: 0; margin-top: 0; }
*/