Template:Hide in print

From Lojban
Jump to navigation Jump to search
Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

This template simply returns the passed parameter. It can be used to exclude parts of a page (or template) in print versions. This works since it is a member of Category:Exclude in print.

As of July 2013, this template does not function but apparently there is a workaround.

Please note that the books functionality is still experimental. Hiding text in "PDF/book print" currently works different from hiding text for "normal printing". To hide something both in book and in normal printing, please use class="noprint" or {{noprint}}.

Please also note that this template has an unresolved bug such that it hides edit links from any included sections, see Template talk:Hide in print#Hides edit link bug. This means that using this template may inconvenience wikipedia editors. However, without the Hide in print wrapper, any printed book or PDF will include possibly unwanted parts. Therefore, please avoid using this template to hide sections.

Examples

{{hide in print|text to be hidden}}


{{hide in print|1=text to be hidden that uses an = sign}}


Edit section link bug
<poem>{{hide in print|1====hides edit link bug1==== If you can edit the section "hides edit link bug1" then one hide link bug has been resolved. Otherwise, the bug is still present.}}</poem>

The above boxed example produces the below unboxed result

hides edit link bug1

If you can edit the section "hides edit link bug1" then one hide link bug has been resolved. Otherwise, the bug is still present.


<poem>{{hide in print|1=text to be hidden that includes a section header ====hides edit link bug2==== If you can edit the section "hides edit link bug2" then a second possible hide link bug has been resolved. Otherwise, the bug is still present.}}</poem>

The above boxed example produces the below unboxed result

text to be hidden that includes a section header

hides edit link bug2

If you can edit the section "hides edit link bug2" then a second possible hide link bug has been resolved. Otherwise, the bug is still present.

Template data

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Hide in print

<templatedata> { "description": "This template is used to exclude parts of a page (or template) in book print versions.", "params": { "1": { "label": "Hidden text", "type": "string", "required": true, "description": "Text to be hidden in print versions." } } } </templatedata>

See also