Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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:EclipseLink UserGuide"

m
m (fix ifexist condition for auto Category)
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<css>
+
{{DISPLAYTITLE:{{SUBPAGENAME}}}} <css>
 
#menu-nav {
 
#menu-nav {
 
   margin-bottom: 2em;
 
   margin-bottom: 2em;
Line 115: Line 115:
 
   margin: 0.5em;
 
   margin: 0.5em;
 
}
 
}
 +
 +
#eclipselinktype {
 +
float:left;width:250px; margin:0.5em;font-weight:bold
 +
}
 +
 +
table#toc {margin-right:22em;width:66%;margin-bottom:1em;}
 +
 +
h1.firstHeading{display:none;}
 +
 
</css>  
 
</css>  
 +
{{#ifeq: {{{eclipselink}}}|y|
 +
<div id="eclipselinktype">
 +
EclipseLink {{{eclipselinktype}}}
 +
</div>
 +
}}
 
<div id="menu-nav">
 
<div id="menu-nav">
*EclipseLink Destinations:
+
*EclipseLink Destinations:  
 
*{{EclipseLink_Link|UserGuide | Documentation | {{{tab}}} | user guide}}  
 
*{{EclipseLink_Link|UserGuide | Documentation | {{{tab}}} | user guide}}  
*{{EclipseLink_Link|FAQ | FAQ | {{{tab}}} | faq }}
+
*{{EclipseLink_Link|FAQ | FAQ | {{{tab}}} | faq }}  
*{{EclipseLink_Link|Examples | Examples | {{{tab}}} | examples}}
+
*{{EclipseLink_Link|Examples | Examples | {{{tab}}} | examples}}  
 
*{{EclipseLink_Link|Development| Development | {{{tab}}} | development}}
 
*{{EclipseLink_Link|Development| Development | {{{tab}}} | development}}
</div>
+
</div> <div style="float: right; width: 20em;">
<div style="float:right;width:20em;">
+
 
{{#ifeq: {{{info}}}|y|
 
{{#ifeq: {{{info}}}|y|
 
<div style="text-align:center;">[[Image:Eclipselink-logo.gif|150px|link="http://wiki.eclipse.org/EclipseLink"]]</div>
 
<div style="text-align:center;">[[Image:Eclipselink-logo.gif|150px|link="http://wiki.eclipse.org/EclipseLink"]]</div>
Line 134: Line 147:
 
| product = EclipseLink
 
| product = EclipseLink
 
}}
 
}}
}}
+
}} <!-- {{#ifeq: {{{toc}}}|y| __TOC__ | __NOTOC__}} --> {{#ifeq: {{{api}}}|y| {{EclipseLink_API|apis={{{apis}}} }} }} {{#ifeq: {{{nativeapi}}}|y| {{EclipseLink_NativeAPI|nativeapis={{{nativeapis}}} }} }} {{#ifeq: {{{examples}}}|y| {{EclipseLink_Examples|example={{{example}}} }} }}
{{#ifeq: {{{toc}}}|y| __TOC__ | __NOTOC__}}
+
{{#ifexist: {{{category}}} | [[Category:{{{category}}}]] |  }}{{#ifexist: {{{release}}} | [[Category:EclipseLink {{{release}}}]] |  }}
{{#ifeq: {{{api}}}|y| {{EclipseLink_API|1={{{1}}}{{{2}}}{{{3}}}{{{4}}}{{{5}}} }} }}
+
{{#ifeq: {{{examples}}}|y| {{EclipseLink_Examples|example={{{example}}} }} }}
+
 
+
 
</div>
 
</div>
 +
{{#ifeq: {{{toc}}}|y| __TOC__ | __NOTOC__}}

Latest revision as of 11:43, 5 June 2012



Back to the top