Help:Printing: Difference between revisions

Content deleted Content added
some more clean up
Elements: print only is not supported as a general class. All uses have to be explicitly defined in MediaWiki:common.css
Line 40:
 
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.
 
Conversely, 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>
 
This is normally applied to linked citation numbers and document IDs.
 
===Personal customization===