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

m (The Template)
(refactoring ---- test)
Line 2: Line 2:
 
= The Template =
 
= The Template =
 
</noinclude>
 
</noinclude>
 +
 
{| border="1" cellpadding="5" cellspacing="0" style="border-style:solid; border-width:1px; empty-cells:show; width:100%;"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-style:solid; border-width:1px; empty-cells:show; width:100%;"
 
|-
 
|-
 
! Resource || Page || Type || Author/Company || Lang. || Added By
 
! Resource || Page || Type || Author/Company || Lang. || Added By
 
|-
 
|-
| '''{{{Resource }}}'''
+
! [[List of Entries# |Entries]]
| align="center"| {{{Page }}}
+
! {{{Entries| }}}
| 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>

Revision as of 09:50, 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