Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:HudsonBookLink"

 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
This template is used to provide links through to the Hudson User Guide.
 
This template is used to provide links through to the Hudson User Guide.
 +
{{Usage|
 +
<nowiki>{{HudsonBookLink
 +
| chapter=3
 +
| section=3
 +
| label=Read about Debian Installs
 +
}}</nowiki>
 +
|2={{HudsonBookLink
 +
| chapter=3
 +
| section=3
 +
| label=Read about Debian Installs}}}}
  
{{Usage|<pre>{{HudsonBookLink
+
'''chapter'''
| 3.2
+
:Required Chapter to view
| Read about Debian Installs
+
}}</pre>|2={{HudsonBookLink
+
| 3.2
+
| Read about Debian Installs
+
}}}}
+
  
'''Argument 1'''
+
'''section'''
:BookMark to the section required
+
:Required Section within the Chapter to view
'''Argument 2'''
+
 
:Override name for the bookmark, if omitted one will be generated using the supplied bookmark
+
'''label'''  
 +
:Override name for the reference, if omitted one will be generated using the supplied chapter and section
 
</noinclude>
 
</noinclude>
{{message|'''Read all about it'''<br/>[http://hudson-ci.org/hudson/job/hudson-book/lastSuccessfulBuild/artifact/hudson-pdf/target/hudson-complete.pdf#nameddest={{{1}}}]|image=Warning2.png}}
+
<includeonly>[http://hudson-ci.org/hudson/job/hudson-book/lastSuccessfulBuild/artifact/hudson-pdf/target/hudson-complete.pdf?nameddest={{{chapter}}}.{{{section}}} {{#if:{{{label|}}}|{{{label}}}|The Hudson Book Section {{{chapter}}}.{{{section}}}}}]</includeonly>

Latest revision as of 03:36, 7 September 2011

This template is used to provide links through to the Hudson User Guide.

Markup Rendering
{{HudsonBookLink
| chapter=3
| section=3
| label=Read about Debian Installs
}}

Read about Debian Installs


chapter

Required Chapter to view

section

Required Section within the Chapter to view

label

Override name for the reference, if omitted one will be generated using the supplied chapter and section


Back to the top