If you find this page useful and would like to be notified of changes made to this page, start by inputting your email below.
powered by ChangeDetection
40px | This is a documentation subpage for :Template:Hide in print. It contains usage information, categories and other content that is not part of the original template page. |
wikipedia:Category:Template documentation pages
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[update], 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.
{{hide in print|text to be hidden}}
|
{{hide in print|1=text to be hidden that uses an = sign}}
|
<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
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
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.
Hide in print
Category:TemplateData documentation
<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>