說明:列印頁面

本頁使用了標題或全文手工轉換
維基百科,自由的百科全書
這是元維基上說明文件副本的中文翻譯,請參看元維基上的說明文件後再修改本文。

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

讀者手冊

入門

  1. 探索維基百科
  2. 搜尋維基百科
  3. 連結至此的頁面
  4. 隨機條目
  5. 列印頁面

跟蹤改變

  1. 近期變更
  2. 相關變更
  3. 監視清單
  4. 頁面歷史
  5. 差異
  6. 使用者貢獻

帳號

  1. 登入
  2. 偏好設定
  3. 使用者樣式
  4. Email 聯絡使用者

檢視一個頁面的列印版本有以下一些方法:

左側「工具箱」欄

在頁面左側「工具箱」欄點撃「可列印版」。

瀏覽器的預覽列印

使用瀏覽器本身的「預覽列印」功能。

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