Help:Printing: Difference between revisions

Content deleted Content added
Gadget850 (talk | contribs)
Cleaned up
Line 55:
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.
 
ConverseyConversely, for an element that should print but not show on the display, use the <code>printonly</code> class:
 
<pre><span class="printonly">foo</span></pre>