Help:Printing: Difference between revisions

Content deleted Content added
Gadget850 (talk | contribs)
Elements: clarifications, cleanup, template update
Line 52:
<pre><span class="noprint">foo</span></pre>
 
Here, the content ''foo'' would display, but not print. You can also use {{tl|noprint}}, a template wrapper for the <code>noprint</code> class. Some other templates, such as {{tl|unprintworthy-inline}}, also include the <code>noprint</code> class.
 
SimilarlyConversey, for an element that should print but not show on the display, use the <code>printonly</code> class:
 
Similarly, for an element that should print but not show on the display, use the printonly class:
 
<pre><span class="printonly">foo</span></pre>
Line 61 ⟶ 60:
This is normally applied to linked citation numbers and document IDs.
 
To use or display elements ONLY{{em|only}} in PDF print or [[HelpWP:Books|PDF or book]] print rendering]], you can use the templates {{tl|Hide in print}} and {{tl|Only in print}}.
 
===Personal customization===