Help:打印页面

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

本文在元维基的原文是: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; }
*/