說明:列印頁面

這是元維基上說明文件副本的中文翻譯,請參看元維基上的說明文件後再修改本文。

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

讀者手冊

  1. 如何訪問維基百科
  2. 搜尋維基百科
  3. 下載內容
  4. 連結至此的頁面
  5. 隨機條目
  6. 閱讀生物資訊框
  • 使用者帳號
  1. 如何登入
  2. 偏好設定
  3. 使用者樣式
  4. Email 聯絡使用者
  • 參照維基百科的內容
  1. 簡明著作權資訊
  2. 參照維基百科
  • 跟蹤修改
  1. 近期變更
  2. 相關變更
  3. 監視清單
  4. 頁面歷史
  5. 不同修訂版本之間的差異
  6. 使用者貢獻頁面

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

左側「工具箱」欄 編輯

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

瀏覽器的預覽列印 編輯

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

可以在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

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