码迷,mamicode.com
首页 > 其他好文 > 详细

Confluence 6 用户宏示例 - NoPrint

时间:2018-04-26 01:09:03      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:Confluence

这个示例演示了如何创建一个用户宏,这个宏包括了在查看页面中显示的内容,但是不被打印。

Macro namenoprint
VisibilityVisible to all users in the Macro Browser
Macro TitleNo Print
DescriptionHides text from printed output.
CategoriesConfluence Content
Icon URLYou can leave this field blank
Documentation URLYou can leave this field blank
Macro body processingRendered
Template

Enter the code below in the template field.

## @noparams<div class="noprint">$body</div>

Using the 'NoPrint' Macro on a page

Now you can add the macro to your Confluence page using the Macro Browser. Text entered into the body of the macro placeholder will not be printed, but will appear when the page is viewed online.

技术分享图片

Making the PDF export recognize the NoPrint macro

See Writing User Macros.

 

https://www.cwiki.us/display/CONFLUENCEWIKI/Writing+User+Macros


Confluence 6 用户宏示例 - NoPrint

标签:Confluence

原文地址:http://blog.51cto.com/ossez/2107896

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!