說明:打印頁面
外觀
此頁面目前處於閒置狀態,僅供歷史參考而保留。 此頁面最後更新於2024年5月15日 (三) 08:39 (UTC)。此頁面的內容可能已無明確的共識支持,或是不再與討論的主題相關。若您希望重啟討論,請至互助客棧尋求更廣泛的意見。 |
這是元維基上幫助文檔副本的中文翻譯,請參看元維基上的幫助文檔後再修改本文。 本文在元維基的原文是:m:Help:Printable |
查看一個頁面的打印版本有以下一些方法:
左側「工具箱」欄
[編輯]在頁面左側「工具箱」欄點撃「可打印版」。
瀏覽器的預覽列印
[編輯]使用瀏覽器本身的「預覽列印」功能。
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; }
*/