
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.eiwiki.ro/skins/common/feed.css?195"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.eiwiki.ro/index.php?feed=atom&amp;target=Amalthea&amp;title=Special%3AContributions</id>
		<title>EiWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.eiwiki.ro/index.php?feed=atom&amp;target=Amalthea&amp;title=Special%3AContributions"/>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Special:Contributions"/>
		<updated>2026-04-12T13:01:34Z</updated>
		<subtitle>From EiWiki</subtitle>
		<generator>MediaWiki 1.14.0</generator>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:Linked</id>
		<title>Template:Linked</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:Linked"/>
				<updated>2009-06-01T00:36:28Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: start template. Takes a parameter, and returns it linked, unless it already is. Works both with wikilinks and with http links.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#ifeq:{{str left|{{{1|[}}}}}|[&lt;br /&gt;
  | {{{1|}}}&amp;lt;!--empty or starts with a bracket: return unchanged. Else: Link it, either http or wikilink.--&amp;gt;&lt;br /&gt;
  | {{#switch:{{str left|{{{1}}}|7}}&lt;br /&gt;
      | http://|https:/=[{{{1}}}{{#if:{{{2|}}}|&amp;lt;nowiki/&amp;gt; {{{2}}}}}]&lt;br /&gt;
      | #default=[[{{{1}}}{{#if:{{{2|}}}|{{!}}{{{2}}}}}]]&lt;br /&gt;
    }}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:Editnotice_pagename</id>
		<title>Template:Editnotice pagename</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:Editnotice_pagename"/>
				<updated>2009-05-24T20:49:55Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: Reflect change from WT:EDITNOTICE: All editnotices live as subpages of Template:Editnotice/Page now, except user (talk) root page editnotices&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch:{{NAMESPACEID}}:::{{PAGENAME}}&lt;br /&gt;
|2:::{{BASEPAGENAME}}|3:::{{BASEPAGENAME}}={{FULLPAGENAME}}/Editnotice&lt;br /&gt;
|#default={{#ifeq:{{lc:{{{1|}}}}}|talk|{{ns:11}}|{{ns:10}}}}:Editnotices/Page/{{FULLPAGENAME}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{pp-template|small=yes}}&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:Image</id>
		<title>Template:Image</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:Image"/>
				<updated>2009-05-12T14:11:55Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: Updated code from sandbox: Allow direct use of up to five parameter (maximum according to WP:EIS) without having to seperate them with {{!}}.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if: {{{1|}}}&lt;br /&gt;
| {{#ifeq: {{str left|{{{1|}}}}} | [&lt;br /&gt;
  | {{{1|}}}   &amp;lt;!-- Full image syntax --&amp;gt;&lt;br /&gt;
  | [[{{#ifeq: {{NAMESPACE:{{{1|}}}}} | {{ns:File}}&lt;br /&gt;
    | {{{1|}}}   &amp;lt;!-- File name with namespace --&amp;gt;&lt;br /&gt;
    | {{ns:File}}:{{{1|}}}   &amp;lt;!-- File name without namespace --&amp;gt;&lt;br /&gt;
    }} | {{{6|}}} | {{{5|}}} | {{{4|}}} | {{{3|}}} | {{{2|}}}]]&lt;br /&gt;
  }}&lt;br /&gt;
