<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tachyony.co.uk/w/index.php?action=history&amp;feed=atom&amp;title=Help%3APrinting</id>
	<title>Help:Printing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tachyony.co.uk/w/index.php?action=history&amp;feed=atom&amp;title=Help%3APrinting"/>
	<link rel="alternate" type="text/html" href="https://wiki.tachyony.co.uk/w/index.php?title=Help:Printing&amp;action=history"/>
	<updated>2026-05-15T04:01:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://wiki.tachyony.co.uk/w/index.php?title=Help:Printing&amp;diff=2447&amp;oldid=prev</id>
		<title>Tachyony: Imported page</title>
		<link rel="alternate" type="text/html" href="https://wiki.tachyony.co.uk/w/index.php?title=Help:Printing&amp;diff=2447&amp;oldid=prev"/>
		<updated>2021-12-06T16:04:36Z</updated>

		<summary type="html">&lt;p&gt;Imported page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{redirect|WP:PRINT|guidance on sources in print|Wikipedia:Offline sources}}&lt;br /&gt;
{{Redirect|WP:PRINTABLE|the guidelines on printworthy page titles|Wikipedia:Printability}}&lt;br /&gt;
{{Use dmy dates|date=October 2014}}&lt;br /&gt;
{{Wikipedia how to}}&lt;br /&gt;
{{nutshell|To print a Wikipedia page, select File → Print from your web browser, or click on the browser print icon.}}&lt;br /&gt;
&lt;br /&gt;
In general, printing a Wikipedia [[wp:article|article]] is as simple as selecting &amp;#039;&amp;#039;Printable version&amp;#039;&amp;#039; from the MediaWiki sidebar. Your browser probably has its own print preview feature.&lt;br /&gt;
&lt;br /&gt;
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 &amp;#039;&amp;#039;print&amp;#039;&amp;#039; command of your web browser is also useful.&lt;br /&gt;
&lt;br /&gt;
Certain page elements normally do not print; these include [[wp:self|self references]] like section edit links, navigation boxes, message boxes and metadata.&amp;lt;ref&amp;gt;The rationale for not printing navigation boxes is that these items contain [[wp:wikilinks|wikilinks]] that are of no use to print readers. (See [[User talk:Ruud Koot/2010#Do you recall the reason?]]) There are two problems with this rationale: First, other wikilink content does print, &amp;#039;&amp;#039;for example&amp;#039;&amp;#039; [[wp:ALSO|See also]] and [[Wikipedia:WikiProject Succession Box Standardization#Overview|succession boxes]]. Second, navigation boxes do contain useful information regarding the relationship of the article to the subjects of related articles.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Printable version==&lt;br /&gt;
The default Vector skin has a selection in the left sidebar for &amp;#039;Print page&amp;#039;. This printable version is often misunderstood, as it is not exactly a print preview.  It does not show page numbers, headers and footers applied by your browser. For a proper print preview, use the one supplied by your browser.&lt;br /&gt;
&lt;br /&gt;
Print page is not needed for any modern browser, as these browsers will parse the &amp;lt;code&amp;gt;media=&amp;quot;print&amp;quot;&amp;lt;/code&amp;gt; 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.&lt;br /&gt;
&lt;br /&gt;
Older browsers do not automatically apply print rules when using the browser print feature or don&amp;#039;t apply them correctly. These browsers include:&amp;lt;ref&amp;gt;{{cite web |title=CSS print media browser conformance  |url=http://www.codestyle.org/css/media/print-BrowserSummary.shtml |work=Code Style |accessdate=11 November 2009}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web |url=http://w3development.de/css/assigning_external_css/link.html |title=Assigning external CSS &amp;gt; link |accessdate=9 April 2009}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Internet Explorer 6 and older&lt;br /&gt;
* Netscape Navigator 4.73 and older&lt;br /&gt;
* Firefox 5 and lower&lt;br /&gt;
&lt;br /&gt;
Printable version does not apply &amp;lt;code&amp;gt;@media print&amp;lt;/code&amp;gt; rules from user style sheets— see below.&lt;br /&gt;
&lt;br /&gt;
==CSS==&lt;br /&gt;
MediaWiki provides a print specific styling. This style sheet can be edited only by the developers.&lt;br /&gt;
&lt;br /&gt;
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 [[Wikipedia:Interface administrators|interface administrators]].&lt;br /&gt;
&lt;br /&gt;
===Classes===&lt;br /&gt;
[[MediaWiki:Print.css]] defines certain classes that are non-printable, specifically navbox, infobox.sisterproject, editlink, noprint, metadata, dablink.  For example: since {{tl|navbox}} uses the navbox class, any elements based on it will not print.&lt;br /&gt;
&lt;br /&gt;
===@media print===&lt;br /&gt;
CSS media types define the rules for different types of presentation media. The normal display uses &amp;lt;code&amp;gt;@media screen&amp;lt;/code&amp;gt; rules; printing rules can be defined with defined &amp;lt;code&amp;gt;@media print&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Controlling print==&lt;br /&gt;
&lt;br /&gt;
===Elements===&lt;br /&gt;
When creating a new element that should not print, the noprint class can be applied; for example:&amp;lt;syntaxhighlight lang=&amp;quot;html&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;noprint&amp;quot;&amp;gt;foo&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Here, the content &amp;#039;&amp;#039;foo&amp;#039;&amp;#039; would display, but not print. You can also use {{tl|noprint}}, a template wrapper for the &amp;lt;code&amp;gt;noprint&amp;lt;/code&amp;gt; class.  Some other templates, such as {{tl|unprintworthy-inline}}, also include the &amp;lt;code&amp;gt;noprint&amp;lt;/code&amp;gt; class.&lt;br /&gt;
&lt;br /&gt;
===Personal customization===&lt;br /&gt;
Readers with accounts can modify their [[Special:MyPage/skin.css]] to customize their individual printing experience. Remember that rules using &amp;lt;code&amp;gt;@media print&amp;lt;/code&amp;gt; will show— or not show if that is the intent —in print preview but not printable version.&lt;br /&gt;
&lt;br /&gt;
;Print URLs for references in citation templates:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;CSS&amp;quot;&amp;gt;/* print URLs for references */&lt;br /&gt;
#content cite a.external.text:after {display: inline;}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
* Note: URLs will always print for references that do not use citation templates&lt;br /&gt;
&lt;br /&gt;
;Do not print references:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;CSS&amp;quot;&amp;gt;/* do not print references */&lt;br /&gt;
@media print {&lt;br /&gt;
    ol.references {display: none;}&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Change the print font size:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;CSS&amp;quot;&amp;gt;/* save ink and paper with very small fonts */&lt;br /&gt;
@media print {&lt;br /&gt;
    #footer,&lt;br /&gt;
    #content,&lt;br /&gt;
    body { font-size: 8pt !important; }&lt;br /&gt;
    h1 { font-size: 17pt }&lt;br /&gt;
    h2 { font-size: 14pt }&lt;br /&gt;
    h3 { font-size: 11pt }&lt;br /&gt;
    h4 { font-size: 9pt }&lt;br /&gt;
    h5 { font-size: 8pt }&lt;br /&gt;
    h6 {&lt;br /&gt;
        font-size: 8pt;&lt;br /&gt;
        font-weight: normal;&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Remove: space above title, remove &amp;quot;From Wikipedia, the free encyclopedia&amp;quot;, URL, categories, modification text and license text&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;CSS&amp;quot;&amp;gt;/* Remove non-essential elements */&lt;br /&gt;
@media print {&lt;br /&gt;
    .firstHeading { margin-top: 0; padding-top: 0; }&lt;br /&gt;
    #siteSub { display: none; }&lt;br /&gt;
    .printfooter { display: none; }&lt;br /&gt;
    #catlinks, .catlinks { display: none; }&lt;br /&gt;
    #footer { display: none; }&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Linking==&lt;br /&gt;
It is possible to include links to the printable version of a page. Such links should not be needed in articles, and the use elsewhere should consider the actual need and limitations.&lt;br /&gt;
&lt;br /&gt;
The link to the printable page is of the format:&lt;br /&gt;
:http://en.wikipedia.org/w/index.php?title=Help:Printable&amp;amp;printable=yes&lt;br /&gt;
&lt;br /&gt;
A link to the printable version of a page can be created by using&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{fullurl:{{FULLPAGENAME}}|printable=yes}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Help:Cascading Style Sheets]]&lt;br /&gt;
* [[Help:Books]]&lt;br /&gt;
* [[User:TheDJ/Print options]]— a script that gives you greater control of how Wikipedia pages are printed.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* {{cite web|url=http://www.w3.org/TR/CSS21/media.html#at-media-rule|title=Media types|work=Cascading Style Sheets Level 2 Revision 1 (CSS&amp;amp;nbsp;2.1) Specification|publisher=World Wide Web Consortium (W3C)|accessdate=8 April 2009}}&lt;br /&gt;
&lt;br /&gt;
{{Wikipedia technical help|collapsed}}&lt;br /&gt;
[[Category:Wikipedia interface help|Printable version]]&lt;br /&gt;
[[Category:Wikipedia sidebar help|Printable version]]&lt;/div&gt;</summary>
		<author><name>Tachyony</name></author>
	</entry>
</feed>