Content deleted Content added
→top: hatnote |
|||
(13 intermediate revisions by 10 users not shown) | |||
Line 1:
{{redirect|WP:PRINT|guidance on sources in print|Wikipedia:Offline sources}}
{{Redirect|WP:PRINTABLE|the guidelines on printworthy page titles|Wikipedia:Printability}}
{{Use dmy dates|date=October 2014}}
{{Wikipedia how to}}
{{nutshell|To print a Wikipedia page, select File → Print from your web browser, or click on the browser print icon.}}
In general, printing a Wikipedia [[wp:article|article]] is as simple as selecting ''
The [[MediaWiki]] software that Wikipedia runs on uses [[Cascading Style Sheets]] in order to specify the style and layout that is suitable to a printed version of the page. In modern browsers, the print function of the browser should automatically use the rules in the style sheets when you print an article, therefore the ''print'' command of your web browser is also useful.
Line 11 ⟶ 12:
==Printable version==
The default Vector skin has a selection in the
Print page is not needed for any modern browser, as these browsers will parse the <code>media="print"</code> CSS styles included in the markup of Wikipedia pages. The print rules are applied automatically when the page is printed or previewed from the browser.
Printable version does not apply <code>@media print</code> rules from user style
▲Printable version does not apply <code>@media print</code> rules from user style sheets— see below.
==CSS==
MediaWiki provides a print specific styling. This style sheet can be edited only by the developers.
The Wikipedia specific print style sheet is at [[MediaWiki:Print.css]]. This style sheet can supplement and override the base; it can only be edited by
===Classes===
Line 31 ⟶ 27:
===@media print===
CSS media types define the rules for different types of presentation media. The normal display uses <code>@media screen</code> rules; printing rules can be defined with
==Controlling print==
Line 93 ⟶ 89:
==See also==
* [[Help:Cascading Style Sheets]]
* [[User:TheDJ/Print options]]— a script that gives you greater control of how Wikipedia pages are printed.
|