帮助:打印页面
外观
Template:元维基帮助文件 Template:读者手册导航 查看一个页面的打印版本可以在URL上加入"&printable=yes",也就是:
http://zh.Wikibooks.org/w/wiki.phtml?title=Help:打印页面&printable=yes
但是,这个功能目前在Monobook和Myskin下不工作(而且在没有注册时也不工作)。打印页面时会自动生成打印版本进行打印,但是在屏幕上看不到。如果要在屏幕上查看可以使用你的浏览器的打印预览功能。但是这可能和实际打印的效果不大相同:主要取决于你的打印设置,打印的数量等。
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; } */