<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://oomodels.org/index.php?action=history&amp;feed=atom&amp;title=Artefact%3ATemplate%2Forg%2Foogenerator%2Fexamples%2Ftutorial%2FExample0040_Argument</id>
	<title>Artefact:Template/org/oogenerator/examples/tutorial/Example0040 Argument - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://oomodels.org/index.php?action=history&amp;feed=atom&amp;title=Artefact%3ATemplate%2Forg%2Foogenerator%2Fexamples%2Ftutorial%2FExample0040_Argument"/>
	<link rel="alternate" type="text/html" href="https://oomodels.org/index.php?title=Artefact:Template/org/oogenerator/examples/tutorial/Example0040_Argument&amp;action=history"/>
	<updated>2026-04-29T13:09:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://oomodels.org/index.php?title=Artefact:Template/org/oogenerator/examples/tutorial/Example0040_Argument&amp;diff=1351&amp;oldid=prev</id>
		<title>AndreasLeue: Artefact:Template/org/oogenerator/examples/Example0040 Argument moved to Artefact:Template/org/oogenerator/examples/tutorial/Example0040 Argument</title>
		<link rel="alternate" type="text/html" href="https://oomodels.org/index.php?title=Artefact:Template/org/oogenerator/examples/tutorial/Example0040_Argument&amp;diff=1351&amp;oldid=prev"/>
		<updated>2008-07-17T16:04:02Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=Artefact:Template/org/oogenerator/examples/Example0040_Argument&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Artefact:Template/org/oogenerator/examples/Example0040 Argument (page does not exist)&quot;&gt;Artefact:Template/org/oogenerator/examples/Example0040 Argument&lt;/a&gt; moved to &lt;a href=&quot;/page/Artefact:Template/org/oogenerator/examples/tutorial/Example0040_Argument&quot; title=&quot;Artefact:Template/org/oogenerator/examples/tutorial/Example0040 Argument&quot;&gt;Artefact:Template/org/oogenerator/examples/tutorial/Example0040 Argument&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:04, 17 July 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>AndreasLeue</name></author>
	</entry>
	<entry>
		<id>https://oomodels.org/index.php?title=Artefact:Template/org/oogenerator/examples/tutorial/Example0040_Argument&amp;diff=976&amp;oldid=prev</id>
		<title>AndreasLeue: 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 | ...</title>
		<link rel="alternate" type="text/html" href="https://oomodels.org/index.php?title=Artefact:Template/org/oogenerator/examples/tutorial/Example0040_Argument&amp;diff=976&amp;oldid=prev"/>
		<updated>2008-07-02T19:20:46Z</updated>

		<summary type="html">&lt;p&gt;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 | ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Metabox&lt;br /&gt;
| Meta_Type     = Type:org/oogenerator/Template/2.0&lt;br /&gt;
| Meta_Domain   = Domain:it/development/formatting&lt;br /&gt;
| Meta_Category = Type:org/oomodels/wiki/Template&lt;br /&gt;
| Meta_Download = true&lt;br /&gt;
| Meta_Maturity = final&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Code==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;code&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;oogintro&amp;quot;&amp;gt;G-2.0-plain_java-1.0&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;oogcomment&amp;quot;&amp;gt;⊰&lt;br /&gt;
    This templates allows to greet arbitrary planets (not just worlds).&lt;br /&gt;
 &lt;br /&gt;
    It demonstrates the use of template arguments.&lt;br /&gt;
 &lt;br /&gt;
    When invoked, this templated receives an argument named &amp;quot;my_arg&amp;quot;.&lt;br /&gt;
    E.g., if the actual invocation argument is &amp;quot;Mars&amp;quot;, it creates the text&lt;br /&gt;
    &amp;quot;Hello, Mars!&amp;quot;&lt;br /&gt;
 ⊱&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;oogtemplatecode&amp;quot;&amp;gt;⊏ signature(String my_arg) ⊐&amp;lt;/span&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
     Hello, &amp;lt;span class=&amp;quot;oogexpression&amp;quot;&amp;gt;◂my_arg▸&amp;lt;/span&amp;gt;!&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>AndreasLeue</name></author>
	</entry>
</feed>