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"

(The Template)
(The Template)
Line 6: Line 6:
 
|-
 
|-
 
! Resource || Page || Type || Author/Company || Lang. || Added By
 
! Resource || Page || Type || Author/Company || Lang. || Added By
|- {{{Entries }}}
+
|-  
 +
|{{{Entries}}}
 
|}
 
|}
  

Revision as of 10:29, 8 August 2007

The Template

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


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

Back to the top