帮助:打印页面

这是元维基上帮助文档副本的中文翻译,请参看元维基上的帮助文档后再修改本文。

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

读者手册

  1. 如何访问维基百科
  2. 搜索维基百科
  3. 下载内容
  4. 链入页面
  5. 随机条目
  6. 阅读生物信息框
  • 用户帐号
  1. 如何登录
  2. 参数设置
  3. 用户样式
  4. 电邮联系
  • 引用维基百科的内容
  1. 简明著作权信息
  2. 引用维基百科
  • 跟踪修改
  1. 最近更改
  2. 相关更改
  3. 监视列表
  4. 页面历史
  5. 不同修订版本之间的差异
  6. 用户贡献页面

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

左侧“工具箱”栏

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

浏览器的预览打印

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

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