帮助:打印页面

本页使用了标题或全文手工转换
维基百科,自由的百科全书
这是元维基上帮助文档副本的中文翻译,请参看元维基上的帮助文档后再修改本文。

本文在元维基的原文是:m:Help:Printable

读者手册

入门

  1. 探索维基百科
  2. 搜索维基百科
  3. 链入页面
  4. 随机条目
  5. 打印页面

跟踪改变

  1. 最近更改
  2. 相关更改
  3. 监视列表
  4. 页面历史
  5. 差异
  6. 用户贡献

账号

  1. 登录
  2. 参数设置
  3. 用户样式
  4. 电邮联系

查看一个页面的打印版本有以下一些方法:

左侧“工具箱”栏

在页面左侧“工具箱”栏点击“可打印版本”。

浏览器的预览打印

使用浏览器本身的“预览打印”功能。

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; }
*/