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:GMF Index ExternalResource"

m (noinclude added)
(The Template)
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| border="1" cellpadding="5" cellspacing="0"
+
<noinclude>
 +
= The Template =
 +
</noinclude>
 +
 
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-style:solid; border-width:1px; empty-cells:show;"
 +
|- style="background-color:#E6E6FF"
 +
!  Resource || Page || Type || Company/Author || Lang. || Added By
 
|-
 
|-
! Resource || Page || Type || Author/Company || Lang. || Added By
+
{{{Entries}}}
|-
+
| {{{Resource }}}
+
| align="center"| {{{Page }}}
+
| align="center"| {{{Type }}}
+
| align="center"| {{{Author}}}
+
| align="center"| {{{Lang}}}
+
| align="center"| {{{Added}}}
+
|-
+
| Comment
+
| colspan="5" | {{{Comment}}}
+
 
|}
 
|}
 
  
 
<noinclude>
 
<noinclude>
 
{{Template:GMF Index ExternalResource/Documentation}}
 
{{Template:GMF Index ExternalResource/Documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 07:34, 17 August 2007

The Template

{{{Entries}}}
Resource Page Type Company/Author Lang. Added By


Template Stub

{{GMF Index ExternalResource
| Entries = 

{{GMF Index ExternalResource/Entry
| Resource=  NA
| Page=      NA
| Type=      NA
| Author=    NA
| Lang=      NA
| Added=     NA
| Comment=   NA
|}}

|}}

Example

Example Code

{{GMF Index ExternalResource
| Entries = 
{{GMF Index ExternalResource/Entry
| Resource=  [[#Example_Sources | GMF in a Nutshell]]
| Page=      P.911
| Type=      Book
| Author=    IBM
| Lang=      E
| Added=     [http://www.oio.de Stefan Kuhn, Orientation in Objects]
| Comment=   Can't wait for it
}}{{GMF Index ExternalResource/Entry
| Resource=  Resource2
| Page=      P.222
| Type=      Tutorial
| Author=    Borland
| Lang=      E
| Added=     [http://www.oio.de Stefan Kuhn, Orientation in Objects]
| Comment=   rocks
}}{{GMF Index ExternalResource/Entry
| Resource=  Resource3
| Page=      P.333
| Type=      Presentation
| Author=    Borland
| Lang=      GER
| Added=     [http://www.oio.de Stefan Kuhn, Orientation in Objects]
| Comment=   .pre>
System.out.println("Some example code here");
System.exit(0);
./pre>
}}
|}}


Example Result

Resource Page Type Company/Author Lang. Added By
GMF in a Nutshell P.911 Book IBM E Stefan Kuhn, Orientation in Objects
Description: Can't wait for it
Resource2 P.222 Tutorial Borland E Stefan Kuhn, Orientation in Objects
Description: rocks
Resource3 P.333 Presentation Borland GER Stefan Kuhn, Orientation in Objects
Description:
System.out.println("Some example code here");
System.exit(0);


Example Sources

Using GEF and EMF Redbook by IBM

Copyright © Eclipse Foundation, Inc. All Rights Reserved.