Difference between revisions of "Template:Print version/doc"

From CannaQAWiki
Jump to navigationJump to search
m (1 revision imported: Attempting import of LIMSwiki templates Portal–Rh/doc)
m (Updated for LabLynx Wiki)
Line 39: Line 39:
<includeonly>
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:LIMSwiki book tool]]
[[Category:LabLynx Wiki book tool]]
</includeonly>
</includeonly>

Revision as of 03:04, 3 March 2015

This is the {{print version}} template.

It is used to make a template (or a part of a page or template) display different things when viewing a page online on the web versus when exporting the page as a PDF or book. This is useful when something doesn't render nicely as a PDF or book.

Usage

This template takes two parameters. Like this:

{{print version
| print = Code for the PDF and book version.
| web = Code for the online version.
}}

Here on this template page that renders this:

Code for the online version.

Note that this template shows the web version when printing directly from the web browser. The print version is only used when exporting as a PDF or book.

Technical details

This template uses the sub-template {{print version/web}} for parts of its functionality.

See also