Artefact:Template/org/oogenerator/examples/tutorial/Example0040 Argument

From OOModels
< Artefact:Template‎ | org‎ | oogenerator‎ | examples‎ | tutorial
Revision as of 19:20, 2 July 2008 by AndreasLeue (talk | contribs) (New page: {{Metabox | Meta_Type = Type:org/oogenerator/Template/2.0 | Meta_Domain = Domain:it/development/formatting | Meta_Category = Type:org/oomodels/wiki/Template | Meta_Download = true | ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Classification
Type Type:org/oogenerator/Template/2.0
Domain Domain:it/development/formatting
Category Type:org/oomodels/wiki/Template
Maturity final
More
Download Code
Namespace (more)

OOGenerator main package

create new pages

Code[edit]

G-2.0-plain_java-1.0
⊰
   This templates allows to greet arbitrary planets (not just worlds).

   It demonstrates the use of template arguments.

   When invoked, this templated receives an argument named "my_arg".
   E.g., if the actual invocation argument is "Mars", it creates the text
   "Hello, Mars!"
⊱
⊏ signature(String my_arg) ⊐

    Hello, ◂my_arg▸!