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)
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
</noinclude>
 
</noinclude>
  
{| border="1" cellpadding="5" cellspacing="0" style="border-style:solid; border-width:1px; empty-cells:show; "
+
{| border="1" cellpadding="5" cellspacing="0" style="border-style:solid; border-width:1px; empty-cells:show;"
! Resource || Page || Type || Company/Author || Lang. || Added By
+
|- style="background-color:#E6E6FF"
 +
! Resource || Page || Type || Company/Author || Lang. || Added By
 
|-
 
|-
 
{{{Entries}}}
 
{{{Entries}}}

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

Back to the top