|   &amp;lt;!-- Empty first parameter --&amp;gt;&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{pp-template}}&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:Editnotice</id>
		<title>Template:Editnotice</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:Editnotice"/>
				<updated>2009-05-12T13:42:57Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: Allow different ways to pass the image parameter, to fix a number of broken editnotices&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{fmbox&lt;br /&gt;
 | type      = editnotice&lt;br /&gt;
 | id        = {{{id|}}}&lt;br /&gt;
 | textstyle = {{{textstyle|}}}&lt;br /&gt;
 | style     = {{{style|}}}&lt;br /&gt;
 | image     = {{#if:{{{image|}}}|{{image|{{{image}}}|40x40px}}|none}}&lt;br /&gt;
 | text      = {{#if:{{{header|}}}|&amp;lt;dl&amp;gt;&amp;lt;dt style=&amp;quot;{{{headerstyle|}}}&amp;quot;&amp;gt;{{{header}}}&amp;lt;/dt&amp;gt;&amp;lt;/dl&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{{text|{{{1}}}}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{pp-template|small=yes}}&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:NAMESPACEID</id>
		<title>Template:NAMESPACEID</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:NAMESPACEID"/>
				<updated>2009-05-12T13:23:43Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: Hide the special error syntax behind a template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch:{{ns:{{{1|{{NAMESPACE}}}}}}}&amp;lt;!-- turns the current namespace or {{{1}}} into the canonical form, for comparison --&amp;gt;&lt;br /&gt;
| {{ns:0}} = 0&lt;br /&gt;
| {{ns:1}} = 1&lt;br /&gt;
| {{ns:2}} = 2&lt;br /&gt;
| {{ns:3}} = 3&lt;br /&gt;
| {{ns:4}} = 4&lt;br /&gt;
| {{ns:5}} = 5&lt;br /&gt;
| {{ns:6}} = 6&lt;br /&gt;
| {{ns:7}} = 7&lt;br /&gt;
| {{ns:8}} = 8&lt;br /&gt;
| {{ns:9}} = 9&lt;br /&gt;
| {{ns:10}} = 10&lt;br /&gt;
| {{ns:11}} = 11&lt;br /&gt;
| {{ns:12}} = 12&lt;br /&gt;
| {{ns:13}} = 13&lt;br /&gt;
| {{ns:14}} = 14&lt;br /&gt;
| {{ns:15}} = 15&lt;br /&gt;
| {{ns:100}} = 100&lt;br /&gt;
| {{ns:101}} = 101&lt;br /&gt;
| #default = {{error|Invalid namespace in {{tl|NAMESPACEID}}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:Error</id>
		<title>Template:Error</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:Error"/>
				<updated>2009-05-12T13:15:13Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: No example text is actually much more intuitive&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;{{#switch:{{lc:{{{tag}}}}}&lt;br /&gt;
    |p=p&lt;br /&gt;
    |span=span&lt;br /&gt;
    |div=div&lt;br /&gt;
    |#default=strong&lt;br /&gt;
  }} class=&amp;quot;error&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{{message|{{{1}}}}}}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/{{#switch:{{lc:{{{tag}}}}}&lt;br /&gt;
    |p=p&lt;br /&gt;
    |span=span&lt;br /&gt;
    |div=div&lt;br /&gt;
    |#default=strong&lt;br /&gt;
  }}&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:FULLROOTPAGENAME</id>
		<title>Template:FULLROOTPAGENAME</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:FULLROOTPAGENAME"/>
				<updated>2009-05-11T14:36:40Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: Protected Template:FULLROOTPAGENAME: Highly visible template ([edit=sysop] (indefinite) [move=sysop] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if: {{Is subpage namespace | {{#if:{{{1|}}}|{{NAMESPACE:{{{1}}}}}|{{NAMESPACE}}}} }} &lt;br /&gt;
  | {{#titleparts:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|1}}&lt;br /&gt;
  | {{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:Ns_has_subpages</id>
		<title>Template:Ns has subpages</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:Ns_has_subpages"/>
				<updated>2009-05-07T23:50:33Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: Changed protection level for &amp;quot;Template:Ns has subpages&amp;quot;: Highly visible page:&amp;amp;#32;Used in MediaWiki space, and soon on all editnotices. ([edit=sysop] (indefinite) [move=sysop] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{NAMESPACE: {{{1|{{FULLPAGENAME}}}}}:Foo }}&lt;br /&gt;
 |{{ns:0}}&amp;lt;!--article--&amp;gt;&lt;br /&gt;
 |{{ns:File}}&lt;br /&gt;
 |{{ns:MediaWiki}}&lt;br /&gt;
 |{{ns:Category}} = &amp;lt;!--nothing--&amp;gt;&lt;br /&gt;
 |yes&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{pp-template}}&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:FULLDATE</id>
		<title>Template:FULLDATE</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:FULLDATE"/>
				<updated>2009-05-02T13:30:05Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: Use {{template:documentation}} instead of transcluding directly&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#time:{{#switch:{{{type}}}&lt;br /&gt;
  |short      = F j&lt;br /&gt;
  |shortish   = M. j, Y&lt;br /&gt;
  |long       = F j, Y H:i:s&lt;br /&gt;
  |day        = l, d F Y&lt;br /&gt;
  |longer     = l, d F Y H:i:s &amp;quot;([[Coordinated Universal Time|UTC]])&amp;quot;&lt;br /&gt;
  |rfc-2822|r = r&lt;br /&gt;
  |iso-8601|c = c&lt;br /&gt;
  |wiki       = H:i:s, [[j F]] [[Y]] &amp;quot;([[Coordinated Universal Time|UTC]])&amp;quot;&lt;br /&gt;
  |date       = Y-m-d&lt;br /&gt;
  |medium&lt;br /&gt;
  |F j, Y&lt;br /&gt;
  }}&lt;br /&gt;
|{{#if:{{{time|}}}|{{{time}}}|now}}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add cats and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:Hidden_end</id>
		<title>Template:Hidden end</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:Hidden_end"/>
				<updated>2009-04-06T19:08:43Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: fix documentation, per talk page request&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation|Template:Hidden begin-end/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:Center</id>
		<title>Template:Center</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:Center"/>
				<updated>2009-04-04T16:42:55Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: fix, per talk page request&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div class=&amp;quot;center&amp;quot; style=&amp;quot;width:auto; margin-left:auto; margin-right:auto;&amp;quot;&amp;gt;{{{1}}}&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	<entry>
		<id>http://www.eiwiki.ro/wiki/Template:Refend</id>
		<title>Template:Refend</title>
		<link rel="alternate" type="text/html" href="http://www.eiwiki.ro/wiki/Template:Refend"/>
				<updated>2009-03-30T19:42:56Z</updated>
		
		<summary type="html">&lt;p&gt;Amalthea: get documentation directly from {{refbegin/doc}}, instead of through the redirect, to make the edit work.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{template doc|Template:refbegin/doc}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amalthea</name></author>	</entry>

	</feed>