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"

 
(6 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|
+
{{Usage|  
<pre>{{HudsonBookLink
+
<nowiki>{{HudsonBookLink
 
| chapter=3
 
| chapter=3
| Section=3
+
| section=3
 
| label=Read about Debian Installs
 
| label=Read about Debian Installs
}}</pre>  
+
}}</nowiki>  
 
|2={{HudsonBookLink
 
|2={{HudsonBookLink
 
| chapter=3
 
| chapter=3
 
| section=3
 
| section=3
| label=Read about Debian Installs}}}}  
+
| label=Read about Debian Installs}}}}
  
'''chapter'''  
+
'''chapter'''
 
:Required Chapter to view
 
:Required Chapter to view
  
'''section'''  
+
'''section'''
 
:Required Section within the Chapter to view
 
:Required Section within the Chapter to view
  
'''label''''  
+
'''label'''  
 
:Override name for the reference, if omitted one will be generated using the supplied chapter and section
 
:Override name for the reference, if omitted one will be generated using the supplied chapter and section
 
</noinclude>
 
</noinclude>
 
+
<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>
[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}}}}}]
+

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