<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.fwwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bwoebi</id>
		<title>FreewarWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.fwwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bwoebi"/>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php/Special:Contributions/Bwoebi"/>
		<updated>2026-05-01T17:57:30Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.1</generator>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6774</id>
		<title>MediaWiki talk:Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6774"/>
				<updated>2011-04-02T14:02:22Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: +Sig&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why don't you hide the #sitenotice when someone is logged in?&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice&amp;quot;).style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 09:56, 1 April 2011 (CEST)&lt;br /&gt;
:If we hide the sitenotice by default, we would hide it for all users wich are logged in. This may be usefull for the current message, but not for other messages. If you have an idea to hide this specific message, just tell us. --{{User:Galak_van_Charro/Signature}} 23:44, 1 April 2011 (CEST)&lt;br /&gt;
::[[MediaWiki:Sitenotice]]:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;usermessage&amp;quot; id=&amp;quot;sitenotice-03-2011&amp;quot;&amp;gt;Please [[Special:UserLogin|log in]] to edit articles. We had to forbid all anonymous edits because of massive spam attacks.&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::and [[MediaWiki:Common.js]]:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-03-2011&amp;quot;).style.display = &amp;quot;none&amp;quot;;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 00:11, 2 April 2011 (CEST)&lt;br /&gt;
:::Aaaah… Replace please…&lt;br /&gt;
&amp;lt;pre&amp;gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
/* Hinweis: Die Wiki-Überschriften sind JavaScript-technisch auskommentiert */&lt;br /&gt;
/*&lt;br /&gt;
== Sitenotice ==&lt;br /&gt;
*/&lt;br /&gt;
/* Hides the &amp;quot;please log in to edit...&amp;quot; message for users wich are logged in */&lt;br /&gt;
if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-login&amp;quot;).style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
/*&lt;br /&gt;
== Dynamic Navigation Bars ==&lt;br /&gt;
*/&amp;lt;/pre&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:21, 2 April 2011 (CEST)&lt;br /&gt;
:Damn, Galak failed. x) --{{User:Galak_van_Charro/Signature}} 15:48, 2 April 2011 (CEST)&lt;br /&gt;
::Damn, now I failed^^ Last try:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;addOnloadHook(function () {if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-login&amp;quot;).style.display = &amp;quot;none&amp;quot;;});&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:02, 2 April 2011 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6772</id>
		<title>MediaWiki talk:Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6772"/>
				<updated>2011-04-02T14:01:58Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why don't you hide the #sitenotice when someone is logged in?&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice&amp;quot;).style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 09:56, 1 April 2011 (CEST)&lt;br /&gt;
:If we hide the sitenotice by default, we would hide it for all users wich are logged in. This may be usefull for the current message, but not for other messages. If you have an idea to hide this specific message, just tell us. --{{User:Galak_van_Charro/Signature}} 23:44, 1 April 2011 (CEST)&lt;br /&gt;
::[[MediaWiki:Sitenotice]]:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;usermessage&amp;quot; id=&amp;quot;sitenotice-03-2011&amp;quot;&amp;gt;Please [[Special:UserLogin|log in]] to edit articles. We had to forbid all anonymous edits because of massive spam attacks.&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::and [[MediaWiki:Common.js]]:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-03-2011&amp;quot;).style.display = &amp;quot;none&amp;quot;;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 00:11, 2 April 2011 (CEST)&lt;br /&gt;
:::Aaaah… Replace please…&lt;br /&gt;
&amp;lt;pre&amp;gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
/* Hinweis: Die Wiki-Überschriften sind JavaScript-technisch auskommentiert */&lt;br /&gt;
/*&lt;br /&gt;
== Sitenotice ==&lt;br /&gt;
*/&lt;br /&gt;
/* Hides the &amp;quot;please log in to edit...&amp;quot; message for users wich are logged in */&lt;br /&gt;
if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-login&amp;quot;).style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
/*&lt;br /&gt;
== Dynamic Navigation Bars ==&lt;br /&gt;
*/&amp;lt;/pre&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:21, 2 April 2011 (CEST)&lt;br /&gt;
:Damn, Galak failed. x) --{{User:Galak_van_Charro/Signature}} 15:48, 2 April 2011 (CEST)&lt;br /&gt;
::Damn, now I failed^^ Last try:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;addOnloadHook(function () {if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-login&amp;quot;).style.display = &amp;quot;none&amp;quot;;});&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User:Bwoebi/monobook.js&amp;diff=6771</id>
		<title>User:Bwoebi/monobook.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User:Bwoebi/monobook.js&amp;diff=6771"/>
				<updated>2011-04-02T14:01:00Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;addOnloadHook(function () {if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-login&amp;quot;).style.display = &amp;quot;none&amp;quot;;});&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User:Bwoebi/monobook.js&amp;diff=6770</id>
		<title>User:Bwoebi/monobook.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User:Bwoebi/monobook.js&amp;diff=6770"/>
				<updated>2011-04-02T13:55:36Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;addOnloadHook(function () {if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-login&amp;quot;).style.display = &amp;quot;none&amp;quot;; alert(&amp;quot;Test&amp;quot;)});&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User:Bwoebi/monobook.js&amp;diff=6768</id>
		<title>User:Bwoebi/monobook.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User:Bwoebi/monobook.js&amp;diff=6768"/>
				<updated>2011-04-02T13:54:36Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: moved User:Bwoebi/Monobook.js to User:Bwoebi/monobook.js&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;addOnLoadHook(function () {if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-login&amp;quot;).style.display = &amp;quot;none&amp;quot;; alert(&amp;quot;Test&amp;quot;)});&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User:Bwoebi/Monobook.js&amp;diff=6769</id>
		<title>User:Bwoebi/Monobook.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User:Bwoebi/Monobook.js&amp;diff=6769"/>
				<updated>2011-04-02T13:54:36Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: moved User:Bwoebi/Monobook.js to User:Bwoebi/monobook.js&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[User:Bwoebi/monobook.js]]&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User:Bwoebi/monobook.js&amp;diff=6767</id>
		<title>User:Bwoebi/monobook.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User:Bwoebi/monobook.js&amp;diff=6767"/>
				<updated>2011-04-02T13:54:14Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;addOnLoadHook(function () {if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-login&amp;quot;).style.display = &amp;quot;none&amp;quot;; alert(&amp;quot;Test&amp;quot;)});&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User:Bwoebi/monobook.js&amp;diff=6766</id>
		<title>User:Bwoebi/monobook.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User:Bwoebi/monobook.js&amp;diff=6766"/>
				<updated>2011-04-02T13:53:30Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: Created page with 'addOnLoadHook(function () {if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-login&amp;quot;).style.display = &amp;quot;none&amp;quot;;});'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;addOnLoadHook(function () {if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-login&amp;quot;).style.display = &amp;quot;none&amp;quot;;});&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6762</id>
		<title>MediaWiki talk:Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6762"/>
				<updated>2011-04-02T13:21:35Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why don't you hide the #sitenotice when someone is logged in?&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice&amp;quot;).style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 09:56, 1 April 2011 (CEST)&lt;br /&gt;
:If we hide the sitenotice by default, we would hide it for all users wich are logged in. This may be usefull for the current message, but not for other messages. If you have an idea to hide this specific message, just tell us. --{{User:Galak_van_Charro/Signature}} 23:44, 1 April 2011 (CEST)&lt;br /&gt;
::[[MediaWiki:Sitenotice]]:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;usermessage&amp;quot; id=&amp;quot;sitenotice-03-2011&amp;quot;&amp;gt;Please [[Special:UserLogin|log in]] to edit articles. We had to forbid all anonymous edits because of massive spam attacks.&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::and [[MediaWiki:Common.js]]:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-03-2011&amp;quot;).style.display = &amp;quot;none&amp;quot;;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 00:11, 2 April 2011 (CEST)&lt;br /&gt;
:::Aaaah… Replace please…&lt;br /&gt;
&amp;lt;pre&amp;gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
/* Hinweis: Die Wiki-Überschriften sind JavaScript-technisch auskommentiert */&lt;br /&gt;
/*&lt;br /&gt;
== Sitenotice ==&lt;br /&gt;
*/&lt;br /&gt;
/* Hides the &amp;quot;please log in to edit...&amp;quot; message for users wich are logged in */&lt;br /&gt;
if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-login&amp;quot;).style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
/*&lt;br /&gt;
== Dynamic Navigation Bars ==&lt;br /&gt;
*/&amp;lt;/pre&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:21, 2 April 2011 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6759</id>
		<title>MediaWiki talk:Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6759"/>
				<updated>2011-04-01T22:12:18Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: html-fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why don't you hide the #sitenotice when someone is logged in?&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice&amp;quot;).style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 09:56, 1 April 2011 (CEST)&lt;br /&gt;
:If we hide the sitenotice by default, we would hide it for all users wich are logged in. This may be usefull for the current message, but not for other messages. If you have an idea to hide this specific message, just tell us. --{{User:Galak_van_Charro/Signature}} 23:44, 1 April 2011 (CEST)&lt;br /&gt;
::[[MediaWiki:Sitenotice]]:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;usermessage&amp;quot; id=&amp;quot;sitenotice-03-2011&amp;quot;&amp;gt;Please [[Special:UserLogin|log in]] to edit articles. We had to forbid all anonymous edits because of massive spam attacks.&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::and [[MediaWiki:Common.js]]:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-03-2011&amp;quot;).style.display = &amp;quot;none&amp;quot;;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 00:11, 2 April 2011 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6758</id>
		<title>MediaWiki talk:Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6758"/>
				<updated>2011-04-01T22:11:35Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why don't you hide the #sitenotice when someone is logged in?&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice&amp;quot;).style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 09:56, 1 April 2011 (CEST)&lt;br /&gt;
:If we hide the sitenotice by default, we would hide it for all users wich are logged in. This may be usefull for the current message, but not for other messages. If you have an idea to hide this specific message, just tell us. --{{User:Galak_van_Charro/Signature}} 23:44, 1 April 2011 (CEST)&lt;br /&gt;
::[[MediaWiki:Sitenotice]]:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;usermessage&amp;quot; id=&amp;quot;sitenotice-03-2011&amp;quot;&amp;gt;Please [[Special:UserLogin|log in]] to edit articles. We had to forbid all anonymous edits because of massive spam attacks.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::and [[MediaWiki:Common.js]]:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice-03-2011&amp;quot;).style.display = &amp;quot;none&amp;quot;;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 00:11, 2 April 2011 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6756</id>
		<title>MediaWiki talk:Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=MediaWiki_talk:Common.js&amp;diff=6756"/>
				<updated>2011-04-01T07:56:01Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: Created page with 'Why don't you hide the #sitenotice when someone is logged in? &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice&amp;quot;).style.display = &amp;quot;none&amp;quot;; &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; --~~…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Why don't you hide the #sitenotice when someone is logged in?&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
if (wgUserName!=&amp;quot;&amp;quot;) document.getElementById(&amp;quot;sitenotice&amp;quot;).style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 09:56, 1 April 2011 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Weapon/Layout&amp;diff=5086</id>
		<title>Template:Weapon/Layout</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Weapon/Layout&amp;diff=5086"/>
				<updated>2010-07-02T19:06:08Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: @8$¨!Ç“#]‹Ô⁄% {{#ifeq:}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TemplateWarning}}&lt;br /&gt;
{{GermanLinking|Name:DE={{{Name:DE|none}}}}}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; style=&amp;quot;{{Weapon/Colours}} solid 2px;&amp;quot; |	 &lt;br /&gt;
| width=&amp;quot;60px&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;middle&amp;quot; rowspan=&amp;quot;3&amp;quot; style=&amp;quot;{{Weapon/Colours}} outset 2px; margin-right:15px;&amp;quot;| {{{Image}}}&amp;lt;span style=&amp;quot;display:none;&amp;quot;&amp;gt;{{{Image|}}}&amp;lt;/span&amp;gt;	 &lt;br /&gt;
| width=&amp;quot;5px&amp;quot; rowspan=&amp;quot;3&amp;quot; | 	 &lt;br /&gt;
| '''{{{Name|{{PAGENAME}}}}}''' &amp;lt;span title=&amp;quot;This is a magic item that will dissipate over {{{Durability}}}.&amp;quot; style=&amp;quot;color:#008811;&amp;quot;&amp;gt;{{#ifeq:{{{Durability|none}}}|none||'''(M)'''}}&amp;lt;/span&amp;gt;	 &lt;br /&gt;
|-	 &lt;br /&gt;
| {{{Description}}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
| ''(Weapon, Damage: {{{Damage}}})''	 &lt;br /&gt;
|}	 &lt;br /&gt;
			&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; |	 &lt;br /&gt;
| width=&amp;quot;49%&amp;quot; | '''Requirements:'''	 &lt;br /&gt;
{{#ifeq:{{{Race|none}}}|none||	 &lt;br /&gt;
* ''[[Race]]'': [[{{{Race}}}]]	 &lt;br /&gt;
}}{{#ifeq:{{{MinimumIntelligence|none}}}|none||	 &lt;br /&gt;
* ''[[Intelligence|Minimum Intelligence]]'': {{{MinimumIntelligence}}}	 &lt;br /&gt;
}}{{#ifeq:{{{MinimumAttackPower|none}}}|none||	 &lt;br /&gt;
* ''[[Attack Power|Minimum Attack Power]]'': {{{MinimumAttackPower}}}	 &lt;br /&gt;
}}{{#ifeq:{{{MinimumAcademyLevel|none}}}|none||	 &lt;br /&gt;
* ''[[Academy Level|Minimum Academy Level]]'': {{{MinimumAcademyLevel}}}	 &lt;br /&gt;
}}&lt;br /&gt;
{{{Requirements|{{#ifeq:{{{Race|none}}}{{{MinimumAcademyLevel|none}}}{{{MinimumAttackPower|none}}}{{{MinimumIntelligence|none}}}|nonenonenonenone|''none''}}}}}	 &lt;br /&gt;
| &amp;amp;nbsp;	 &lt;br /&gt;
| width=&amp;quot;49%&amp;quot; | '''Origin:'''	 &lt;br /&gt;
{{{Origin}}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
| '''Miscellaneous:'''	 &lt;br /&gt;
{{#ifeq:{{{Durability|none}}}|none||	&lt;br /&gt;
* This is a [[magical|magic]] item that will dissipate over {{{Durability}}}.	 &lt;br /&gt;
}}	 &lt;br /&gt;
{{{Miscellaneous|{{#ifeq:{{{Durability|none}}}|none|''nothing''}}}}}	 &lt;br /&gt;
| &amp;amp;nbsp;	 &lt;br /&gt;
| '''Function:'''	 &lt;br /&gt;
* [[Weapon]] with [[Damage]] {{{Damage}}}.	 &lt;br /&gt;
{{#ifeq:{{{Quest|none}}}|none||	 &lt;br /&gt;
* This item belongs to a [[Quest:{{{Quest}}}|Quest]].	 &lt;br /&gt;
}}	 &lt;br /&gt;
{{{Function|}}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |	 &lt;br /&gt;
'''Prices:'''	 &lt;br /&gt;
{{#ifeq:{{{QP|none}}}|none| {{#ifeq:{{{BuyPrice|none}}}|none||	 &lt;br /&gt;
* [[Default Price|Default]] buy price:&amp;lt;br /&amp;gt;{{{BuyPrice}}} [[Gold]]{{#ifeq:{{{NatlaPrice|none}}}|none||/&amp;lt;br /&amp;gt;{{{NatlaPrice}}} [[Gold]] in the [[Natla shop]]}} }}|&lt;br /&gt;
* Price at the [[Quest Hall]]:&amp;lt;br /&amp;gt;{{{BuyPrice}}} [[Quest Points]]}}	 &lt;br /&gt;
* [[Default Price|Default]] sell price:&amp;lt;br /&amp;gt;{{{SellPrice}}} [[Gold]]	 &lt;br /&gt;
{{#ifeq:{{{MarketPrice|none}}}|none||*[[Market Price]]:&amp;lt;br /&amp;gt;{{{MarketPrice}}} [[Gold]]}}&lt;br /&gt;
&amp;lt;sup&amp;gt;'''Attention:''' {{#ifeq:{{{MarketPricePage|none}}}|none|These are the default prices for sale at the [[shop]]s. The [[market price]]s when trading with other players can vary!|{{#ifeq:{{{MarketPrice|none}}}|none|. When trading with other players the sales prices can vary noticeably. Details can be found [[MarketPrice:{{PAGENAME}}|here.]]|This is the normal default price of sale for this item, but its default price can still vary in the different worlds. Details can be found on this [[MarketPrice:{{PAGENAME}}|market price page]].}}}}&amp;lt;/sup&amp;gt; &lt;br /&gt;
{{#if:{{{RepPrice|}}}|	 &lt;br /&gt;
*Default [[Repair Price]]:&amp;lt;br /&amp;gt;{{{RepPrice}}} [[Gold]]	 &lt;br /&gt;
&amp;lt;sup&amp;gt;These are the default [[Repair Price|prices for repairing]] your item, which can be lowered by learning the [[Skill]] [[Repairmanship]].&amp;lt;/sup&amp;gt;	 &lt;br /&gt;
|&amp;lt;includeonly&amp;gt;{{{!}}	 &lt;br /&gt;
{{!}}[[File:Qsicon Warning.png|left]]{{!}}{{!}}'''Incomplete:''' Concerning this item the [[Repair Price|default repair price]] is still missing. Please help us by adding them [{{fullurle:{{PAGENAME}}|action=edit}} now]!	 &lt;br /&gt;
{{!}}}[[Category:Incomplete]]&amp;lt;/includeonly&amp;gt;	 &lt;br /&gt;
}}	 &lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{{Versions|none}}}|none||	 &lt;br /&gt;
{{!}}-	 &lt;br /&gt;
{{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Previous Versions:'''&amp;lt;br /&amp;gt;	 &lt;br /&gt;
{{{Versions}}}	 &lt;br /&gt;
}}	 &lt;br /&gt;
{{#ifeq:{{{Background|none}}}|none||	 &lt;br /&gt;
{{!}}-	 &lt;br /&gt;
{{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Background:'''&amp;lt;br /&amp;gt;	 &lt;br /&gt;
{{{Background}}}	 &lt;br /&gt;
}}	 &lt;br /&gt;
|}	 &lt;br /&gt;
{{Nav Weapon {{{Race|none}}}}}&lt;br /&gt;
{{ForAll}}&lt;br /&gt;
{{#ifeq:{{{QP|none}}}|none||&lt;br /&gt;
[[Category:Items for sale at the Quest Hall]]}}&lt;br /&gt;
{{#ifeq:{{{Durability|none}}}|none||&lt;br /&gt;
[[Category:Magic Items]]}}&lt;br /&gt;
	 &lt;br /&gt;
 &lt;br /&gt;
{{#ifeq:{{NAMESPACE}}||	 &lt;br /&gt;
[[Category:All Items]]	 &lt;br /&gt;
[[Category:Weapons]]	 &lt;br /&gt;
{{{AdditionalCategories|}}}	 &lt;br /&gt;
}}	 &lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Template Documentation|This template contains the sourcecode for weapon articles.|This template can be integrated by using'''&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Weapon/Layout}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;'''. Parameters are given in [[Template:Weapon]]. It will be integrated automatically.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:ArticleLayout|Weapon]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Weapon/Layout&amp;diff=5085</id>
		<title>Template:Weapon/Layout</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Weapon/Layout&amp;diff=5085"/>
				<updated>2010-07-02T19:04:43Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: Race:none -&amp;gt; default&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TemplateWarning}}&lt;br /&gt;
{{GermanLinking|Name:DE={{{Name:DE|none}}}}}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; style=&amp;quot;{{Weapon/Colours}} solid 2px;&amp;quot; |	 &lt;br /&gt;
| width=&amp;quot;60px&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;middle&amp;quot; rowspan=&amp;quot;3&amp;quot; style=&amp;quot;{{Weapon/Colours}} outset 2px; margin-right:15px;&amp;quot;| {{{Image}}}&amp;lt;span style=&amp;quot;display:none;&amp;quot;&amp;gt;{{{Image|}}}&amp;lt;/span&amp;gt;	 &lt;br /&gt;
| width=&amp;quot;5px&amp;quot; rowspan=&amp;quot;3&amp;quot; | 	 &lt;br /&gt;
| '''{{{Name|{{PAGENAME}}}}}''' &amp;lt;span title=&amp;quot;This is a magic item that will dissipate over {{{Durability}}}.&amp;quot; style=&amp;quot;color:#008811;&amp;quot;&amp;gt;{{#ifeq:{{{Durability|none}}}|none||'''(M)'''}}&amp;lt;/span&amp;gt;	 &lt;br /&gt;
|-	 &lt;br /&gt;
| {{{Description}}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
| ''(Weapon, Damage: {{{Damage}}})''	 &lt;br /&gt;
|}	 &lt;br /&gt;
			&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; |	 &lt;br /&gt;
| width=&amp;quot;49%&amp;quot; | '''Requirements:'''	 &lt;br /&gt;
{{#ifeq:{{{Race|none}}}|none||	 &lt;br /&gt;
* ''[[Race]]'': [[{{{Race}}}]]	 &lt;br /&gt;
}}{{#ifeq:{{{MinimumIntelligence|none}}}|none||	 &lt;br /&gt;
* ''[[Intelligence|Minimum Intelligence]]'': {{{MinimumIntelligence}}}	 &lt;br /&gt;
}}{{#ifeq:{{{MinimumAttackPower|none}}}|none||	 &lt;br /&gt;
* ''[[Attack Power|Minimum Attack Power]]'': {{{MinimumAttackPower}}}	 &lt;br /&gt;
}}{{#ifeq:{{{MinimumAcademyLevel|none}}}|none||	 &lt;br /&gt;
* ''[[Academy Level|Minimum Academy Level]]'': {{{MinimumAcademyLevel}}}	 &lt;br /&gt;
}}&lt;br /&gt;
{{{Requirements|{{#ifeq:{{{Race|none}}}{{{MinimumAcademyLevel|none}}}{{{MinimumAttackPower|none}}}{{{MinimumIntelligence|none}}}|nonenonenonenone|''none''}}}}}	 &lt;br /&gt;
| &amp;amp;nbsp;	 &lt;br /&gt;
| width=&amp;quot;49%&amp;quot; | '''Origin:'''	 &lt;br /&gt;
{{{Origin}}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
| '''Miscellaneous:'''	 &lt;br /&gt;
{{#ifeq:{{{Durability|none}}}|none||	&lt;br /&gt;
* This is a [[magical|magic]] item that will dissipate over {{{Durability}}}.	 &lt;br /&gt;
}}	 &lt;br /&gt;
{{{Miscellaneous|{{#ifeq:{{{Durability|none}}}|none|''nothing''}}}	 &lt;br /&gt;
| &amp;amp;nbsp;	 &lt;br /&gt;
| '''Function:'''	 &lt;br /&gt;
* [[Weapon]] with [[Damage]] {{{Damage}}}.	 &lt;br /&gt;
{{#ifeq:{{{Quest|none}}}|none||	 &lt;br /&gt;
* This item belongs to a [[Quest:{{{Quest}}}|Quest]].	 &lt;br /&gt;
}}	 &lt;br /&gt;
{{{Function|}}}	 &lt;br /&gt;
|-	 &lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |	 &lt;br /&gt;
'''Prices:'''	 &lt;br /&gt;
{{#ifeq:{{{QP|none}}}|none| {{#ifeq:{{{BuyPrice|none}}}|none||	 &lt;br /&gt;
* [[Default Price|Default]] buy price:&amp;lt;br /&amp;gt;{{{BuyPrice}}} [[Gold]]{{#ifeq:{{{NatlaPrice|none}}}|none||/&amp;lt;br /&amp;gt;{{{NatlaPrice}}} [[Gold]] in the [[Natla shop]]}} }}|&lt;br /&gt;
* Price at the [[Quest Hall]]:&amp;lt;br /&amp;gt;{{{BuyPrice}}} [[Quest Points]]}}	 &lt;br /&gt;
* [[Default Price|Default]] sell price:&amp;lt;br /&amp;gt;{{{SellPrice}}} [[Gold]]	 &lt;br /&gt;
{{#ifeq:{{{MarketPrice|none}}}|none||*[[Market Price]]:&amp;lt;br /&amp;gt;{{{MarketPrice}}} [[Gold]]}}&lt;br /&gt;
&amp;lt;sup&amp;gt;'''Attention:''' {{#ifeq:{{{MarketPricePage|none}}}|none|These are the default prices for sale at the [[shop]]s. The [[market price]]s when trading with other players can vary!|{{#ifeq:{{{MarketPrice|none}}}|none|. When trading with other players the sales prices can vary noticeably. Details can be found [[MarketPrice:{{PAGENAME}}|here.]]|This is the normal default price of sale for this item, but its default price can still vary in the different worlds. Details can be found on this [[MarketPrice:{{PAGENAME}}|market price page]].}}}}&amp;lt;/sup&amp;gt; &lt;br /&gt;
{{#if:{{{RepPrice|}}}|	 &lt;br /&gt;
*Default [[Repair Price]]:&amp;lt;br /&amp;gt;{{{RepPrice}}} [[Gold]]	 &lt;br /&gt;
&amp;lt;sup&amp;gt;These are the default [[Repair Price|prices for repairing]] your item, which can be lowered by learning the [[Skill]] [[Repairmanship]].&amp;lt;/sup&amp;gt;	 &lt;br /&gt;
|&amp;lt;includeonly&amp;gt;{{{!}}	 &lt;br /&gt;
{{!}}[[File:Qsicon Warning.png|left]]{{!}}{{!}}'''Incomplete:''' Concerning this item the [[Repair Price|default repair price]] is still missing. Please help us by adding them [{{fullurle:{{PAGENAME}}|action=edit}} now]!	 &lt;br /&gt;
{{!}}}[[Category:Incomplete]]&amp;lt;/includeonly&amp;gt;	 &lt;br /&gt;
}}	 &lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{{Versions|none}}}|none||	 &lt;br /&gt;
{{!}}-	 &lt;br /&gt;
{{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Previous Versions:'''&amp;lt;br /&amp;gt;	 &lt;br /&gt;
{{{Versions}}}	 &lt;br /&gt;
}}	 &lt;br /&gt;
{{#ifeq:{{{Background|none}}}|none||	 &lt;br /&gt;
{{!}}-	 &lt;br /&gt;
{{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Background:'''&amp;lt;br /&amp;gt;	 &lt;br /&gt;
{{{Background}}}	 &lt;br /&gt;
}}	 &lt;br /&gt;
|}	 &lt;br /&gt;
{{Nav Weapon {{{Race|none}}}}}&lt;br /&gt;
{{ForAll}}&lt;br /&gt;
{{#ifeq:{{{QP|none}}}|none||&lt;br /&gt;
[[Category:Items for sale at the Quest Hall]]}}&lt;br /&gt;
{{#ifeq:{{{Durability|none}}}|none||&lt;br /&gt;
[[Category:Magic Items]]}}&lt;br /&gt;
	 &lt;br /&gt;
 &lt;br /&gt;
{{#ifeq:{{NAMESPACE}}||	 &lt;br /&gt;
[[Category:All Items]]	 &lt;br /&gt;
[[Category:Weapons]]	 &lt;br /&gt;
{{{AdditionalCategories|}}}	 &lt;br /&gt;
}}	 &lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Template Documentation|This template contains the sourcecode for weapon articles.|This template can be integrated by using'''&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Weapon/Layout}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;'''. Parameters are given in [[Template:Weapon]]. It will be integrated automatically.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:ArticleLayout|Weapon]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Massive_Jellyfish_Tentacle&amp;diff=5084</id>
		<title>Massive Jellyfish Tentacle</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Massive_Jellyfish_Tentacle&amp;diff=5084"/>
				<updated>2010-07-02T19:01:49Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: :)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Weapon/Layout&lt;br /&gt;
|Image=&lt;br /&gt;
http://85.10.193.197/freewar/images/items/tentakel.gif&lt;br /&gt;
&lt;br /&gt;
|Name:DE=&lt;br /&gt;
Landquallententakel&lt;br /&gt;
&lt;br /&gt;
|Description=&lt;br /&gt;
A long tentacle from the Massive Jellyfish. It is covered with small, yet deadly, nettles.&lt;br /&gt;
&lt;br /&gt;
|Damage=&lt;br /&gt;
120&lt;br /&gt;
&lt;br /&gt;
|Race=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|MinimumAttackPower=&lt;br /&gt;
600&lt;br /&gt;
&lt;br /&gt;
|MinimumAcademyLevel=&lt;br /&gt;
20.000&lt;br /&gt;
&lt;br /&gt;
|Origin=&lt;br /&gt;
* [[Massive Land Jellyfish]] (1:2000)&lt;br /&gt;
&lt;br /&gt;
|Miscellaneous=&lt;br /&gt;
* most powerful [[Weapon]] of the game. &lt;br /&gt;
* This is a [[High End Weapon]].&lt;br /&gt;
&lt;br /&gt;
|SellPrice=&lt;br /&gt;
10.000&lt;br /&gt;
&lt;br /&gt;
|MarketPricePage=&lt;br /&gt;
yes&lt;br /&gt;
&lt;br /&gt;
|RepPrice=&lt;br /&gt;
145&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Shop_(Cave_of_Thieves)&amp;diff=5014</id>
		<title>Shop (Cave of Thieves)</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Shop_(Cave_of_Thieves)&amp;diff=5014"/>
				<updated>2010-06-29T20:13:09Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: aha… positive coordinates?!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IC}}{{Shop/Layout|Image=&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
|Name:DE=&lt;br /&gt;
Shop (Diebeshöhle)&lt;br /&gt;
&lt;br /&gt;
|Description=&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
|X=&lt;br /&gt;
-936&lt;br /&gt;
&lt;br /&gt;
|Y=&lt;br /&gt;
-556&lt;br /&gt;
&lt;br /&gt;
|Area=&lt;br /&gt;
Cave of Thieves&lt;br /&gt;
&lt;br /&gt;
|Purchase=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Sale=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Reparation=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Quest=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Miscellaneous=&lt;br /&gt;
''nothing''&lt;br /&gt;
&lt;br /&gt;
|Peaceful=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Function=&lt;br /&gt;
&amp;lt;!-- nothing special --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|Requirements=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Goods=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Hallowed=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=5013</id>
		<title>User talk:Bwoebi</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=5013"/>
				<updated>2010-06-29T20:09:39Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: /* Template:Babelframe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello '''Bwoebi'''!&lt;br /&gt;
&lt;br /&gt;
The special page &amp;quot;[[Special:Log/newusers|New Users]]&amp;quot; told me your name, welcome at our FreewarWiki. Here are a few tips before you get started: If you want to test graphical designs and details you can use our [[FreewarWiki:Sandbox|sandbox]]. If you have the desire to get more information about how to set up an article and how to use the templates you are welcome to have a look at the [[Help:Tutorial|tutorial]] and at the [[FreewarWiki:About FreewarWiki|info page]]. If you have questions ([[Help:FAQ|&amp;amp;rarr; FAQ]]) we would welcome you to not hesitate and just ask them [[FreewarWiki:Questions About FreewarWiki|here]] or to just ask one of our &amp;quot;[[:Category:Constant Authors|old stagers]]&amp;quot;. In case of any special and serious problems you are welcome to ask our [[FreewarWiki:Administrator|administrators]] ([[Help:Discussion Page|&amp;amp;rarr; Help]]). &amp;lt;br /&amp;gt;&lt;br /&gt;
You want to participate in our [[FreewarWiki:Trustable Merchants|trading network]]? Please talk to an administrator of the Wiki. If you want to set up an article about an Unique-Item you can get help [[Help:Unique-Item|here]]. When setting up an article about your own clan you can have a look at this [[Help:Clan Article|page]], if you have any questions. &amp;lt;br /&amp;gt;&lt;br /&gt;
We would be happy to welcome you as a new constant member of your Wiki-Community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Kind regards [[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:45, 1 March 2010 (CET)&lt;br /&gt;
:&lt;br /&gt;
:P.S.: Since we are a ever growing community we would like you to use a [[Help:Signature|signature]] at the end of your post, so everyone can assign it to you. Signatures are created by using &amp;lt;nowiki&amp;gt;--~~&amp;lt;/nowiki&amp;gt;~~.&lt;br /&gt;
&lt;br /&gt;
::The Special Page?^^ No the German wiki! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:58, 1 March 2010 (CET)&lt;br /&gt;
:::No^^ the [[Special:RecentChanges]] xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:06, 1 March 2010 (CET)&lt;br /&gt;
::::Ehm bwoebi? may you should try the english version of your signature...atm it links to the german wiki xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:13, 1 March 2010 (CET)&lt;br /&gt;
:::::I don't like the red links… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:16, 1 March 2010 (CET)&lt;br /&gt;
May you fill your userpage with content?^^--[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:17, 1 March 2010 (CET)&lt;br /&gt;
:Haha… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:45, 1 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Armour Layout ==&lt;br /&gt;
&lt;br /&gt;
Hallo bwoebi, kannst ruhig deutsch schreiben, wäre sonst zu umständlich. ;)&lt;br /&gt;
&lt;br /&gt;
Ich bin leider noch nicht so gut mit allem was zu eine Wiki gehört vertraut, hätte das schon vorher jemand gemacht, der sich damit auskennt, wäre meine Arbeit unnötig gewesen, aber dennoch danke für das abändern der Vorlage. ;) [[User:Istrugar|Istrugar]] 13:20, 9 April 2010 (CEST)&lt;br /&gt;
:ist gut ;) Aber das nächste mal bei solchen Parametern,sag einfach Bescheid =) Man muss es bei der Wurzel anpacken^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:32, 9 April 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== |Name:DE= ==&lt;br /&gt;
&lt;br /&gt;
Huhu bwoebi, wir scheinen ein Problem mit dem Parameter '''&amp;lt;nowiki&amp;gt;|Name:DE=&amp;lt;/nowiki&amp;gt;''' zu haben. Dieser erzeugt momentan keine Verlinkung mehr zur deutschen Version des Artikels. Ich fände es zwar seltsam,wenn es an unseren Vorlagen liegt, immerhin haben wir sie ja nicht spontan geändert. Da es aber zumindest möglich ist möchte ich dich bitten dir das mal anzusehen, um diese Ursache auszuschließen. Wenn du nichts findest wird es vermutlich am Wiki bzw. der Verbindung beider Wikis liegen und ich muss Tiramon verhauen gehn.&lt;br /&gt;
:Hmm, da hilft nur Tiramon verhauen — da die Vorlagen identisch mit den Deutschen sind, was die Syntax angeht… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:21, 9 June 2010 (CEST)&lt;br /&gt;
::Zu dem entschluss bin ich auch schon gekommen wollten nur noch mal auf nummer sicher gehen, doch eins wundert mich, das der Parameter &amp;quot;GermanLinking&amp;quot; nicht in den Vorlagen z.B Template:Party_NPC/Layout auftaucht, oder muss das so? Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[UserTalk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 23:07, 9 June 2010 (CEST)&lt;br /&gt;
:::Da fehlt die Vorlage, ja ;) Aber in NPC/Layout, da ist sie schon vorhanden... Und geht auch nicht --[[Special:Contributions/94.252.55.117|94.252.55.117]] 13:41, 10 June 2010 (CEST) (bwoebi &amp;lt;sup&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&amp;lt;/sup&amp;gt;)&lt;br /&gt;
::::Noch immer nichts von Tira…? --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&lt;br /&gt;
:::::Du kennst das doch. Tira hier reinzubekommen ist wirklich nicht ganz leicht. xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 17:23, 11 June 2010 (CEST)&lt;br /&gt;
::::::Fahr doch bei ihn nach Hause :P --[[Special:Contributions/94.252.55.156|94.252.55.156]] 12:27, 12 June 2010 (CEST)&lt;br /&gt;
{{done}} Vorlagen funktionieren jetzt alle also '''Finger weg''' sonst finger ab :p Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:XDDD Nunja ich hätte anstatt eines Leerzeichens &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ns:0}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; schreiben sollen -.- --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:49, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
==Meine Seite==&lt;br /&gt;
Das hatte schon nen Grund warum ich meinen Namen so eingebunden hatte, weil ich die Vorlage auch nur für mich verwende.... Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:Das glaub ich gerne, aber ich würde die Vorlage auch mal nutzen wollen und das isst eben praktischer als 100000e Vorlage für jeden einzelnen zu machen… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:20, 24 June 2010 (CEST)&lt;br /&gt;
::Ja, aber diese habe ich extra nur für die [[:Category:Automatic Import]] angelegt bis die fertig ist die vorlage bitte nicht ändern da, sonst der Text nicht mehr passt. ;-) Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:22, 24 June 2010 (CEST)&lt;br /&gt;
:::Ach so ist das^^Na dann editier sie danach so wie ich es tat --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:25, 24 June 2010 (CEST)&lt;br /&gt;
::::Alles klar ^^ Weil hätten wir die so gelassen würd ja nimmer stimmen ^^ Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:26, 24 June 2010 (CEST)&lt;br /&gt;
Btw: Schau ma in der deutschen w1 hab dirn brief zugeschickt schreib mir da ma deine NR back pls ^^Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:41, 24 June 2010 (CEST)&lt;br /&gt;
:Ich hab das ganze nun mal so umgebaut, dass es weiterhin für White-Angel arbeiten kann, aber auch anderen nutzt. Es wird nun mit '''&amp;lt;nowiki&amp;gt;{{User:White-Angel/Box|Benutzername|-~~~~}}&amp;lt;/nowiki&amp;gt;''' eingebunden. Ich hoffe nun sind alle damit zufrieden. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:37, 24 June 2010 (CEST)&lt;br /&gt;
::Ja, sind es ;) und Queenie, deine Antwort ist da! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 21:06, 24 June 2010 (CEST)&lt;br /&gt;
:::Gesehen musst nur noch annehmen ^^ Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 21:09, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Template:Babelframe ==&lt;br /&gt;
&lt;br /&gt;
Kannst du bitte bei gelegenheit mal schauen ob du die so hinbekommst das man einen zusätzlichen Paramenter für eine sprache angeben kann? Ich kriegs nicht hin ^^ also das auch das DE: da vorne aus dem Link verschwindet so wie im Deutschen halt nur mit einem Zusätzlichen Parameter welcher die Sprache bestimmt. Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:25, 24 June 2010 (CEST)&lt;br /&gt;
:Das ganze muss wohl in SourceWP angepasst werden, da das Problem dort liegt. Wir finden aber nichts um die Sprachauswahl optional zu machen, ohne das ein de: mit angezeigt wird. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:31, 24 June 2010 (CEST)&lt;br /&gt;
::Nene das krieg ich schon hin — nach dem Essen ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:39, 24 June 2010 (CEST)&lt;br /&gt;
:::Ja bwoebi, uns ist schon klar wo das &amp;quot;:de&amp;quot; herkommt und genau dort muss es auch angepasst werden, denn es funzt entweder der Link auf die Seite, oder die Liste der Autoren. SourceWP muss aber so abgeändert werden, dass man die jeweilige Sprache erst beim verwenden der Vorlage mit angibt, als Parameter z.B. oder durch &amp;quot;:de&amp;quot;, oder so. Sollte nichts angegeben werden, muss dasn egnlicsche der Standart sein. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 01:24, 28 June 2010 (CEST)&lt;br /&gt;
::::Omg, nein...es soll doch normal englisch sein und wenn man in der Vorlagenverwendung einen entsprechenden Parameter angibt muss die Sprache geweshelt werden. Nicht en durch de ersetzen, das hatten wir alles schon und das ist ja weit entfernt, von dem was wir brauchen. O.o --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 22:38, 28 June 2010 (CEST)&lt;br /&gt;
::.Ich merk dass du den Code nicht analysiert hast... --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 08:02, 29 June 2010 (CEST)&lt;br /&gt;
:::Okay zu zweit zu doof zum schauen und ne Vorlage zu verwenden, damn xD. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:40, 29 June 2010 (CEST)&lt;br /&gt;
:::Lesen -&amp;gt; denken -&amp;gt; nochmals lesen -&amp;gt; denken -&amp;gt; meckern^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 22:09, 29 June 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=5006</id>
		<title>User talk:Bwoebi</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=5006"/>
				<updated>2010-06-29T06:02:09Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: /* Template:Babelframe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello '''Bwoebi'''!&lt;br /&gt;
&lt;br /&gt;
The special page &amp;quot;[[Special:Log/newusers|New Users]]&amp;quot; told me your name, welcome at our FreewarWiki. Here are a few tips before you get started: If you want to test graphical designs and details you can use our [[FreewarWiki:Sandbox|sandbox]]. If you have the desire to get more information about how to set up an article and how to use the templates you are welcome to have a look at the [[Help:Tutorial|tutorial]] and at the [[FreewarWiki:About FreewarWiki|info page]]. If you have questions ([[Help:FAQ|&amp;amp;rarr; FAQ]]) we would welcome you to not hesitate and just ask them [[FreewarWiki:Questions About FreewarWiki|here]] or to just ask one of our &amp;quot;[[:Category:Constant Authors|old stagers]]&amp;quot;. In case of any special and serious problems you are welcome to ask our [[FreewarWiki:Administrator|administrators]] ([[Help:Discussion Page|&amp;amp;rarr; Help]]). &amp;lt;br /&amp;gt;&lt;br /&gt;
You want to participate in our [[FreewarWiki:Trustable Merchants|trading network]]? Please talk to an administrator of the Wiki. If you want to set up an article about an Unique-Item you can get help [[Help:Unique-Item|here]]. When setting up an article about your own clan you can have a look at this [[Help:Clan Article|page]], if you have any questions. &amp;lt;br /&amp;gt;&lt;br /&gt;
We would be happy to welcome you as a new constant member of your Wiki-Community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Kind regards [[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:45, 1 March 2010 (CET)&lt;br /&gt;
:&lt;br /&gt;
:P.S.: Since we are a ever growing community we would like you to use a [[Help:Signature|signature]] at the end of your post, so everyone can assign it to you. Signatures are created by using &amp;lt;nowiki&amp;gt;--~~&amp;lt;/nowiki&amp;gt;~~.&lt;br /&gt;
&lt;br /&gt;
::The Special Page?^^ No the German wiki! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:58, 1 March 2010 (CET)&lt;br /&gt;
:::No^^ the [[Special:RecentChanges]] xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:06, 1 March 2010 (CET)&lt;br /&gt;
::::Ehm bwoebi? may you should try the english version of your signature...atm it links to the german wiki xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:13, 1 March 2010 (CET)&lt;br /&gt;
:::::I don't like the red links… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:16, 1 March 2010 (CET)&lt;br /&gt;
May you fill your userpage with content?^^--[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:17, 1 March 2010 (CET)&lt;br /&gt;
:Haha… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:45, 1 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Armour Layout ==&lt;br /&gt;
&lt;br /&gt;
Hallo bwoebi, kannst ruhig deutsch schreiben, wäre sonst zu umständlich. ;)&lt;br /&gt;
&lt;br /&gt;
Ich bin leider noch nicht so gut mit allem was zu eine Wiki gehört vertraut, hätte das schon vorher jemand gemacht, der sich damit auskennt, wäre meine Arbeit unnötig gewesen, aber dennoch danke für das abändern der Vorlage. ;) [[User:Istrugar|Istrugar]] 13:20, 9 April 2010 (CEST)&lt;br /&gt;
:ist gut ;) Aber das nächste mal bei solchen Parametern,sag einfach Bescheid =) Man muss es bei der Wurzel anpacken^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:32, 9 April 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== |Name:DE= ==&lt;br /&gt;
&lt;br /&gt;
Huhu bwoebi, wir scheinen ein Problem mit dem Parameter '''&amp;lt;nowiki&amp;gt;|Name:DE=&amp;lt;/nowiki&amp;gt;''' zu haben. Dieser erzeugt momentan keine Verlinkung mehr zur deutschen Version des Artikels. Ich fände es zwar seltsam,wenn es an unseren Vorlagen liegt, immerhin haben wir sie ja nicht spontan geändert. Da es aber zumindest möglich ist möchte ich dich bitten dir das mal anzusehen, um diese Ursache auszuschließen. Wenn du nichts findest wird es vermutlich am Wiki bzw. der Verbindung beider Wikis liegen und ich muss Tiramon verhauen gehn.&lt;br /&gt;
:Hmm, da hilft nur Tiramon verhauen — da die Vorlagen identisch mit den Deutschen sind, was die Syntax angeht… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:21, 9 June 2010 (CEST)&lt;br /&gt;
::Zu dem entschluss bin ich auch schon gekommen wollten nur noch mal auf nummer sicher gehen, doch eins wundert mich, das der Parameter &amp;quot;GermanLinking&amp;quot; nicht in den Vorlagen z.B Template:Party_NPC/Layout auftaucht, oder muss das so? Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[UserTalk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 23:07, 9 June 2010 (CEST)&lt;br /&gt;
:::Da fehlt die Vorlage, ja ;) Aber in NPC/Layout, da ist sie schon vorhanden... Und geht auch nicht --[[Special:Contributions/94.252.55.117|94.252.55.117]] 13:41, 10 June 2010 (CEST) (bwoebi &amp;lt;sup&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&amp;lt;/sup&amp;gt;)&lt;br /&gt;
::::Noch immer nichts von Tira…? --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&lt;br /&gt;
:::::Du kennst das doch. Tira hier reinzubekommen ist wirklich nicht ganz leicht. xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 17:23, 11 June 2010 (CEST)&lt;br /&gt;
::::::Fahr doch bei ihn nach Hause :P --[[Special:Contributions/94.252.55.156|94.252.55.156]] 12:27, 12 June 2010 (CEST)&lt;br /&gt;
{{done}} Vorlagen funktionieren jetzt alle also '''Finger weg''' sonst finger ab :p Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:XDDD Nunja ich hätte anstatt eines Leerzeichens &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ns:0}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; schreiben sollen -.- --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:49, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
==Meine Seite==&lt;br /&gt;
Das hatte schon nen Grund warum ich meinen Namen so eingebunden hatte, weil ich die Vorlage auch nur für mich verwende.... Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:Das glaub ich gerne, aber ich würde die Vorlage auch mal nutzen wollen und das isst eben praktischer als 100000e Vorlage für jeden einzelnen zu machen… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:20, 24 June 2010 (CEST)&lt;br /&gt;
::Ja, aber diese habe ich extra nur für die [[:Category:Automatic Import]] angelegt bis die fertig ist die vorlage bitte nicht ändern da, sonst der Text nicht mehr passt. ;-) Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:22, 24 June 2010 (CEST)&lt;br /&gt;
:::Ach so ist das^^Na dann editier sie danach so wie ich es tat --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:25, 24 June 2010 (CEST)&lt;br /&gt;
::::Alles klar ^^ Weil hätten wir die so gelassen würd ja nimmer stimmen ^^ Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:26, 24 June 2010 (CEST)&lt;br /&gt;
Btw: Schau ma in der deutschen w1 hab dirn brief zugeschickt schreib mir da ma deine NR back pls ^^Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:41, 24 June 2010 (CEST)&lt;br /&gt;
:Ich hab das ganze nun mal so umgebaut, dass es weiterhin für White-Angel arbeiten kann, aber auch anderen nutzt. Es wird nun mit '''&amp;lt;nowiki&amp;gt;{{User:White-Angel/Box|Benutzername|-~~~~}}&amp;lt;/nowiki&amp;gt;''' eingebunden. Ich hoffe nun sind alle damit zufrieden. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:37, 24 June 2010 (CEST)&lt;br /&gt;
::Ja, sind es ;) und Queenie, deine Antwort ist da! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 21:06, 24 June 2010 (CEST)&lt;br /&gt;
:::Gesehen musst nur noch annehmen ^^ Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 21:09, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Template:Babelframe ==&lt;br /&gt;
&lt;br /&gt;
Kannst du bitte bei gelegenheit mal schauen ob du die so hinbekommst das man einen zusätzlichen Paramenter für eine sprache angeben kann? Ich kriegs nicht hin ^^ also das auch das DE: da vorne aus dem Link verschwindet so wie im Deutschen halt nur mit einem Zusätzlichen Parameter welcher die Sprache bestimmt. Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:25, 24 June 2010 (CEST)&lt;br /&gt;
:Das ganze muss wohl in SourceWP angepasst werden, da das Problem dort liegt. Wir finden aber nichts um die Sprachauswahl optional zu machen, ohne das ein de: mit angezeigt wird. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:31, 24 June 2010 (CEST)&lt;br /&gt;
::Nene das krieg ich schon hin — nach dem Essen ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:39, 24 June 2010 (CEST)&lt;br /&gt;
:::Ja bwoebi, uns ist schon klar wo das &amp;quot;:de&amp;quot; herkommt und genau dort muss es auch angepasst werden, denn es funzt entweder der Link auf die Seite, oder die Liste der Autoren. SourceWP muss aber so abgeändert werden, dass man die jeweilige Sprache erst beim verwenden der Vorlage mit angibt, als Parameter z.B. oder durch &amp;quot;:de&amp;quot;, oder so. Sollte nichts angegeben werden, muss dasn egnlicsche der Standart sein. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 01:24, 28 June 2010 (CEST)&lt;br /&gt;
::::Omg, nein...es soll doch normal englisch sein und wenn man in der Vorlagenverwendung einen entsprechenden Parameter angibt muss die Sprache geweshelt werden. Nicht en durch de ersetzen, das hatten wir alles schon und das ist ja weit entfernt, von dem was wir brauchen. O.o --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 22:38, 28 June 2010 (CEST)&lt;br /&gt;
::.Ich merk dass du den Code nicht analysiert hast... --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 08:02, 29 June 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:SourceWP&amp;diff=5003</id>
		<title>Template:SourceWP</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:SourceWP&amp;diff=5003"/>
				<updated>2010-06-28T11:32:25Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: ;) @ Galak&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Heading Simulation 2|Source}}&lt;br /&gt;
{{#ifeq:{{{URL|}}}||&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%;&amp;quot;&amp;gt;&lt;br /&gt;
This page is based on this article: [[wikipedia:{{{2|en}}}:{{{1}}}|{{{1}}}]] out &lt;br /&gt;
{{#switch:{{{2|mw}}}&lt;br /&gt;
| commons = the free media data base [[wikipedia:commons:Main Page|Wikimedia Commons]]&lt;br /&gt;
| meta    = the [[metawikipedia:Main Page|Meta-Wiki]]&lt;br /&gt;
| {{{3|the free encyclopaedia [[wikipedia:en:Main Page|Wikipedia]] {{#ifeq:{{{2|en}}}|en||({{#language:{{{2}}}}})}}}}}&lt;br /&gt;
}}&lt;br /&gt;
and is protected by the [[FreewarWiki:GNU|GNU License for free documentation]]. There you can find a [http://{{{2|en}}}.wiki{{#switch:{{{2|en}}}|commons|meta=m|p}}edia.org/w/index.php?title={{urlencode:{{{1}}}}}&amp;amp;action=history list of the authors].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
{{{!}} style=&amp;quot;border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%;&amp;quot;&lt;br /&gt;
{{!}}&lt;br /&gt;
This article is based on [http://{{{URL}}} Article] out of the free encyclopedia [http://en.wikipedia.org/ Wikipedia] and is protected by the [[FreewarWiki:GNU|GNU License for free documentation]]. There you can find a [http://{{{URL}}}&amp;amp;action=history list of the authors].&lt;br /&gt;
{{!}}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Map/Spherepoint&amp;diff=4994</id>
		<title>Template:Map/Spherepoint</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Map/Spherepoint&amp;diff=4994"/>
				<updated>2010-06-27T18:35:41Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: lift? list!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;position:relative; overflow:visible; left:19px; top:-15px; width:0px; height:0px; z-index:2; float:left; font-size:13pt;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;position:absolute; top:0px; left:0px; width:12px; height:12px; color:{{{1}}};&amp;quot;&amp;gt;●&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;position:absolute; top:0px; left:0px; width:12px; height:12px;&amp;quot;&amp;gt;[[List of Spherepoints|&amp;lt;span style=&amp;quot;color:{{#ifeq:{{{1}}}|black|white|black}};&amp;quot;&amp;gt;○&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Template Documentation|This template creates [[Sphere]]points on a map.|This template will be incorporated by using '''&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Map/Spherepoint|&amp;quot;Colour&amp;quot;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;'''.|* '''Colour:''' The colour of the sphere, which brings the user to this point.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates/Maps]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Orewu&amp;diff=4993</id>
		<title>Orewu</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Orewu&amp;diff=4993"/>
				<updated>2010-06-27T18:20:57Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: - #REDIRECT Map:Orewu&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Area/Layout&lt;br /&gt;
&lt;br /&gt;
|Description=&lt;br /&gt;
Orewu is a salt desert. Orewu is well known for the [[Living Salthill|Living Salthills]], because they drop  - with a probability of 2/13 - a valuable [[ Salt Crystal]].&lt;br /&gt;
It is bordered to the north by [[Nawor]], to the east by [[Lardika]], to the south by [[Dorea]] and to the west by [[Mentoran]]. &lt;br /&gt;
&lt;br /&gt;
|Name:DE=&lt;br /&gt;
Orewu&lt;br /&gt;
&lt;br /&gt;
|Date=&lt;br /&gt;
24.07.2004&lt;br /&gt;
&lt;br /&gt;
|Quest=&lt;br /&gt;
Nawor&lt;br /&gt;
&lt;br /&gt;
|Control TowerX=&lt;br /&gt;
113&lt;br /&gt;
&lt;br /&gt;
|Control TowerY=&lt;br /&gt;
113&lt;br /&gt;
&lt;br /&gt;
|Dungeons=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Plants=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|History=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|NPC=&lt;br /&gt;
* [[Exhausted Claw Rat]]&lt;br /&gt;
* [[Rattlesnake]]&lt;br /&gt;
* [[Collective Salt Heap]]&lt;br /&gt;
* [[Living Salthill]]&lt;br /&gt;
* [[Salt-Addicted Dust Grinder]]&lt;br /&gt;
* [[Saltwater Bird]]&lt;br /&gt;
* [[Sandalin]]&lt;br /&gt;
* [[Grave Robber]]&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Areas]]&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Shop/Layout&amp;diff=4911</id>
		<title>Template:Shop/Layout</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Shop/Layout&amp;diff=4911"/>
				<updated>2010-06-25T14:39:46Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: Layoutfix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TemplateWarning}}&lt;br /&gt;
{{GermanLinking|Name:DE={{{Name:DE|none}}}}}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; style=&amp;quot;{{Shop/Colours}} solid 2px;&amp;quot; |&lt;br /&gt;
 | width=&amp;quot;60px&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;middle&amp;quot; rowspan=&amp;quot;3&amp;quot; style=&amp;quot;{{Shop/Colours}} outset 2px; margin-right:15px;&amp;quot;| {{{Image}}}&lt;br /&gt;
 | width=&amp;quot;5px&amp;quot; rowspan=&amp;quot;3&amp;quot; | &lt;br /&gt;
 | '''{{{Name|{{PAGENAME}}}}}'''&lt;br /&gt;
 |-&lt;br /&gt;
 | {{{Description}}}&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; |&lt;br /&gt;
 | align=&amp;quot;center&amp;quot; colspan=&amp;quot;3&amp;quot; | &amp;lt;small&amp;gt;''(Coordinates: ''X'':{{{X}}}, ''Y'':{{{Y}}} in the [[Area]]: {{Arealink|{{{Area}}}}})''&amp;lt;/small&amp;gt;&lt;br /&gt;
 |-&lt;br /&gt;
 | valign=&amp;quot;top&amp;quot; | '''Function:'''&lt;br /&gt;
{{#ifeq:{{{Purchase|}}}|none||&lt;br /&gt;
* You can buy [[Item|item]]s with [[Gold|gold]] from this shop.&lt;br /&gt;
}}{{#ifeq:{{{Sale|}}}|none||&lt;br /&gt;
* You can sell [[Item|item]]s to this shop.&lt;br /&gt;
}}{{#ifeq:{{{Reparation|}}}|none||&lt;br /&gt;
* You can [[Arms Reparation|repare]] your [[Weapon|weapon]]s and [[Armour|armour]] at this shop.&lt;br /&gt;
}}&lt;br /&gt;
{{{Function|}}}&lt;br /&gt;
 | valign=&amp;quot;top&amp;quot; style=&amp;quot;padding-left:15px;&amp;quot; | '''Miscellaneous:'''&lt;br /&gt;
{{#ifeq:{{{Hallowed|}}}|none||* This shop is a [[Hallowed Field|hallowed field]]. Attacks are impossible.}}&lt;br /&gt;
{{{Miscellaneous|{{#ifeq:{{{Hallowed|}}}|none|''nothing''}}}}}&lt;br /&gt;
 |-&lt;br /&gt;
 | {{#ifeq:{{{Requirements|none}}}|none||'''Requirements:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
{{{Requirements}}}}}&lt;br /&gt;
 |-{{#ifeq:{{{Quest|none}}}|none||&lt;br /&gt;
 {{!}} '''Quest:'''&lt;br /&gt;
* This shop can only be reaching by completing a  [[Quest:{{{Quest}}}|quest]].}}&lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{{Purchase|}}}|none||&lt;br /&gt;
 {{!}}-&lt;br /&gt;
 {{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Range of goods:'''&lt;br /&gt;
{{{Goods}}}&lt;br /&gt;
}}&lt;br /&gt;
{{#ifeq:{{{Map|}}}|none||&lt;br /&gt;
 {{!}}-&lt;br /&gt;
 {{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Location:'''&lt;br /&gt;
{{AreaOnMap|X={{{X}}}|Y={{{Y}}}|Area={{{Are}}}}}&lt;br /&gt;
}}&lt;br /&gt;
 |-&lt;br /&gt;
 | align=&amp;quot;left&amp;quot; colspan=&amp;quot;3&amp;quot; | {{#ifeq:{{{PriceLinks|}}}|none||[http://fwshop.ath.cx/ Current shop prices in all worlds]}}&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
{{ForAll}}&lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{NAMESPACE}}||&lt;br /&gt;
[[Category:Shops]]&lt;br /&gt;
[[Category:Locations]]&lt;br /&gt;
{{#ifeq:{{{Area|none}}}|none||[[Category:{{{Area}}} (Location)]]}}&lt;br /&gt;
{{#ifeq:{{{Peaceful|}}}|none||[[Category:Peaceful Location]]}}&lt;br /&gt;
}}&lt;br /&gt;
{{#ifeq:{{#var:misspelling}}|true|[[Category:Description inaccurate (Location)]]|}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Template Documentation|This template contains the sourcecode for shop articles.|This template can be included by using '''&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Shop/Layout}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;'''. Parameter are given in [[Template:Shop]]. It will be included automatically.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:ArticleLayout|Shop]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Flower_Shop&amp;diff=4910</id>
		<title>Flower Shop</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Flower_Shop&amp;diff=4910"/>
				<updated>2010-06-25T14:33:02Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IC}}{{TN}}&lt;br /&gt;
{{Shop/Layout|Image=&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
|Name:DE=&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
|Description=&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
|X=&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
|Y=&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
|Area=&lt;br /&gt;
&amp;lt;!-- only name, no link please --&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
|Purchase=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Sale=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Reparation=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Quest=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Miscellaneous=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Peaceful=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Requirements=&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
|Goods=&lt;br /&gt;
* [[]]&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Shop/Layout&amp;diff=4909</id>
		<title>Template:Shop/Layout</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Shop/Layout&amp;diff=4909"/>
				<updated>2010-06-25T14:32:25Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: args…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TemplateWarning}}&lt;br /&gt;
{{GermanLinking|Name:DE={{{Name:DE|none}}}}}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; style=&amp;quot;{{Shop/Colours}} solid 2px;&amp;quot; |&lt;br /&gt;
 | width=&amp;quot;60px&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;middle&amp;quot; rowspan=&amp;quot;3&amp;quot; style=&amp;quot;{{Shop/Colours}} outset 2px; margin-right:15px;&amp;quot;| {{{Image}}}&lt;br /&gt;
 | width=&amp;quot;5px&amp;quot; rowspan=&amp;quot;3&amp;quot; | &lt;br /&gt;
 | '''{{{Name|{{PAGENAME}}}}}'''&lt;br /&gt;
 |-&lt;br /&gt;
 | {{{Description}}}&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; |&lt;br /&gt;
 | align=&amp;quot;center&amp;quot; colspan=&amp;quot;3&amp;quot; | &amp;lt;small&amp;gt;''(Coordinates: ''X'':{{{X}}}, ''Y'':{{{Y}}} in the [[Area]]: {{Arealink|{{{Area}}}}})''&amp;lt;/small&amp;gt;&lt;br /&gt;
 |-&lt;br /&gt;
 | rowspan=&amp;quot;2&amp;quot; valign=&amp;quot;top&amp;quot; | '''Function:'''&lt;br /&gt;
{{#ifeq:{{{Purchase|}}}|none||&lt;br /&gt;
* You can buy [[Item|item]]s with [[Gold|gold]] from this shop.&lt;br /&gt;
}}{{#ifeq:{{{Sale|}}}|none||&lt;br /&gt;
* You can sell [[Item|item]]s to this shop.&lt;br /&gt;
}}{{#ifeq:{{{Reparation|}}}|none||&lt;br /&gt;
* You can [[Arms Reparation|repare]] your [[Weapon|weapon]]s and [[Armour|armour]] at this shop.&lt;br /&gt;
}}&lt;br /&gt;
{{{Function|}}}&lt;br /&gt;
 | &amp;amp;nbsp;&lt;br /&gt;
 | {{#ifeq:{{{Requirements|none}}}|none||'''Requirements:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
{{{Requirements}}}}}&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;amp;nbsp;&lt;br /&gt;
 | {{#ifeq:{{{Quest|none}}}|none||'''Quest:'''&lt;br /&gt;
* This shop can only be reaching by completing a  [[Quest:{{{Quest}}}|quest]].}}&lt;br /&gt;
'''Miscellaneous:'''&lt;br /&gt;
{{#ifeq:{{{Hallowed|}}}|none||* This shop is a [[Hallowed Field|hallowed field]]. Attacks are impossible.}}&lt;br /&gt;
{{{Miscellaneous|{{#ifeq:{{{Hallowed|}}}|none|''nothing''}}}}}&lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{{Purchase|}}}|none||&lt;br /&gt;
 {{!}}-&lt;br /&gt;
 {{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Range of goods:'''&lt;br /&gt;
{{{Goods}}}&lt;br /&gt;
}}&lt;br /&gt;
{{#ifeq:{{{Map|}}}|none||&lt;br /&gt;
 {{!}}-&lt;br /&gt;
 {{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Location:'''&lt;br /&gt;
{{AreaOnMap|X={{{X}}}|Y={{{Y}}}|Area={{{Are}}}}}&lt;br /&gt;
}}&lt;br /&gt;
 |-&lt;br /&gt;
 | align=&amp;quot;left&amp;quot; colspan=&amp;quot;3&amp;quot; | {{#ifeq:{{{PriceLinks|}}}|none||[http://fwshop.ath.cx/ Current shop prices in all worlds]}}&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
{{ForAll}}&lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{NAMESPACE}}||&lt;br /&gt;
[[Category:Shops]]&lt;br /&gt;
[[Category:Locations]]&lt;br /&gt;
{{#ifeq:{{{Area|none}}}|none||[[Category:{{{Area}}} (Location)]]}}&lt;br /&gt;
{{#ifeq:{{{Peaceful|}}}|none||[[Category:Peaceful Location]]}}&lt;br /&gt;
}}&lt;br /&gt;
{{#ifeq:{{#var:misspelling}}|true|[[Category:Description inaccurate (Location)]]|}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Template Documentation|This template contains the sourcecode for shop articles.|This template can be included by using '''&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Shop/Layout}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;'''. Parameter are given in [[Template:Shop]]. It will be included automatically.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:ArticleLayout|Shop]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Shop/Layout&amp;diff=4908</id>
		<title>Template:Shop/Layout</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Shop/Layout&amp;diff=4908"/>
				<updated>2010-06-25T14:30:51Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TemplateWarning}}&lt;br /&gt;
{{GermanLinking|Name:DE={{{Name:DE|none}}}}}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; style=&amp;quot;{{Shop/Colours}} solid 2px;&amp;quot; |&lt;br /&gt;
 | width=&amp;quot;60px&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;middle&amp;quot; rowspan=&amp;quot;3&amp;quot; style=&amp;quot;{{Shop/Colours}} outset 2px; margin-right:15px;&amp;quot;| {{{Image}}}&lt;br /&gt;
 | width=&amp;quot;5px&amp;quot; rowspan=&amp;quot;3&amp;quot; | &lt;br /&gt;
 | '''{{{Name|{{PAGENAME}}}}}'''&lt;br /&gt;
 |-&lt;br /&gt;
 | {{{Description}}}&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; |&lt;br /&gt;
 | align=&amp;quot;center&amp;quot; colspan=&amp;quot;3&amp;quot; | &amp;lt;small&amp;gt;''(Coordinates: ''X'':{{{X}}}, ''Y'':{{{Y}}} in the [[Area]]: {{Arealink|{{{Area}}}}})''&amp;lt;/small&amp;gt;&lt;br /&gt;
 |-&lt;br /&gt;
 | rowspan=&amp;quot;2&amp;quot; valign=&amp;quot;top&amp;quot; | '''Function:'''&lt;br /&gt;
{{#ifeq:{{{Purchase|}}}|none||&lt;br /&gt;
* You can buy [[Item|item]]s with [[Gold|gold]] from this shop.&lt;br /&gt;
}}{{#ifeq:{{{Sale|}}}|none||&lt;br /&gt;
* You can sell [[Item|item]]s to this shop.&lt;br /&gt;
}}{{#ifeq:{{{Reparation|}}}{{{Sale|}}}|none||&lt;br /&gt;
* You can [[Arms Reparation|repare]] your [[Weapon|weapon]]s and [[Armour|armour]] at this shop.&lt;br /&gt;
}}&lt;br /&gt;
{{{Function|}}}&lt;br /&gt;
 | &amp;amp;nbsp;&lt;br /&gt;
 | {{#ifeq:{{{Requirements|none}}}|none||'''Requirements:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
{{{Requirements}}}}}&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;amp;nbsp;&lt;br /&gt;
 | {{#ifeq:{{{Quest|none}}}|none||'''Quest:'''&lt;br /&gt;
* This shop can only be reaching by completing a  [[Quest:{{{Quest}}}|quest]].}}&lt;br /&gt;
'''Miscellaneous:'''&lt;br /&gt;
{{#ifeq:{{{Hallowed|}}}|none||* This shop is a [[Hallowed Field|hallowed field]]. Attacks are impossible.}}&lt;br /&gt;
{{{Miscellaneous|{{#ifeq:{{{Hallowed|}}}|none|''nothing''}}}}}&lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{{Purchase|}}}|none||&lt;br /&gt;
 {{!}}-&lt;br /&gt;
 {{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Range of goods:'''&lt;br /&gt;
{{{Goods}}}&lt;br /&gt;
}}&lt;br /&gt;
{{#ifeq:{{{Map|}}}|none||&lt;br /&gt;
 {{!}}-&lt;br /&gt;
 {{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Location:'''&lt;br /&gt;
{{AreaOnMap|X={{{X}}}|Y={{{Y}}}|Area={{{Are}}}}}&lt;br /&gt;
}}&lt;br /&gt;
 |-&lt;br /&gt;
 | align=&amp;quot;left&amp;quot; colspan=&amp;quot;3&amp;quot; | {{#ifeq:{{{PriceLinks|}}}|none||[http://fwshop.ath.cx/ Current shop prices in all worlds]}}&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
{{ForAll}}&lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{NAMESPACE}}||&lt;br /&gt;
[[Category:Shops]]&lt;br /&gt;
[[Category:Locations]]&lt;br /&gt;
{{#ifeq:{{{Area|none}}}|none||[[Category:{{{Area}}} (Location)]]}}&lt;br /&gt;
{{#ifeq:{{{Peaceful|}}}|none||[[Category:Peaceful Location]]}}&lt;br /&gt;
}}&lt;br /&gt;
{{#ifeq:{{#var:misspelling}}|true|[[Category:Description inaccurate (Location)]]|}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Template Documentation|This template contains the sourcecode for shop articles.|This template can be included by using '''&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Shop/Layout}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;'''. Parameter are given in [[Template:Shop]]. It will be included automatically.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:ArticleLayout|Shop]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Book/Layout&amp;diff=4897</id>
		<title>Template:Book/Layout</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Book/Layout&amp;diff=4897"/>
				<updated>2010-06-25T11:26:54Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: ups… fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TemplateWarning}}{{GermanLinking|Name:DE={{{Name:DE|none}}}}}&amp;lt;!--&lt;br /&gt;
Initialisiation of {{#var:Skill}}&lt;br /&gt;
--&amp;gt;{{#vardefine:Skill|{{#ifeq:{{{Skill| }}}| |{{#regex:{{FULLPAGENAME}}|/Book of(.+?)/| }}|{{{Skill|{{#regex:{{FULLPAGENAME}}|/Book of(.+?)/| }}}}}}}}}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; style=&amp;quot;{{Book/Colours}} solid 2px;&amp;quot; |&lt;br /&gt;
 | width=&amp;quot;60px&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;middle&amp;quot; rowspan=&amp;quot;3&amp;quot; style=&amp;quot;{{Book/Colours}} outset 2px; margin-right:15px;&amp;quot; | http://world1.freewar.com/freewar/images/items/buch.gif&lt;br /&gt;
 | width=&amp;quot;5px&amp;quot; rowspan=&amp;quot;3&amp;quot; | &lt;br /&gt;
 | '''{{PAGENAME}}''' &lt;br /&gt;
 |-&lt;br /&gt;
 | By using this book you will gain the skill {{#var:Skill}}. {{{Description}}}&lt;br /&gt;
 |-&lt;br /&gt;
 | ''(Spell, Level: 0)''&lt;br /&gt;
 |}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; |&lt;br /&gt;
 | width=&amp;quot;49%&amp;quot; rowspan=&amp;quot;2&amp;quot; | '''Requirements:'''&lt;br /&gt;
* The [[Skill|skill]] [[{{#var:Skill}}]] was not learned before.&lt;br /&gt;
{{{Requirements|}}}&lt;br /&gt;
 | &amp;amp;nbsp;&lt;br /&gt;
 | width=&amp;quot;49%&amp;quot; | '''Origin:'''&lt;br /&gt;
{{{Origin}}}&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;amp;nbsp;&lt;br /&gt;
 | width=&amp;quot;49%&amp;quot; | '''MaximumLevel:'''&lt;br /&gt;
{{{Max}}}&lt;br /&gt;
 |-&lt;br /&gt;
 | '''Miscellaneous:'''&lt;br /&gt;
* This [[Book|book]] dissolves when using it.&lt;br /&gt;
 | &amp;amp;nbsp;&lt;br /&gt;
 | '''Function:'''&lt;br /&gt;
* You will learn the [[Skill|skill]] [[{{#var:Skill}}]] on level 1.&lt;br /&gt;
 |-&lt;br /&gt;
 | colspan=&amp;quot;3&amp;quot; | '''Price:'''&lt;br /&gt;
{{#ifeq:{{{BuyPrice|none}}}|none||&lt;br /&gt;
* Default [[Purchase Price]]:&amp;lt;br /&amp;gt;{{{BuyPrice}}} [[Gold]]&lt;br /&gt;
}}&lt;br /&gt;
* Default [[Price of Sale]]:&amp;lt;br /&amp;gt;{{{SellPrice|{{#ifeq:{{{BuyPrice|none}}}|none|{{{SellPrice}}}|{{#expr:{{{BuyPrice}}} / 2}}}}}}} [[Gold]]&lt;br /&gt;
{{#ifeq:{{{MarketPrice|none}}}|none||*[[MarketPrice]]:&amp;lt;br /&amp;gt;{{{MarketPrice}}} [[Gold]]}}&lt;br /&gt;
&amp;lt;sup&amp;gt;'''Attention:''' {{#ifeq:{{{MarketPricePage|none}}}|none|This are the default prices at the [[shop]]s. The [[MarketPrice|market price]]s when trading with other players can vary!|{{#ifeq:{{{MarketPrice|none}}}|none|This is a item, which price when trading with other players will vary noticeably. Details can be found [[MarketPrice:{{PAGENAME}}|here.]]|This is the normal default price for this item, but its price can still vary in the different worlds. Details can be found on the[[MarketPrice:{{PAGENAME}}|Market Price Page]].}}}}&amp;lt;/sup&amp;gt;&lt;br /&gt;
{{#ifeq:{{{Background|none}}}|none||&lt;br /&gt;
 {{!}}-&lt;br /&gt;
 {{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Background:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
{{{Background}}}&lt;br /&gt;
}}&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
{{ForAll}}&lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{NAMESPACE}}||&lt;br /&gt;
[[Category:All Items]]&lt;br /&gt;
[[Category:Books|{{#var:Skill}}]]&lt;br /&gt;
{{{AdditionalCategories|}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Template Documentation|This template contains the source code for general item articles.|This template can be incorporated by using '''&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Book/Layout}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;'''. Parameters are given in[[Template:Book]]. It will be incorporated automatically.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:ArticleLayout|Book]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Book/Layout&amp;diff=4895</id>
		<title>Template:Book/Layout</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Book/Layout&amp;diff=4895"/>
				<updated>2010-06-25T11:18:53Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: fixed &amp;amp; optimized&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TemplateWarning}}{{GermanLinking|Name:DE={{{Name:DE|none}}}}}&amp;lt;!--&lt;br /&gt;
Initialisiation of {{#var:Skill}}&lt;br /&gt;
--&amp;gt;{{#vardefine:Skill|{{{Skill|{{#regex:{{FULLPAGENAME}}|/Book of(.+?)/| }}}}}}}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; style=&amp;quot;{{Book/Colours}} solid 2px;&amp;quot; |&lt;br /&gt;
 | width=&amp;quot;60px&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;middle&amp;quot; rowspan=&amp;quot;3&amp;quot; style=&amp;quot;{{Book/Colours}} outset 2px; margin-right:15px;&amp;quot; | http://world1.freewar.com/freewar/images/items/buch.gif&lt;br /&gt;
 | width=&amp;quot;5px&amp;quot; rowspan=&amp;quot;3&amp;quot; | &lt;br /&gt;
 | '''{{PAGENAME}}''' &lt;br /&gt;
 |-&lt;br /&gt;
 | By using this book you will gain the skill {{#var:Skill}}. {{{Description}}}&lt;br /&gt;
 |-&lt;br /&gt;
 | ''(Spell, Level: 0)''&lt;br /&gt;
 |}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; |&lt;br /&gt;
 | width=&amp;quot;49%&amp;quot; rowspan=&amp;quot;2&amp;quot; | '''Requirements:'''&lt;br /&gt;
* The [[Skill|skill]] [[{{#var:Skill}}]] was not learned before.&lt;br /&gt;
{{{Requirements|}}}&lt;br /&gt;
 | &amp;amp;nbsp;&lt;br /&gt;
 | width=&amp;quot;49%&amp;quot; | '''Origin:'''&lt;br /&gt;
{{{Origin}}}&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;amp;nbsp;&lt;br /&gt;
 | width=&amp;quot;49%&amp;quot; | '''MaximumLevel:'''&lt;br /&gt;
{{{Max}}}&lt;br /&gt;
 |-&lt;br /&gt;
 | '''Miscellaneous:'''&lt;br /&gt;
* This [[Book|book]] dissolves when using it.&lt;br /&gt;
 | &amp;amp;nbsp;&lt;br /&gt;
 | '''Function:'''&lt;br /&gt;
* You will learn the [[Skill|skill]] [[{{#var:Skill}}]] on level 1.&lt;br /&gt;
 |-&lt;br /&gt;
 | colspan=&amp;quot;3&amp;quot; | '''Price:'''&lt;br /&gt;
{{#ifeq:{{{BuyPrice|none}}}|none||&lt;br /&gt;
* Default [[Purchase Price]]:&amp;lt;br /&amp;gt;{{{BuyPrice}}} [[Gold]]&lt;br /&gt;
}}&lt;br /&gt;
* Default [[Price of Sale]]:&amp;lt;br /&amp;gt;{{{SellPrice|{{#ifeq:{{{BuyPrice|none}}}|none|{{{SellPrice}}}|{{#expr:{{{BuyPrice}}} / 2}}}}}}} [[Gold]]&lt;br /&gt;
{{#ifeq:{{{MarketPrice|none}}}|none||*[[MarketPrice]]:&amp;lt;br /&amp;gt;{{{MarketPrice}}} [[Gold]]}}&lt;br /&gt;
&amp;lt;sup&amp;gt;'''Attention:''' {{#ifeq:{{{MarketPricePage|none}}}|none|This are the default prices at the [[shop]]s. The [[MarketPrice|market price]]s when trading with other players can vary!|{{#ifeq:{{{MarketPrice|none}}}|none|This is a item, which price when trading with other players will vary noticeably. Details can be found [[MarketPrice:{{PAGENAME}}|here.]]|This is the normal default price for this item, but its price can still vary in the different worlds. Details can be found on the[[MarketPrice:{{PAGENAME}}|Market Price Page]].}}}}&amp;lt;/sup&amp;gt;&lt;br /&gt;
{{#ifeq:{{{Background|none}}}|none||&lt;br /&gt;
 {{!}}-&lt;br /&gt;
 {{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Background:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
{{{Background}}}&lt;br /&gt;
}}&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
{{ForAll}}&lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{NAMESPACE}}||&lt;br /&gt;
[[Category:All Items]]&lt;br /&gt;
[[Category:Books|{{#var:Skill}}]]&lt;br /&gt;
{{{AdditionalCategories|}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Template Documentation|This template contains the source code for general item articles.|This template can be incorporated by using '''&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Book/Layout}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;'''. Parameters are given in[[Template:Book]]. It will be incorporated automatically.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:ArticleLayout|Book]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Amulet/Layout&amp;diff=4885</id>
		<title>Template:Amulet/Layout</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Amulet/Layout&amp;diff=4885"/>
				<updated>2010-06-24T19:46:58Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: fixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TemplateWarning}}&lt;br /&gt;
{{GermanLinking|Name:DE={{{Name:DE|none}}}}}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; style=&amp;quot;{{Amulet/Colours}} solid 2px;&amp;quot; |&lt;br /&gt;
 | width=&amp;quot;60px&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;middle&amp;quot; rowspan=&amp;quot;3&amp;quot; style=&amp;quot;{{Amulet/Colours}} outset 2px; margin-right:15px;&amp;quot;| {{{Image}}}&lt;br /&gt;
 | width=&amp;quot;5px&amp;quot; rowspan=&amp;quot;3&amp;quot; | &lt;br /&gt;
 | '''{{PAGENAME}}''' &amp;lt;span title=&amp;quot;This magical item will dissolve after {{{Durability}}}.&amp;quot; style=&amp;quot;color:#008811;&amp;quot;&amp;gt;{{#ifeq:{{{Durability|none}}}|none||'''(M)'''}}&amp;lt;/span&amp;gt;&lt;br /&gt;
 |-&lt;br /&gt;
 | {{{Description}}}&lt;br /&gt;
 |-&lt;br /&gt;
 | ''(Amulet, Level: {{{Level}}})''&lt;br /&gt;
 |}&lt;br /&gt;
{| width=&amp;quot;500px&amp;quot; |&lt;br /&gt;
 | width=&amp;quot;49%&amp;quot;| '''Requirements:'''&lt;br /&gt;
{{#ifeq:{{{Race|none}}}|none||&lt;br /&gt;
*''[[Race]]'': {{{Race}}}&lt;br /&gt;
}}{{#ifeq:{{{MinimumIntelligence|none}}}|none||&lt;br /&gt;
*''[[Intelligence|MinimumIntelligence]]'': {{{MinimumIntelligence}}}&lt;br /&gt;
}}{{#ifeq:{{{MinimumAttackPower|none}}}|none||&lt;br /&gt;
*''[[Attack Power|MinimumAttackPower]]'': {{{MinimumAttackPower}}}&lt;br /&gt;
}}&lt;br /&gt;
{{{Requirements}}}&lt;br /&gt;
 | &amp;amp;nbsp;&lt;br /&gt;
 | width=&amp;quot;49%&amp;quot; |'''Origin:'''&lt;br /&gt;
{{{Origin}}}&lt;br /&gt;
 |-&lt;br /&gt;
 | '''Miscellaneous:'''&lt;br /&gt;
{{#ifeq:{{{Durability|none}}}|none||&lt;br /&gt;
* This [[magical]] item will dissolve after {{{Durability}}}.&lt;br /&gt;
}}&lt;br /&gt;
{{{Miscellaneous}}}&lt;br /&gt;
 |&amp;amp;nbsp;&lt;br /&gt;
 |'''Prices:'''	 &lt;br /&gt;
{{#ifeq:{{{QP|none}}}|none| {{#ifeq:{{{BuyPrice|none}}}|none|| 	 &lt;br /&gt;
* Default [[Purchase Price]]:&amp;lt;br /&amp;gt;{{{BuyPrice}}} [[Gold]]{{#ifeq:{{{NatlaPrice|none}}}|none||/&amp;lt;br /&amp;gt;{{{NatlaPrice}}} [[Gold]] in the [[Natla shop]]}} }}|&lt;br /&gt;
* Price at the [[Quest Hall]]:&amp;lt;br /&amp;gt;{{{BuyPrice}}} [[Quest Points]]}}&lt;br /&gt;
* Default [[Sale Price]]:&amp;lt;br /&amp;gt;{{{SellPrice}}} [[Gold]]	 &lt;br /&gt;
{{#ifeq:{{{MarketPrice|none}}}|none||*[[Market Price]]:&amp;lt;br /&amp;gt;{{{MarketPrice}}} [[Gold]]}}&lt;br /&gt;
&amp;lt;sup&amp;gt;'''Attention:''' {{#ifeq:{{{MarketPricePage|none}}}|none|These are the default prices for sale at the [[shop]]s. The [[market price]]s when trading with other players can vary!|{{#ifeq:{{{MarketPrice|none}}}|none|. When trading with other players the sales prices can vary noticeably. Details can be found [[MarketPrice:{{PAGENAME}}|here.]]|This is the normal default price of sale for this item, but its default price can still vary in the different worlds. Details can be found on this [[MarketPrice:{{PAGENAME}}|market price page]].}}}}&amp;lt;/sup&amp;gt; &lt;br /&gt;
 |-&lt;br /&gt;
 | colspan=&amp;quot;3&amp;quot; |'''Function:'''&lt;br /&gt;
{{{Function}}}&lt;br /&gt;
{{#ifeq:{{{Quest|none}}}|none||&lt;br /&gt;
* This item belongs to a [[Quest:{{{Quest}}}|quest]].&lt;br /&gt;
}}&lt;br /&gt;
{{#ifeq:{{{Versions|none}}}|none||&lt;br /&gt;
 {{!}}-&lt;br /&gt;
 {{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Versions:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
{{{Versions}}}&lt;br /&gt;
}}&lt;br /&gt;
{{#ifeq:{{{Background|none}}}|none||&lt;br /&gt;
 {{!}}-&lt;br /&gt;
 {{!}} colspan=&amp;quot;3&amp;quot; {{!}} '''Background:'''&amp;lt;br /&amp;gt;&lt;br /&gt;
{{{Background}}}&lt;br /&gt;
}}&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
{{ForAll}}&lt;br /&gt;
{{#ifeq:{{{Durability|none}}}|none||&lt;br /&gt;
[[Category:Magic Items]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#ifeq:{{NAMESPACE}}||&lt;br /&gt;
[[Category:All Items]]&lt;br /&gt;
[[Category:Amulet]]&lt;br /&gt;
{{{AdditionalCategories|}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Template Documentation|This template contains the source code for Amulet articles.|This template can be incorporated by using '''&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;{{Amulet/Layout}}&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;'''. The parameters are given in [[Template:Amulet]]. It will be incorporated automatically.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:ArticleLayout|Amulet]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4882</id>
		<title>User talk:Bwoebi</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4882"/>
				<updated>2010-06-24T19:06:07Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: /* Meine Seite */  shitty sig…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello '''Bwoebi'''!&lt;br /&gt;
&lt;br /&gt;
The special page &amp;quot;[[Special:Log/newusers|New Users]]&amp;quot; told me your name, welcome at our FreewarWiki. Here are a few tips before you get started: If you want to test graphical designs and details you can use our [[FreewarWiki:Sandbox|sandbox]]. If you have the desire to get more information about how to set up an article and how to use the templates you are welcome to have a look at the [[Help:Tutorial|tutorial]] and at the [[FreewarWiki:About FreewarWiki|info page]]. If you have questions ([[Help:FAQ|&amp;amp;rarr; FAQ]]) we would welcome you to not hesitate and just ask them [[FreewarWiki:Questions About FreewarWiki|here]] or to just ask one of our &amp;quot;[[:Category:Constant Authors|old stagers]]&amp;quot;. In case of any special and serious problems you are welcome to ask our [[FreewarWiki:Administrator|administrators]] ([[Help:Discussion Page|&amp;amp;rarr; Help]]). &amp;lt;br /&amp;gt;&lt;br /&gt;
You want to participate in our [[FreewarWiki:Trustable Merchants|trading network]]? Please talk to an administrator of the Wiki. If you want to set up an article about an Unique-Item you can get help [[Help:Unique-Item|here]]. When setting up an article about your own clan you can have a look at this [[Help:Clan Article|page]], if you have any questions. &amp;lt;br /&amp;gt;&lt;br /&gt;
We would be happy to welcome you as a new constant member of your Wiki-Community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Kind regards [[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:45, 1 March 2010 (CET)&lt;br /&gt;
:&lt;br /&gt;
:P.S.: Since we are a ever growing community we would like you to use a [[Help:Signature|signature]] at the end of your post, so everyone can assign it to you. Signatures are created by using &amp;lt;nowiki&amp;gt;--~~&amp;lt;/nowiki&amp;gt;~~.&lt;br /&gt;
&lt;br /&gt;
::The Special Page?^^ No the German wiki! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:58, 1 March 2010 (CET)&lt;br /&gt;
:::No^^ the [[Special:RecentChanges]] xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:06, 1 March 2010 (CET)&lt;br /&gt;
::::Ehm bwoebi? may you should try the english version of your signature...atm it links to the german wiki xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:13, 1 March 2010 (CET)&lt;br /&gt;
:::::I don't like the red links… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:16, 1 March 2010 (CET)&lt;br /&gt;
May you fill your userpage with content?^^--[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:17, 1 March 2010 (CET)&lt;br /&gt;
:Haha… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:45, 1 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Armour Layout ==&lt;br /&gt;
&lt;br /&gt;
Hallo bwoebi, kannst ruhig deutsch schreiben, wäre sonst zu umständlich. ;)&lt;br /&gt;
&lt;br /&gt;
Ich bin leider noch nicht so gut mit allem was zu eine Wiki gehört vertraut, hätte das schon vorher jemand gemacht, der sich damit auskennt, wäre meine Arbeit unnötig gewesen, aber dennoch danke für das abändern der Vorlage. ;) [[User:Istrugar|Istrugar]] 13:20, 9 April 2010 (CEST)&lt;br /&gt;
:ist gut ;) Aber das nächste mal bei solchen Parametern,sag einfach Bescheid =) Man muss es bei der Wurzel anpacken^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:32, 9 April 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== |Name:DE= ==&lt;br /&gt;
&lt;br /&gt;
Huhu bwoebi, wir scheinen ein Problem mit dem Parameter '''&amp;lt;nowiki&amp;gt;|Name:DE=&amp;lt;/nowiki&amp;gt;''' zu haben. Dieser erzeugt momentan keine Verlinkung mehr zur deutschen Version des Artikels. Ich fände es zwar seltsam,wenn es an unseren Vorlagen liegt, immerhin haben wir sie ja nicht spontan geändert. Da es aber zumindest möglich ist möchte ich dich bitten dir das mal anzusehen, um diese Ursache auszuschließen. Wenn du nichts findest wird es vermutlich am Wiki bzw. der Verbindung beider Wikis liegen und ich muss Tiramon verhauen gehn.&lt;br /&gt;
:Hmm, da hilft nur Tiramon verhauen — da die Vorlagen identisch mit den Deutschen sind, was die Syntax angeht… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:21, 9 June 2010 (CEST)&lt;br /&gt;
::Zu dem entschluss bin ich auch schon gekommen wollten nur noch mal auf nummer sicher gehen, doch eins wundert mich, das der Parameter &amp;quot;GermanLinking&amp;quot; nicht in den Vorlagen z.B Template:Party_NPC/Layout auftaucht, oder muss das so? Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[UserTalk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 23:07, 9 June 2010 (CEST)&lt;br /&gt;
:::Da fehlt die Vorlage, ja ;) Aber in NPC/Layout, da ist sie schon vorhanden... Und geht auch nicht --[[Special:Contributions/94.252.55.117|94.252.55.117]] 13:41, 10 June 2010 (CEST) (bwoebi &amp;lt;sup&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&amp;lt;/sup&amp;gt;)&lt;br /&gt;
::::Noch immer nichts von Tira…? --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&lt;br /&gt;
:::::Du kennst das doch. Tira hier reinzubekommen ist wirklich nicht ganz leicht. xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 17:23, 11 June 2010 (CEST)&lt;br /&gt;
::::::Fahr doch bei ihn nach Hause :P --[[Special:Contributions/94.252.55.156|94.252.55.156]] 12:27, 12 June 2010 (CEST)&lt;br /&gt;
{{done}} Vorlagen funktionieren jetzt alle also '''Finger weg''' sonst finger ab :p Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:XDDD Nunja ich hätte anstatt eines Leerzeichens &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ns:0}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; schreiben sollen -.- --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:49, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
==Meine Seite==&lt;br /&gt;
Das hatte schon nen Grund warum ich meinen Namen so eingebunden hatte, weil ich die Vorlage auch nur für mich verwende.... Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:Das glaub ich gerne, aber ich würde die Vorlage auch mal nutzen wollen und das isst eben praktischer als 100000e Vorlage für jeden einzelnen zu machen… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:20, 24 June 2010 (CEST)&lt;br /&gt;
::Ja, aber diese habe ich extra nur für die [[:Category:Automatic Import]] angelegt bis die fertig ist die vorlage bitte nicht ändern da, sonst der Text nicht mehr passt. ;-) Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:22, 24 June 2010 (CEST)&lt;br /&gt;
:::Ach so ist das^^Na dann editier sie danach so wie ich es tat --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:25, 24 June 2010 (CEST)&lt;br /&gt;
::::Alles klar ^^ Weil hätten wir die so gelassen würd ja nimmer stimmen ^^ Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:26, 24 June 2010 (CEST)&lt;br /&gt;
Btw: Schau ma in der deutschen w1 hab dirn brief zugeschickt schreib mir da ma deine NR back pls ^^Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:41, 24 June 2010 (CEST)&lt;br /&gt;
:Ich hab das ganze nun mal so umgebaut, dass es weiterhin für White-Angel arbeiten kann, aber auch anderen nutzt. Es wird nun mit '''&amp;lt;nowiki&amp;gt;{{User:White-Angel/Box|Benutzername|-~~~~}}&amp;lt;/nowiki&amp;gt;''' eingebunden. Ich hoffe nun sind alle damit zufrieden. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:37, 24 June 2010 (CEST)&lt;br /&gt;
::Ja, sind es ;) und Queenie, deine Antwort ist da! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 21:06, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Template:Babelframe ==&lt;br /&gt;
&lt;br /&gt;
Kannst du bitte bei gelegenheit mal schauen ob du die so hinbekommst das man einen zusätzlichen Paramenter für eine sprache angeben kann? Ich kriegs nicht hin ^^ also das auch das DE: da vorne aus dem Link verschwindet so wie im Deutschen halt nur mit einem Zusätzlichen Parameter welcher die Sprache bestimmt. Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:25, 24 June 2010 (CEST)&lt;br /&gt;
:Das ganze muss wohl in SourceWP angepasst werden, da das Problem dort liegt. Wir finden aber nichts um die Sprachauswahl optional zu machen, ohne das ein de: mit angezeigt wird. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:31, 24 June 2010 (CEST)&lt;br /&gt;
::Nene das krieg ich schon hin — nach dem Essen ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:39, 24 June 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4881</id>
		<title>User talk:Bwoebi</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4881"/>
				<updated>2010-06-24T19:04:56Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: /* Meine Seite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello '''Bwoebi'''!&lt;br /&gt;
&lt;br /&gt;
The special page &amp;quot;[[Special:Log/newusers|New Users]]&amp;quot; told me your name, welcome at our FreewarWiki. Here are a few tips before you get started: If you want to test graphical designs and details you can use our [[FreewarWiki:Sandbox|sandbox]]. If you have the desire to get more information about how to set up an article and how to use the templates you are welcome to have a look at the [[Help:Tutorial|tutorial]] and at the [[FreewarWiki:About FreewarWiki|info page]]. If you have questions ([[Help:FAQ|&amp;amp;rarr; FAQ]]) we would welcome you to not hesitate and just ask them [[FreewarWiki:Questions About FreewarWiki|here]] or to just ask one of our &amp;quot;[[:Category:Constant Authors|old stagers]]&amp;quot;. In case of any special and serious problems you are welcome to ask our [[FreewarWiki:Administrator|administrators]] ([[Help:Discussion Page|&amp;amp;rarr; Help]]). &amp;lt;br /&amp;gt;&lt;br /&gt;
You want to participate in our [[FreewarWiki:Trustable Merchants|trading network]]? Please talk to an administrator of the Wiki. If you want to set up an article about an Unique-Item you can get help [[Help:Unique-Item|here]]. When setting up an article about your own clan you can have a look at this [[Help:Clan Article|page]], if you have any questions. &amp;lt;br /&amp;gt;&lt;br /&gt;
We would be happy to welcome you as a new constant member of your Wiki-Community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Kind regards [[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:45, 1 March 2010 (CET)&lt;br /&gt;
:&lt;br /&gt;
:P.S.: Since we are a ever growing community we would like you to use a [[Help:Signature|signature]] at the end of your post, so everyone can assign it to you. Signatures are created by using &amp;lt;nowiki&amp;gt;--~~&amp;lt;/nowiki&amp;gt;~~.&lt;br /&gt;
&lt;br /&gt;
::The Special Page?^^ No the German wiki! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:58, 1 March 2010 (CET)&lt;br /&gt;
:::No^^ the [[Special:RecentChanges]] xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:06, 1 March 2010 (CET)&lt;br /&gt;
::::Ehm bwoebi? may you should try the english version of your signature...atm it links to the german wiki xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:13, 1 March 2010 (CET)&lt;br /&gt;
:::::I don't like the red links… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:16, 1 March 2010 (CET)&lt;br /&gt;
May you fill your userpage with content?^^--[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:17, 1 March 2010 (CET)&lt;br /&gt;
:Haha… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:45, 1 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Armour Layout ==&lt;br /&gt;
&lt;br /&gt;
Hallo bwoebi, kannst ruhig deutsch schreiben, wäre sonst zu umständlich. ;)&lt;br /&gt;
&lt;br /&gt;
Ich bin leider noch nicht so gut mit allem was zu eine Wiki gehört vertraut, hätte das schon vorher jemand gemacht, der sich damit auskennt, wäre meine Arbeit unnötig gewesen, aber dennoch danke für das abändern der Vorlage. ;) [[User:Istrugar|Istrugar]] 13:20, 9 April 2010 (CEST)&lt;br /&gt;
:ist gut ;) Aber das nächste mal bei solchen Parametern,sag einfach Bescheid =) Man muss es bei der Wurzel anpacken^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:32, 9 April 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== |Name:DE= ==&lt;br /&gt;
&lt;br /&gt;
Huhu bwoebi, wir scheinen ein Problem mit dem Parameter '''&amp;lt;nowiki&amp;gt;|Name:DE=&amp;lt;/nowiki&amp;gt;''' zu haben. Dieser erzeugt momentan keine Verlinkung mehr zur deutschen Version des Artikels. Ich fände es zwar seltsam,wenn es an unseren Vorlagen liegt, immerhin haben wir sie ja nicht spontan geändert. Da es aber zumindest möglich ist möchte ich dich bitten dir das mal anzusehen, um diese Ursache auszuschließen. Wenn du nichts findest wird es vermutlich am Wiki bzw. der Verbindung beider Wikis liegen und ich muss Tiramon verhauen gehn.&lt;br /&gt;
:Hmm, da hilft nur Tiramon verhauen — da die Vorlagen identisch mit den Deutschen sind, was die Syntax angeht… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:21, 9 June 2010 (CEST)&lt;br /&gt;
::Zu dem entschluss bin ich auch schon gekommen wollten nur noch mal auf nummer sicher gehen, doch eins wundert mich, das der Parameter &amp;quot;GermanLinking&amp;quot; nicht in den Vorlagen z.B Template:Party_NPC/Layout auftaucht, oder muss das so? Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[UserTalk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 23:07, 9 June 2010 (CEST)&lt;br /&gt;
:::Da fehlt die Vorlage, ja ;) Aber in NPC/Layout, da ist sie schon vorhanden... Und geht auch nicht --[[Special:Contributions/94.252.55.117|94.252.55.117]] 13:41, 10 June 2010 (CEST) (bwoebi &amp;lt;sup&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&amp;lt;/sup&amp;gt;)&lt;br /&gt;
::::Noch immer nichts von Tira…? --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&lt;br /&gt;
:::::Du kennst das doch. Tira hier reinzubekommen ist wirklich nicht ganz leicht. xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 17:23, 11 June 2010 (CEST)&lt;br /&gt;
::::::Fahr doch bei ihn nach Hause :P --[[Special:Contributions/94.252.55.156|94.252.55.156]] 12:27, 12 June 2010 (CEST)&lt;br /&gt;
{{done}} Vorlagen funktionieren jetzt alle also '''Finger weg''' sonst finger ab :p Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:XDDD Nunja ich hätte anstatt eines Leerzeichens &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ns:0}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; schreiben sollen -.- --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:49, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
==Meine Seite==&lt;br /&gt;
Das hatte schon nen Grund warum ich meinen Namen so eingebunden hatte, weil ich die Vorlage auch nur für mich verwende.... Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:Das glaub ich gerne, aber ich würde die Vorlage auch mal nutzen wollen und das isst eben praktischer als 100000e Vorlage für jeden einzelnen zu machen… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:20, 24 June 2010 (CEST)&lt;br /&gt;
::Ja, aber diese habe ich extra nur für die [[:Category:Automatic Import]] angelegt bis die fertig ist die vorlage bitte nicht ändern da, sonst der Text nicht mehr passt. ;-) Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:22, 24 June 2010 (CEST)&lt;br /&gt;
:::Ach so ist das^^Na dann editier sie danach so wie ich es tat --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:25, 24 June 2010 (CEST)&lt;br /&gt;
::::Alles klar ^^ Weil hätten wir die so gelassen würd ja nimmer stimmen ^^ Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:26, 24 June 2010 (CEST)&lt;br /&gt;
Btw: Schau ma in der deutschen w1 hab dirn brief zugeschickt schreib mir da ma deine NR back pls ^^Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:41, 24 June 2010 (CEST)&lt;br /&gt;
:Ich hab das ganze nun mal so umgebaut, dass es weiterhin für White-Angel arbeiten kann, aber auch anderen nutzt. Es wird nun mit '''&amp;lt;nowiki&amp;gt;{{User:White-Angel/Box|Benutzername|-~~~~}}&amp;lt;/nowiki&amp;gt;''' eingebunden. Ich hoffe nun sind alle damit zufrieden. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:37, 24 June 2010 (CEST)&lt;br /&gt;
::Ja, sind es ;) und Queenie, deine Antwort ist da!&lt;br /&gt;
&lt;br /&gt;
== Template:Babelframe ==&lt;br /&gt;
&lt;br /&gt;
Kannst du bitte bei gelegenheit mal schauen ob du die so hinbekommst das man einen zusätzlichen Paramenter für eine sprache angeben kann? Ich kriegs nicht hin ^^ also das auch das DE: da vorne aus dem Link verschwindet so wie im Deutschen halt nur mit einem Zusätzlichen Parameter welcher die Sprache bestimmt. Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:25, 24 June 2010 (CEST)&lt;br /&gt;
:Das ganze muss wohl in SourceWP angepasst werden, da das Problem dort liegt. Wir finden aber nichts um die Sprachauswahl optional zu machen, ohne das ein de: mit angezeigt wird. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:31, 24 June 2010 (CEST)&lt;br /&gt;
::Nene das krieg ich schon hin — nach dem Essen ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:39, 24 June 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4880</id>
		<title>User talk:Bwoebi</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4880"/>
				<updated>2010-06-24T18:49:39Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: /* |Name:DE= */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello '''Bwoebi'''!&lt;br /&gt;
&lt;br /&gt;
The special page &amp;quot;[[Special:Log/newusers|New Users]]&amp;quot; told me your name, welcome at our FreewarWiki. Here are a few tips before you get started: If you want to test graphical designs and details you can use our [[FreewarWiki:Sandbox|sandbox]]. If you have the desire to get more information about how to set up an article and how to use the templates you are welcome to have a look at the [[Help:Tutorial|tutorial]] and at the [[FreewarWiki:About FreewarWiki|info page]]. If you have questions ([[Help:FAQ|&amp;amp;rarr; FAQ]]) we would welcome you to not hesitate and just ask them [[FreewarWiki:Questions About FreewarWiki|here]] or to just ask one of our &amp;quot;[[:Category:Constant Authors|old stagers]]&amp;quot;. In case of any special and serious problems you are welcome to ask our [[FreewarWiki:Administrator|administrators]] ([[Help:Discussion Page|&amp;amp;rarr; Help]]). &amp;lt;br /&amp;gt;&lt;br /&gt;
You want to participate in our [[FreewarWiki:Trustable Merchants|trading network]]? Please talk to an administrator of the Wiki. If you want to set up an article about an Unique-Item you can get help [[Help:Unique-Item|here]]. When setting up an article about your own clan you can have a look at this [[Help:Clan Article|page]], if you have any questions. &amp;lt;br /&amp;gt;&lt;br /&gt;
We would be happy to welcome you as a new constant member of your Wiki-Community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Kind regards [[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:45, 1 March 2010 (CET)&lt;br /&gt;
:&lt;br /&gt;
:P.S.: Since we are a ever growing community we would like you to use a [[Help:Signature|signature]] at the end of your post, so everyone can assign it to you. Signatures are created by using &amp;lt;nowiki&amp;gt;--~~&amp;lt;/nowiki&amp;gt;~~.&lt;br /&gt;
&lt;br /&gt;
::The Special Page?^^ No the German wiki! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:58, 1 March 2010 (CET)&lt;br /&gt;
:::No^^ the [[Special:RecentChanges]] xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:06, 1 March 2010 (CET)&lt;br /&gt;
::::Ehm bwoebi? may you should try the english version of your signature...atm it links to the german wiki xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:13, 1 March 2010 (CET)&lt;br /&gt;
:::::I don't like the red links… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:16, 1 March 2010 (CET)&lt;br /&gt;
May you fill your userpage with content?^^--[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:17, 1 March 2010 (CET)&lt;br /&gt;
:Haha… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:45, 1 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Armour Layout ==&lt;br /&gt;
&lt;br /&gt;
Hallo bwoebi, kannst ruhig deutsch schreiben, wäre sonst zu umständlich. ;)&lt;br /&gt;
&lt;br /&gt;
Ich bin leider noch nicht so gut mit allem was zu eine Wiki gehört vertraut, hätte das schon vorher jemand gemacht, der sich damit auskennt, wäre meine Arbeit unnötig gewesen, aber dennoch danke für das abändern der Vorlage. ;) [[User:Istrugar|Istrugar]] 13:20, 9 April 2010 (CEST)&lt;br /&gt;
:ist gut ;) Aber das nächste mal bei solchen Parametern,sag einfach Bescheid =) Man muss es bei der Wurzel anpacken^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:32, 9 April 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== |Name:DE= ==&lt;br /&gt;
&lt;br /&gt;
Huhu bwoebi, wir scheinen ein Problem mit dem Parameter '''&amp;lt;nowiki&amp;gt;|Name:DE=&amp;lt;/nowiki&amp;gt;''' zu haben. Dieser erzeugt momentan keine Verlinkung mehr zur deutschen Version des Artikels. Ich fände es zwar seltsam,wenn es an unseren Vorlagen liegt, immerhin haben wir sie ja nicht spontan geändert. Da es aber zumindest möglich ist möchte ich dich bitten dir das mal anzusehen, um diese Ursache auszuschließen. Wenn du nichts findest wird es vermutlich am Wiki bzw. der Verbindung beider Wikis liegen und ich muss Tiramon verhauen gehn.&lt;br /&gt;
:Hmm, da hilft nur Tiramon verhauen — da die Vorlagen identisch mit den Deutschen sind, was die Syntax angeht… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:21, 9 June 2010 (CEST)&lt;br /&gt;
::Zu dem entschluss bin ich auch schon gekommen wollten nur noch mal auf nummer sicher gehen, doch eins wundert mich, das der Parameter &amp;quot;GermanLinking&amp;quot; nicht in den Vorlagen z.B Template:Party_NPC/Layout auftaucht, oder muss das so? Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[UserTalk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 23:07, 9 June 2010 (CEST)&lt;br /&gt;
:::Da fehlt die Vorlage, ja ;) Aber in NPC/Layout, da ist sie schon vorhanden... Und geht auch nicht --[[Special:Contributions/94.252.55.117|94.252.55.117]] 13:41, 10 June 2010 (CEST) (bwoebi &amp;lt;sup&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&amp;lt;/sup&amp;gt;)&lt;br /&gt;
::::Noch immer nichts von Tira…? --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&lt;br /&gt;
:::::Du kennst das doch. Tira hier reinzubekommen ist wirklich nicht ganz leicht. xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 17:23, 11 June 2010 (CEST)&lt;br /&gt;
::::::Fahr doch bei ihn nach Hause :P --[[Special:Contributions/94.252.55.156|94.252.55.156]] 12:27, 12 June 2010 (CEST)&lt;br /&gt;
{{done}} Vorlagen funktionieren jetzt alle also '''Finger weg''' sonst finger ab :p Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:XDDD Nunja ich hätte anstatt eines Leerzeichens &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ns:0}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; schreiben sollen -.- --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:49, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
==Meine Seite==&lt;br /&gt;
Das hatte schon nen Grund warum ich meinen Namen so eingebunden hatte, weil ich die Vorlage auch nur für mich verwende.... Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:Das glaub ich gerne, aber ich würde die Vorlage auch mal nutzen wollen und das isst eben praktischer als 100000e Vorlage für jeden einzelnen zu machen… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:20, 24 June 2010 (CEST)&lt;br /&gt;
::Ja, aber diese habe ich extra nur für die [[:Category:Automatic Import]] angelegt bis die fertig ist die vorlage bitte nicht ändern da, sonst der Text nicht mehr passt. ;-) Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:22, 24 June 2010 (CEST)&lt;br /&gt;
:::Ach so ist das^^Na dann editier sie danach so wie ich es tat --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:25, 24 June 2010 (CEST)&lt;br /&gt;
::::Alles klar ^^ Weil hätten wir die so gelassen würd ja nimmer stimmen ^^ Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:26, 24 June 2010 (CEST)&lt;br /&gt;
Btw: Schau ma in der deutschen w1 hab dirn brief zugeschickt schreib mir da ma deine NR back pls ^^Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:41, 24 June 2010 (CEST)&lt;br /&gt;
:Ich hab das ganze nun mal so umgebaut, dass es weiterhin für White-Angel arbeiten kann, aber auch anderen nutzt. Es wird nun mit '''&amp;lt;nowiki&amp;gt;{{User:White-Angel/Box|Benutzername|-~~~~}}&amp;lt;/nowiki&amp;gt;''' eingebunden. Ich hoffe nun sind alle damit zufrieden. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:37, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Template:Babelframe ==&lt;br /&gt;
&lt;br /&gt;
Kannst du bitte bei gelegenheit mal schauen ob du die so hinbekommst das man einen zusätzlichen Paramenter für eine sprache angeben kann? Ich kriegs nicht hin ^^ also das auch das DE: da vorne aus dem Link verschwindet so wie im Deutschen halt nur mit einem Zusätzlichen Parameter welcher die Sprache bestimmt. Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:25, 24 June 2010 (CEST)&lt;br /&gt;
:Das ganze muss wohl in SourceWP angepasst werden, da das Problem dort liegt. Wir finden aber nichts um die Sprachauswahl optional zu machen, ohne das ein de: mit angezeigt wird. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:31, 24 June 2010 (CEST)&lt;br /&gt;
::Nene das krieg ich schon hin — nach dem Essen ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:39, 24 June 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Babelframe&amp;diff=4879</id>
		<title>Template:Babelframe</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Babelframe&amp;diff=4879"/>
				<updated>2010-06-24T18:47:46Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: the &amp;quot;de:&amp;quot; is included in Template:SourceWP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;background-color:#FFFFFF; border:solid 1px #99B3FF; clear:right; float:right; margin-bottom:0.5em; margin-left:1em;&amp;quot;&lt;br /&gt;
!{{{1|[[FreewarWiki:Babel|Babel]]}}}:&amp;lt;noinclude&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{{SourceWP|Vorlage:Babel-Kopf}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4870</id>
		<title>User talk:Bwoebi</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4870"/>
				<updated>2010-06-24T17:39:40Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: /* Template:Babelframe */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello '''Bwoebi'''!&lt;br /&gt;
&lt;br /&gt;
The special page &amp;quot;[[Special:Log/newusers|New Users]]&amp;quot; told me your name, welcome at our FreewarWiki. Here are a few tips before you get started: If you want to test graphical designs and details you can use our [[FreewarWiki:Sandbox|sandbox]]. If you have the desire to get more information about how to set up an article and how to use the templates you are welcome to have a look at the [[Help:Tutorial|tutorial]] and at the [[FreewarWiki:About FreewarWiki|info page]]. If you have questions ([[Help:FAQ|&amp;amp;rarr; FAQ]]) we would welcome you to not hesitate and just ask them [[FreewarWiki:Questions About FreewarWiki|here]] or to just ask one of our &amp;quot;[[:Category:Constant Authors|old stagers]]&amp;quot;. In case of any special and serious problems you are welcome to ask our [[FreewarWiki:Administrator|administrators]] ([[Help:Discussion Page|&amp;amp;rarr; Help]]). &amp;lt;br /&amp;gt;&lt;br /&gt;
You want to participate in our [[FreewarWiki:Trustable Merchants|trading network]]? Please talk to an administrator of the Wiki. If you want to set up an article about an Unique-Item you can get help [[Help:Unique-Item|here]]. When setting up an article about your own clan you can have a look at this [[Help:Clan Article|page]], if you have any questions. &amp;lt;br /&amp;gt;&lt;br /&gt;
We would be happy to welcome you as a new constant member of your Wiki-Community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Kind regards [[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:45, 1 March 2010 (CET)&lt;br /&gt;
:&lt;br /&gt;
:P.S.: Since we are a ever growing community we would like you to use a [[Help:Signature|signature]] at the end of your post, so everyone can assign it to you. Signatures are created by using &amp;lt;nowiki&amp;gt;--~~&amp;lt;/nowiki&amp;gt;~~.&lt;br /&gt;
&lt;br /&gt;
::The Special Page?^^ No the German wiki! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:58, 1 March 2010 (CET)&lt;br /&gt;
:::No^^ the [[Special:RecentChanges]] xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:06, 1 March 2010 (CET)&lt;br /&gt;
::::Ehm bwoebi? may you should try the english version of your signature...atm it links to the german wiki xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:13, 1 March 2010 (CET)&lt;br /&gt;
:::::I don't like the red links… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:16, 1 March 2010 (CET)&lt;br /&gt;
May you fill your userpage with content?^^--[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:17, 1 March 2010 (CET)&lt;br /&gt;
:Haha… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:45, 1 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Armour Layout ==&lt;br /&gt;
&lt;br /&gt;
Hallo bwoebi, kannst ruhig deutsch schreiben, wäre sonst zu umständlich. ;)&lt;br /&gt;
&lt;br /&gt;
Ich bin leider noch nicht so gut mit allem was zu eine Wiki gehört vertraut, hätte das schon vorher jemand gemacht, der sich damit auskennt, wäre meine Arbeit unnötig gewesen, aber dennoch danke für das abändern der Vorlage. ;) [[User:Istrugar|Istrugar]] 13:20, 9 April 2010 (CEST)&lt;br /&gt;
:ist gut ;) Aber das nächste mal bei solchen Parametern,sag einfach Bescheid =) Man muss es bei der Wurzel anpacken^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:32, 9 April 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== |Name:DE= ==&lt;br /&gt;
&lt;br /&gt;
Huhu bwoebi, wir scheinen ein Problem mit dem Parameter '''&amp;lt;nowiki&amp;gt;|Name:DE=&amp;lt;/nowiki&amp;gt;''' zu haben. Dieser erzeugt momentan keine Verlinkung mehr zur deutschen Version des Artikels. Ich fände es zwar seltsam,wenn es an unseren Vorlagen liegt, immerhin haben wir sie ja nicht spontan geändert. Da es aber zumindest möglich ist möchte ich dich bitten dir das mal anzusehen, um diese Ursache auszuschließen. Wenn du nichts findest wird es vermutlich am Wiki bzw. der Verbindung beider Wikis liegen und ich muss Tiramon verhauen gehn.&lt;br /&gt;
:Hmm, da hilft nur Tiramon verhauen — da die Vorlagen identisch mit den Deutschen sind, was die Syntax angeht… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:21, 9 June 2010 (CEST)&lt;br /&gt;
::Zu dem entschluss bin ich auch schon gekommen wollten nur noch mal auf nummer sicher gehen, doch eins wundert mich, das der Parameter &amp;quot;GermanLinking&amp;quot; nicht in den Vorlagen z.B Template:Party_NPC/Layout auftaucht, oder muss das so? Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[UserTalk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 23:07, 9 June 2010 (CEST)&lt;br /&gt;
:::Da fehlt die Vorlage, ja ;) Aber in NPC/Layout, da ist sie schon vorhanden... Und geht auch nicht --[[Special:Contributions/94.252.55.117|94.252.55.117]] 13:41, 10 June 2010 (CEST) (bwoebi &amp;lt;sup&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&amp;lt;/sup&amp;gt;)&lt;br /&gt;
::::Noch immer nichts von Tira…? --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&lt;br /&gt;
:::::Du kennst das doch. Tira hier reinzubekommen ist wirklich nicht ganz leicht. xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 17:23, 11 June 2010 (CEST)&lt;br /&gt;
::::::Fahr doch bei ihn nach Hause :P --[[Special:Contributions/94.252.55.156|94.252.55.156]] 12:27, 12 June 2010 (CEST)&lt;br /&gt;
{{done}} Vorlagen funktionieren jetzt alle Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
==Meine Seite==&lt;br /&gt;
Das hatte schon nen Grund warum ich meinen Namen so eingebunden hatte, weil ich die Vorlage auch nur für mich verwende.... Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:Das glaub ich gerne, aber ich würde die Vorlage auch mal nutzen wollen und das isst eben praktischer als 100000e Vorlage für jeden einzelnen zu machen… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:20, 24 June 2010 (CEST)&lt;br /&gt;
::Ja, aber diese habe ich extra nur für die [[:Category:Automatic Import]] angelegt bis die fertig ist die vorlage bitte nicht ändern da, sonst der Text nicht mehr passt. ;-) Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:22, 24 June 2010 (CEST)&lt;br /&gt;
:::Ach so ist das^^Na dann editier sie danach so wie ich es tat --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:25, 24 June 2010 (CEST)&lt;br /&gt;
::::Alles klar ^^ Weil hätten wir die so gelassen würd ja nimmer stimmen ^^ Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:26, 24 June 2010 (CEST)&lt;br /&gt;
Btw: Schau ma in der deutschen w1 hab dirn brief zugeschickt schreib mir da ma deine NR back pls ^^Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:41, 24 June 2010 (CEST)&lt;br /&gt;
:Ich hab das ganze nun mal so umgebaut, dass es weiterhin für White-Angel arbeiten kann, aber auch anderen nutzt. Es wird nun mit '''&amp;lt;nowiki&amp;gt;{{User:White-Angel/Box|Benutzername|-~~~~}}&amp;lt;/nowiki&amp;gt;''' eingebunden. Ich hoffe nun sind alle damit zufrieden. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:37, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Template:Babelframe ==&lt;br /&gt;
&lt;br /&gt;
Kannst du bitte bei gelegenheit mal schauen ob du die so hinbekommst das man einen zusätzlichen Paramenter für eine sprache angeben kann? Ich kriegs nicht hin ^^ also das auch das DE: da vorne aus dem Link verschwindet so wie im Deutschen halt nur mit einem Zusätzlichen Parameter welcher die Sprache bestimmt. Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:25, 24 June 2010 (CEST)&lt;br /&gt;
:Das ganze muss wohl in SourceWP angepasst werden, da das Problem dort liegt. Wir finden aber nichts um die Sprachauswahl optional zu machen, ohne das ein de: mit angezeigt wird. --&amp;amp;nbsp;[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:31, 24 June 2010 (CEST)&lt;br /&gt;
::Nene das krieg ich schon hin — nach dem Essen ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:39, 24 June 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4860</id>
		<title>User talk:Bwoebi</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4860"/>
				<updated>2010-06-24T16:25:00Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: /* Meine Seite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello '''Bwoebi'''!&lt;br /&gt;
&lt;br /&gt;
The special page &amp;quot;[[Special:Log/newusers|New Users]]&amp;quot; told me your name, welcome at our FreewarWiki. Here are a few tips before you get started: If you want to test graphical designs and details you can use our [[FreewarWiki:Sandbox|sandbox]]. If you have the desire to get more information about how to set up an article and how to use the templates you are welcome to have a look at the [[Help:Tutorial|tutorial]] and at the [[FreewarWiki:About FreewarWiki|info page]]. If you have questions ([[Help:FAQ|&amp;amp;rarr; FAQ]]) we would welcome you to not hesitate and just ask them [[FreewarWiki:Questions About FreewarWiki|here]] or to just ask one of our &amp;quot;[[:Category:Constant Authors|old stagers]]&amp;quot;. In case of any special and serious problems you are welcome to ask our [[FreewarWiki:Administrator|administrators]] ([[Help:Discussion Page|&amp;amp;rarr; Help]]). &amp;lt;br /&amp;gt;&lt;br /&gt;
You want to participate in our [[FreewarWiki:Trustable Merchants|trading network]]? Please talk to an administrator of the Wiki. If you want to set up an article about an Unique-Item you can get help [[Help:Unique-Item|here]]. When setting up an article about your own clan you can have a look at this [[Help:Clan Article|page]], if you have any questions. &amp;lt;br /&amp;gt;&lt;br /&gt;
We would be happy to welcome you as a new constant member of your Wiki-Community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Kind regards [[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:45, 1 March 2010 (CET)&lt;br /&gt;
:&lt;br /&gt;
:P.S.: Since we are a ever growing community we would like you to use a [[Help:Signature|signature]] at the end of your post, so everyone can assign it to you. Signatures are created by using &amp;lt;nowiki&amp;gt;--~~&amp;lt;/nowiki&amp;gt;~~.&lt;br /&gt;
&lt;br /&gt;
::The Special Page?^^ No the German wiki! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:58, 1 March 2010 (CET)&lt;br /&gt;
:::No^^ the [[Special:RecentChanges]] xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:06, 1 March 2010 (CET)&lt;br /&gt;
::::Ehm bwoebi? may you should try the english version of your signature...atm it links to the german wiki xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:13, 1 March 2010 (CET)&lt;br /&gt;
:::::I don't like the red links… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:16, 1 March 2010 (CET)&lt;br /&gt;
May you fill your userpage with content?^^--[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:17, 1 March 2010 (CET)&lt;br /&gt;
:Haha… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:45, 1 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Armour Layout ==&lt;br /&gt;
&lt;br /&gt;
Hallo bwoebi, kannst ruhig deutsch schreiben, wäre sonst zu umständlich. ;)&lt;br /&gt;
&lt;br /&gt;
Ich bin leider noch nicht so gut mit allem was zu eine Wiki gehört vertraut, hätte das schon vorher jemand gemacht, der sich damit auskennt, wäre meine Arbeit unnötig gewesen, aber dennoch danke für das abändern der Vorlage. ;) [[User:Istrugar|Istrugar]] 13:20, 9 April 2010 (CEST)&lt;br /&gt;
:ist gut ;) Aber das nächste mal bei solchen Parametern,sag einfach Bescheid =) Man muss es bei der Wurzel anpacken^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:32, 9 April 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== |Name:DE= ==&lt;br /&gt;
&lt;br /&gt;
Huhu bwoebi, wir scheinen ein Problem mit dem Parameter '''&amp;lt;nowiki&amp;gt;|Name:DE=&amp;lt;/nowiki&amp;gt;''' zu haben. Dieser erzeugt momentan keine Verlinkung mehr zur deutschen Version des Artikels. Ich fände es zwar seltsam,wenn es an unseren Vorlagen liegt, immerhin haben wir sie ja nicht spontan geändert. Da es aber zumindest möglich ist möchte ich dich bitten dir das mal anzusehen, um diese Ursache auszuschließen. Wenn du nichts findest wird es vermutlich am Wiki bzw. der Verbindung beider Wikis liegen und ich muss Tiramon verhauen gehn.&lt;br /&gt;
:Hmm, da hilft nur Tiramon verhauen — da die Vorlagen identisch mit den Deutschen sind, was die Syntax angeht… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:21, 9 June 2010 (CEST)&lt;br /&gt;
::Zu dem entschluss bin ich auch schon gekommen wollten nur noch mal auf nummer sicher gehen, doch eins wundert mich, das der Parameter &amp;quot;GermanLinking&amp;quot; nicht in den Vorlagen z.B Template:Party_NPC/Layout auftaucht, oder muss das so? Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[UserTalk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 23:07, 9 June 2010 (CEST)&lt;br /&gt;
:::Da fehlt die Vorlage, ja ;) Aber in NPC/Layout, da ist sie schon vorhanden... Und geht auch nicht --[[Special:Contributions/94.252.55.117|94.252.55.117]] 13:41, 10 June 2010 (CEST) (bwoebi &amp;lt;sup&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&amp;lt;/sup&amp;gt;)&lt;br /&gt;
::::Noch immer nichts von Tira…? --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&lt;br /&gt;
:::::Du kennst das doch. Tira hier reinzubekommen ist wirklich nicht ganz leicht. xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 17:23, 11 June 2010 (CEST)&lt;br /&gt;
::::::Fahr doch bei ihn nach Hause :P --[[Special:Contributions/94.252.55.156|94.252.55.156]] 12:27, 12 June 2010 (CEST)&lt;br /&gt;
{{done}} Vorlagen funktionieren jetzt alle Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
==Meine Seite==&lt;br /&gt;
Das hatte schon nen Grund warum ich meinen Namen so eingebunden hatte, weil ich die Vorlage auch nur für mich verwende.... Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:Das glaub ich gerne, aber ich würde die Vorlage auch mal nutzen wollen und das isst eben praktischer als 100000e Vorlage für jeden einzelnen zu machen… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:20, 24 June 2010 (CEST)&lt;br /&gt;
::Ja, aber diese habe ich extra nur für die [[:Category:Automatic Import]] angelegt bis die fertig ist die vorlage bitte nicht ändern da, sonst der Text nicht mehr passt. ;-) Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:22, 24 June 2010 (CEST)&lt;br /&gt;
:::Ach so ist das^^Na dann editier sie danach so wie ich es tat --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:25, 24 June 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4858</id>
		<title>User talk:Bwoebi</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4858"/>
				<updated>2010-06-24T16:20:13Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: /* Meine Seite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello '''Bwoebi'''!&lt;br /&gt;
&lt;br /&gt;
The special page &amp;quot;[[Special:Log/newusers|New Users]]&amp;quot; told me your name, welcome at our FreewarWiki. Here are a few tips before you get started: If you want to test graphical designs and details you can use our [[FreewarWiki:Sandbox|sandbox]]. If you have the desire to get more information about how to set up an article and how to use the templates you are welcome to have a look at the [[Help:Tutorial|tutorial]] and at the [[FreewarWiki:About FreewarWiki|info page]]. If you have questions ([[Help:FAQ|&amp;amp;rarr; FAQ]]) we would welcome you to not hesitate and just ask them [[FreewarWiki:Questions About FreewarWiki|here]] or to just ask one of our &amp;quot;[[:Category:Constant Authors|old stagers]]&amp;quot;. In case of any special and serious problems you are welcome to ask our [[FreewarWiki:Administrator|administrators]] ([[Help:Discussion Page|&amp;amp;rarr; Help]]). &amp;lt;br /&amp;gt;&lt;br /&gt;
You want to participate in our [[FreewarWiki:Trustable Merchants|trading network]]? Please talk to an administrator of the Wiki. If you want to set up an article about an Unique-Item you can get help [[Help:Unique-Item|here]]. When setting up an article about your own clan you can have a look at this [[Help:Clan Article|page]], if you have any questions. &amp;lt;br /&amp;gt;&lt;br /&gt;
We would be happy to welcome you as a new constant member of your Wiki-Community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Kind regards [[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:45, 1 March 2010 (CET)&lt;br /&gt;
:&lt;br /&gt;
:P.S.: Since we are a ever growing community we would like you to use a [[Help:Signature|signature]] at the end of your post, so everyone can assign it to you. Signatures are created by using &amp;lt;nowiki&amp;gt;--~~&amp;lt;/nowiki&amp;gt;~~.&lt;br /&gt;
&lt;br /&gt;
::The Special Page?^^ No the German wiki! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:58, 1 March 2010 (CET)&lt;br /&gt;
:::No^^ the [[Special:RecentChanges]] xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:06, 1 March 2010 (CET)&lt;br /&gt;
::::Ehm bwoebi? may you should try the english version of your signature...atm it links to the german wiki xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:13, 1 March 2010 (CET)&lt;br /&gt;
:::::I don't like the red links… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:16, 1 March 2010 (CET)&lt;br /&gt;
May you fill your userpage with content?^^--[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:17, 1 March 2010 (CET)&lt;br /&gt;
:Haha… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:45, 1 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Armour Layout ==&lt;br /&gt;
&lt;br /&gt;
Hallo bwoebi, kannst ruhig deutsch schreiben, wäre sonst zu umständlich. ;)&lt;br /&gt;
&lt;br /&gt;
Ich bin leider noch nicht so gut mit allem was zu eine Wiki gehört vertraut, hätte das schon vorher jemand gemacht, der sich damit auskennt, wäre meine Arbeit unnötig gewesen, aber dennoch danke für das abändern der Vorlage. ;) [[User:Istrugar|Istrugar]] 13:20, 9 April 2010 (CEST)&lt;br /&gt;
:ist gut ;) Aber das nächste mal bei solchen Parametern,sag einfach Bescheid =) Man muss es bei der Wurzel anpacken^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:32, 9 April 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== |Name:DE= ==&lt;br /&gt;
&lt;br /&gt;
Huhu bwoebi, wir scheinen ein Problem mit dem Parameter '''&amp;lt;nowiki&amp;gt;|Name:DE=&amp;lt;/nowiki&amp;gt;''' zu haben. Dieser erzeugt momentan keine Verlinkung mehr zur deutschen Version des Artikels. Ich fände es zwar seltsam,wenn es an unseren Vorlagen liegt, immerhin haben wir sie ja nicht spontan geändert. Da es aber zumindest möglich ist möchte ich dich bitten dir das mal anzusehen, um diese Ursache auszuschließen. Wenn du nichts findest wird es vermutlich am Wiki bzw. der Verbindung beider Wikis liegen und ich muss Tiramon verhauen gehn.&lt;br /&gt;
:Hmm, da hilft nur Tiramon verhauen — da die Vorlagen identisch mit den Deutschen sind, was die Syntax angeht… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:21, 9 June 2010 (CEST)&lt;br /&gt;
::Zu dem entschluss bin ich auch schon gekommen wollten nur noch mal auf nummer sicher gehen, doch eins wundert mich, das der Parameter &amp;quot;GermanLinking&amp;quot; nicht in den Vorlagen z.B Template:Party_NPC/Layout auftaucht, oder muss das so? Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[UserTalk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 23:07, 9 June 2010 (CEST)&lt;br /&gt;
:::Da fehlt die Vorlage, ja ;) Aber in NPC/Layout, da ist sie schon vorhanden... Und geht auch nicht --[[Special:Contributions/94.252.55.117|94.252.55.117]] 13:41, 10 June 2010 (CEST) (bwoebi &amp;lt;sup&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&amp;lt;/sup&amp;gt;)&lt;br /&gt;
::::Noch immer nichts von Tira…? --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&lt;br /&gt;
:::::Du kennst das doch. Tira hier reinzubekommen ist wirklich nicht ganz leicht. xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 17:23, 11 June 2010 (CEST)&lt;br /&gt;
::::::Fahr doch bei ihn nach Hause :P --[[Special:Contributions/94.252.55.156|94.252.55.156]] 12:27, 12 June 2010 (CEST)&lt;br /&gt;
{{done}} Vorlagen funktionieren jetzt alle Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
==Meine Seite==&lt;br /&gt;
Das hatte schon nen Grund warum ich meinen Namen so eingebunden hatte, weil ich die Vorlage auch nur für mich verwende.... Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[User Talk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 18:18, 24 June 2010 (CEST)&lt;br /&gt;
:Das glaub ich gerne, aber ich würde die Vorlage auch mal nutzen wollen und das isst eben praktischer als 100000e Vorlage für jeden einzelnen zu machen… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:20, 24 June 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Babelframe&amp;diff=4853</id>
		<title>Template:Babelframe</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Babelframe&amp;diff=4853"/>
				<updated>2010-06-24T16:03:15Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: moved FreewarWiki:Babelframe to Template:Babelframe:&amp;amp;#32;It's a Template…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;background-color:#FFFFFF; border:solid 1px #99B3FF; clear:right; float:right; margin-bottom:0.5em; margin-left:1em;&amp;quot;&lt;br /&gt;
!{{{1|[[FreewarWiki:Babel|Babel]]}}}:&amp;lt;noinclude&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{{SourceWP|de:Vorlage:Babel-Kopf}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=FreewarWiki:Babelframe&amp;diff=4854</id>
		<title>FreewarWiki:Babelframe</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=FreewarWiki:Babelframe&amp;diff=4854"/>
				<updated>2010-06-24T16:03:15Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: moved FreewarWiki:Babelframe to Template:Babelframe:&amp;amp;#32;It's a Template…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:Babelframe]]&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template:Babelframe&amp;diff=4852</id>
		<title>Template:Babelframe</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template:Babelframe&amp;diff=4852"/>
				<updated>2010-06-24T16:01:51Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: Desgin &amp;amp;&amp;amp; move-&amp;gt;Template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;background-color:#FFFFFF; border:solid 1px #99B3FF; clear:right; float:right; margin-bottom:0.5em; margin-left:1em;&amp;quot;&lt;br /&gt;
!{{{1|[[FreewarWiki:Babel|Babel]]}}}:&amp;lt;noinclude&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{{SourceWP|de:Vorlage:Babel-Kopf}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User:White-Angel/Box&amp;diff=4850</id>
		<title>User:White-Angel/Box</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User:White-Angel/Box&amp;diff=4850"/>
				<updated>2010-06-24T15:55:42Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: Replaced Username by {{REVISIONUSER}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;usermessage&amp;quot;&amp;gt;This page will be edited by [[User:{{REVISIONUSER}}|{{REVISIONUSER}}]]. &amp;lt;sub&amp;gt;If you want to help you can do it but don't forget any Parameters.&amp;lt;/sub&amp;gt; {{{1|}}}&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4584</id>
		<title>User talk:Bwoebi</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4584"/>
				<updated>2010-06-11T14:41:05Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: /* |Name:DE= */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello '''Bwoebi'''!&lt;br /&gt;
&lt;br /&gt;
The special page &amp;quot;[[Special:Log/newusers|New Users]]&amp;quot; told me your name, welcome at our FreewarWiki. Here are a few tips before you get started: If you want to test graphical designs and details you can use our [[FreewarWiki:Sandbox|sandbox]]. If you have the desire to get more information about how to set up an article and how to use the templates you are welcome to have a look at the [[Help:Tutorial|tutorial]] and at the [[FreewarWiki:About FreewarWiki|info page]]. If you have questions ([[Help:FAQ|&amp;amp;rarr; FAQ]]) we would welcome you to not hesitate and just ask them [[FreewarWiki:Questions About FreewarWiki|here]] or to just ask one of our &amp;quot;[[:Category:Constant Authors|old stagers]]&amp;quot;. In case of any special and serious problems you are welcome to ask our [[FreewarWiki:Administrator|administrators]] ([[Help:Discussion Page|&amp;amp;rarr; Help]]). &amp;lt;br /&amp;gt;&lt;br /&gt;
You want to participate in our [[FreewarWiki:Trustable Merchants|trading network]]? Please talk to an administrator of the Wiki. If you want to set up an article about an Unique-Item you can get help [[Help:Unique-Item|here]]. When setting up an article about your own clan you can have a look at this [[Help:Clan Article|page]], if you have any questions. &amp;lt;br /&amp;gt;&lt;br /&gt;
We would be happy to welcome you as a new constant member of your Wiki-Community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Kind regards [[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:45, 1 March 2010 (CET)&lt;br /&gt;
:&lt;br /&gt;
:P.S.: Since we are a ever growing community we would like you to use a [[Help:Signature|signature]] at the end of your post, so everyone can assign it to you. Signatures are created by using &amp;lt;nowiki&amp;gt;--~~&amp;lt;/nowiki&amp;gt;~~.&lt;br /&gt;
&lt;br /&gt;
::The Special Page?^^ No the German wiki! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:58, 1 March 2010 (CET)&lt;br /&gt;
:::No^^ the [[Special:RecentChanges]] xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:06, 1 March 2010 (CET)&lt;br /&gt;
::::Ehm bwoebi? may you should try the english version of your signature...atm it links to the german wiki xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:13, 1 March 2010 (CET)&lt;br /&gt;
:::::I don't like the red links… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:16, 1 March 2010 (CET)&lt;br /&gt;
May you fill your userpage with content?^^--[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:17, 1 March 2010 (CET)&lt;br /&gt;
:Haha… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:45, 1 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Armour Layout ==&lt;br /&gt;
&lt;br /&gt;
Hallo bwoebi, kannst ruhig deutsch schreiben, wäre sonst zu umständlich. ;)&lt;br /&gt;
&lt;br /&gt;
Ich bin leider noch nicht so gut mit allem was zu eine Wiki gehört vertraut, hätte das schon vorher jemand gemacht, der sich damit auskennt, wäre meine Arbeit unnötig gewesen, aber dennoch danke für das abändern der Vorlage. ;) [[User:Istrugar|Istrugar]] 13:20, 9 April 2010 (CEST)&lt;br /&gt;
:ist gut ;) Aber das nächste mal bei solchen Parametern,sag einfach Bescheid =) Man muss es bei der Wurzel anpacken^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:32, 9 April 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== |Name:DE= ==&lt;br /&gt;
&lt;br /&gt;
Huhu bwoebi, wir scheinen ein Problem mit dem Parameter '''&amp;lt;nowiki&amp;gt;|Name:DE=&amp;lt;/nowiki&amp;gt;''' zu haben. Dieser erzeugt momentan keine Verlinkung mehr zur deutschen Version des Artikels. Ich fände es zwar seltsam,wenn es an unseren Vorlagen liegt, immerhin haben wir sie ja nicht spontan geändert. Da es aber zumindest möglich ist möchte ich dich bitten dir das mal anzusehen, um diese Ursache auszuschließen. Wenn du nichts findest wird es vermutlich am Wiki bzw. der Verbindung beider Wikis liegen und ich muss Tiramon verhauen gehn.&lt;br /&gt;
:Hmm, da hilft nur Tiramon verhauen — da die Vorlagen identisch mit den Deutschen sind, was die Syntax angeht… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:21, 9 June 2010 (CEST)&lt;br /&gt;
::Zu dem entschluss bin ich auch schon gekommen wollten nur noch mal auf nummer sicher gehen, doch eins wundert mich, das der Parameter &amp;quot;GermanLinking&amp;quot; nicht in den Vorlagen z.B Template:Party_NPC/Layout auftaucht, oder muss das so? Greetings [[User:White-Angel|&amp;lt;font color=&amp;quot;#0066FF&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;White-Angel]]&amp;lt;/font&amp;gt; [[UserTalk:White-Angel|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;#0000B2&amp;quot; face=&amp;quot;Comic Sans MS&amp;quot;&amp;gt;Please bleat here ;)]]&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; 23:07, 9 June 2010 (CEST)&lt;br /&gt;
:::Da fehlt die Vorlage, ja ;) Aber in NPC/Layout, da ist sie schon vorhanden... Und geht auch nicht --[[Special:Contributions/94.252.55.117|94.252.55.117]] 13:41, 10 June 2010 (CEST) (bwoebi &amp;lt;sup&amp;gt;--&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&amp;lt;/sup&amp;gt;)&lt;br /&gt;
::::Noch immer nichts von Tira…? --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 16:41, 11 June 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4579</id>
		<title>User talk:Bwoebi</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4579"/>
				<updated>2010-06-09T10:22:23Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: /* |Name:DE= */ verwechselt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello '''Bwoebi'''!&lt;br /&gt;
&lt;br /&gt;
The special page &amp;quot;[[Special:Log/newusers|New Users]]&amp;quot; told me your name, welcome at our FreewarWiki. Here are a few tips before you get started: If you want to test graphical designs and details you can use our [[FreewarWiki:Sandbox|sandbox]]. If you have the desire to get more information about how to set up an article and how to use the templates you are welcome to have a look at the [[Help:Tutorial|tutorial]] and at the [[FreewarWiki:About FreewarWiki|info page]]. If you have questions ([[Help:FAQ|&amp;amp;rarr; FAQ]]) we would welcome you to not hesitate and just ask them [[FreewarWiki:Questions About FreewarWiki|here]] or to just ask one of our &amp;quot;[[:Category:Constant Authors|old stagers]]&amp;quot;. In case of any special and serious problems you are welcome to ask our [[FreewarWiki:Administrator|administrators]] ([[Help:Discussion Page|&amp;amp;rarr; Help]]). &amp;lt;br /&amp;gt;&lt;br /&gt;
You want to participate in our [[FreewarWiki:Trustable Merchants|trading network]]? Please talk to an administrator of the Wiki. If you want to set up an article about an Unique-Item you can get help [[Help:Unique-Item|here]]. When setting up an article about your own clan you can have a look at this [[Help:Clan Article|page]], if you have any questions. &amp;lt;br /&amp;gt;&lt;br /&gt;
We would be happy to welcome you as a new constant member of your Wiki-Community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Kind regards [[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:45, 1 March 2010 (CET)&lt;br /&gt;
:&lt;br /&gt;
:P.S.: Since we are a ever growing community we would like you to use a [[Help:Signature|signature]] at the end of your post, so everyone can assign it to you. Signatures are created by using &amp;lt;nowiki&amp;gt;--~~&amp;lt;/nowiki&amp;gt;~~.&lt;br /&gt;
&lt;br /&gt;
::The Special Page?^^ No the German wiki! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:58, 1 March 2010 (CET)&lt;br /&gt;
:::No^^ the [[Special:RecentChanges]] xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:06, 1 March 2010 (CET)&lt;br /&gt;
::::Ehm bwoebi? may you should try the english version of your signature...atm it links to the german wiki xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:13, 1 March 2010 (CET)&lt;br /&gt;
:::::I don't like the red links… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:16, 1 March 2010 (CET)&lt;br /&gt;
May you fill your userpage with content?^^--[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:17, 1 March 2010 (CET)&lt;br /&gt;
:Haha… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:45, 1 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Armour Layout ==&lt;br /&gt;
&lt;br /&gt;
Hallo bwoebi, kannst ruhig deutsch schreiben, wäre sonst zu umständlich. ;)&lt;br /&gt;
&lt;br /&gt;
Ich bin leider noch nicht so gut mit allem was zu eine Wiki gehört vertraut, hätte das schon vorher jemand gemacht, der sich damit auskennt, wäre meine Arbeit unnötig gewesen, aber dennoch danke für das abändern der Vorlage. ;) [[User:Istrugar|Istrugar]] 13:20, 9 April 2010 (CEST)&lt;br /&gt;
:ist gut ;) Aber das nächste mal bei solchen Parametern,sag einfach Bescheid =) Man muss es bei der Wurzel anpacken^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:32, 9 April 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== |Name:DE= ==&lt;br /&gt;
&lt;br /&gt;
Huhu bwoebi, wir scheinen ein Problem mit dem Parameter '''&amp;lt;nowiki&amp;gt;|Name:DE=&amp;lt;/nowiki&amp;gt;''' zu haben. Dieser erzeugt momentan keine Verlinkung mehr zur deutschen Version des Artikels. Ich fände es zwar seltsam,wenn es an unseren Vorlagen liegt, immerhin haben wir sie ja nicht spontan geändert. Da es aber zumindest möglich ist möchte ich dich bitten dir das mal anzusehen, um diese Ursache auszuschließen. Wenn du nichts findest wird es vermutlich am Wiki bzw. der Verbindung beider Wikis liegen und ich muss Tiramon verhauen gehn.&lt;br /&gt;
:Hmm, da hilft nur Tiramon verhauen — da die Vorlagen identisch mit den Deutschen sind, was die Syntax angeht… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:21, 9 June 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4578</id>
		<title>User talk:Bwoebi</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=User_talk:Bwoebi&amp;diff=4578"/>
				<updated>2010-06-09T10:21:51Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: /* |Name:DE= */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello '''Bwoebi'''!&lt;br /&gt;
&lt;br /&gt;
The special page &amp;quot;[[Special:Log/newusers|New Users]]&amp;quot; told me your name, welcome at our FreewarWiki. Here are a few tips before you get started: If you want to test graphical designs and details you can use our [[FreewarWiki:Sandbox|sandbox]]. If you have the desire to get more information about how to set up an article and how to use the templates you are welcome to have a look at the [[Help:Tutorial|tutorial]] and at the [[FreewarWiki:About FreewarWiki|info page]]. If you have questions ([[Help:FAQ|&amp;amp;rarr; FAQ]]) we would welcome you to not hesitate and just ask them [[FreewarWiki:Questions About FreewarWiki|here]] or to just ask one of our &amp;quot;[[:Category:Constant Authors|old stagers]]&amp;quot;. In case of any special and serious problems you are welcome to ask our [[FreewarWiki:Administrator|administrators]] ([[Help:Discussion Page|&amp;amp;rarr; Help]]). &amp;lt;br /&amp;gt;&lt;br /&gt;
You want to participate in our [[FreewarWiki:Trustable Merchants|trading network]]? Please talk to an administrator of the Wiki. If you want to set up an article about an Unique-Item you can get help [[Help:Unique-Item|here]]. When setting up an article about your own clan you can have a look at this [[Help:Clan Article|page]], if you have any questions. &amp;lt;br /&amp;gt;&lt;br /&gt;
We would be happy to welcome you as a new constant member of your Wiki-Community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;Kind regards [[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:45, 1 March 2010 (CET)&lt;br /&gt;
:&lt;br /&gt;
:P.S.: Since we are a ever growing community we would like you to use a [[Help:Signature|signature]] at the end of your post, so everyone can assign it to you. Signatures are created by using &amp;lt;nowiki&amp;gt;--~~&amp;lt;/nowiki&amp;gt;~~.&lt;br /&gt;
&lt;br /&gt;
::The Special Page?^^ No the German wiki! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 18:58, 1 March 2010 (CET)&lt;br /&gt;
:::No^^ the [[Special:RecentChanges]] xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:06, 1 March 2010 (CET)&lt;br /&gt;
::::Ehm bwoebi? may you should try the english version of your signature...atm it links to the german wiki xD --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:13, 1 March 2010 (CET)&lt;br /&gt;
:::::I don't like the red links… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 19:16, 1 March 2010 (CET)&lt;br /&gt;
May you fill your userpage with content?^^--[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 19:17, 1 March 2010 (CET)&lt;br /&gt;
:Haha… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:45, 1 March 2010 (CET)&lt;br /&gt;
&lt;br /&gt;
== Armour Layout ==&lt;br /&gt;
&lt;br /&gt;
Hallo bwoebi, kannst ruhig deutsch schreiben, wäre sonst zu umständlich. ;)&lt;br /&gt;
&lt;br /&gt;
Ich bin leider noch nicht so gut mit allem was zu eine Wiki gehört vertraut, hätte das schon vorher jemand gemacht, der sich damit auskennt, wäre meine Arbeit unnötig gewesen, aber dennoch danke für das abändern der Vorlage. ;) [[User:Istrugar|Istrugar]] 13:20, 9 April 2010 (CEST)&lt;br /&gt;
:ist gut ;) Aber das nächste mal bei solchen Parametern,sag einfach Bescheid =) Man muss es bei der Wurzel anpacken^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:32, 9 April 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
== |Name:DE= ==&lt;br /&gt;
&lt;br /&gt;
Huhu bwoebi, wir scheinen ein Problem mit dem Parameter '''&amp;lt;nowiki&amp;gt;|Name:DE=&amp;lt;/nowiki&amp;gt;''' zu haben. Dieser erzeugt momentan keine Verlinkung mehr zur deutschen Version des Artikels. Ich fände es zwar seltsam,wenn es an unseren Vorlagen liegt, immerhin haben wir sie ja nicht spontan geändert. Da es aber zumindest möglich ist möchte ich dich bitten dir das mal anzusehen, um diese Ursache auszuschließen. Wenn du nichts findest wird es vermutlich am Wiki bzw. der Verbindung beider Wikis liegen und ich muss Tiramon verhauen gehn.&lt;br /&gt;
:Hmm, da hilft nur Tiramon verhauen — da die Vorlagen identisch mit den Deutschen sind, was die Sprache angeht… --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:21, 9 June 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Talk:SpamBlacklist&amp;diff=4237</id>
		<title>Talk:SpamBlacklist</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Talk:SpamBlacklist&amp;diff=4237"/>
				<updated>2010-05-13T18:23:17Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ich habe nun die SpamBlacklist aus dem deutschen Wiki([[de:SpamBlacklist|hier]]) nun eingebaut und erweitert, aber natürlich scheint sie noch nich zu Funktionieren. Wir müssen nun also rausbekommen wie genau das System funktioniert um es hier verwenden zu können. Ich hoffe bwoebi findet da was. Da es wie gesagt noch nicht funktioniert, ist bisher nur ein Halbschutz auf der Seite, welchen ich umwandeln werde sobald alles funktionioert. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 21:44, 12 May 2010 (CEST)&lt;br /&gt;
:Ich finde (fast) immer was; daher &amp;lt;s&amp;gt;{{done}}&amp;lt;/s&amp;gt; --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:18, 13 May 2010 (CEST)&lt;br /&gt;
::Öhm, nein… http://www.mediawiki.org/wiki/Extension:SpamBlacklist#Custom_blacklist_sources siehe mal da da hat Tira wohl was falsch konfiguriert; erreich ihn mal Galak ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:35, 13 May 2010 (CEST)&lt;br /&gt;
:::Er hat offenbar gar nichts korrigiert für die Blacklist bei uns, da ich sie selbst nur durch Zufall im deutschen gefunden und hier rübergezogen habe. Solltest du rausfinden was ich am Wiki ändern muss, dann wär das optimal, wenn es nicht klappt nerv ich heut Abend mal Tiramon. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 13:40, 13 May 2010 (CEST)&lt;br /&gt;
::::Nein, du musst gar nichts ändern; Tira muss die {{SERVER}}/LocalSettings.php ändern^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 17:30, 13 May 2010 (CEST) (Es sei denn du hast Zugriff auf den Server selber… und die Dateien…)&lt;br /&gt;
:::::Nein, diesen Zugriff hat nur Tiramon. Ich beginne dann mal ihn zu nerven. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 18:54, 13 May 2010 (CEST)&lt;br /&gt;
::::::Na dann viel Spaß ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 20:23, 13 May 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Talk:SpamBlacklist&amp;diff=4235</id>
		<title>Talk:SpamBlacklist</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Talk:SpamBlacklist&amp;diff=4235"/>
				<updated>2010-05-13T15:31:32Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ich habe nun die SpamBlacklist aus dem deutschen Wiki([[de:SpamBlacklist|hier]]) nun eingebaut und erweitert, aber natürlich scheint sie noch nich zu Funktionieren. Wir müssen nun also rausbekommen wie genau das System funktioniert um es hier verwenden zu können. Ich hoffe bwoebi findet da was. Da es wie gesagt noch nicht funktioniert, ist bisher nur ein Halbschutz auf der Seite, welchen ich umwandeln werde sobald alles funktionioert. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 21:44, 12 May 2010 (CEST)&lt;br /&gt;
:Ich finde (fast) immer was; daher &amp;lt;s&amp;gt;{{done}}&amp;lt;/s&amp;gt; --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:18, 13 May 2010 (CEST)&lt;br /&gt;
::Öhm, nein… http://www.mediawiki.org/wiki/Extension:SpamBlacklist#Custom_blacklist_sources siehe mal da da hat Tira wohl was falsch konfiguriert; erreich ihn mal Galak ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:35, 13 May 2010 (CEST)&lt;br /&gt;
:::Er hat offenbar gar nichts korrigiert für die Blacklist bei uns, da ich sie selbst nur durch Zufall im deutschen gefunden und hier rübergezogen habe. Solltest du rausfinden was ich am Wiki ändern muss, dann wär das optimal, wenn es nicht klappt nerv ich heut Abend mal Tiramon. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 13:40, 13 May 2010 (CEST)&lt;br /&gt;
::::Nein, du musst gar nichts ändern; Tira muss die {{SERVER}}/LocalSettings.php ändern^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 17:30, 13 May 2010 (CEST) (Es sei denn du hast Zugriff auf den Server selber… und die Dateien…)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Talk:SpamBlacklist&amp;diff=4234</id>
		<title>Talk:SpamBlacklist</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Talk:SpamBlacklist&amp;diff=4234"/>
				<updated>2010-05-13T15:30:58Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ich habe nun die SpamBlacklist aus dem deutschen Wiki([[de:SpamBlacklist|hier]]) nun eingebaut und erweitert, aber natürlich scheint sie noch nich zu Funktionieren. Wir müssen nun also rausbekommen wie genau das System funktioniert um es hier verwenden zu können. Ich hoffe bwoebi findet da was. Da es wie gesagt noch nicht funktioniert, ist bisher nur ein Halbschutz auf der Seite, welchen ich umwandeln werde sobald alles funktionioert. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 21:44, 12 May 2010 (CEST)&lt;br /&gt;
:Ich finde (fast) immer was; daher &amp;lt;s&amp;gt;{{done}}&amp;lt;/s&amp;gt; --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:18, 13 May 2010 (CEST)&lt;br /&gt;
::Öhm, nein… http://www.mediawiki.org/wiki/Extension:SpamBlacklist#Custom_blacklist_sources siehe mal da da hat Tira wohl was falsch konfiguriert; erreich ihn mal Galak ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:35, 13 May 2010 (CEST)&lt;br /&gt;
:::Er hat offenbar gar nichts korrigiert für die Blacklist bei uns, da ich sie selbst nur durch Zufall im deutschen gefunden und hier rübergezogen habe. Solltest du rausfinden was ich am Wiki ändern muss, dann wär das optimal, wenn es nicht klappt nerv ich heut Abend mal Tiramon. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 13:40, 13 May 2010 (CEST)&lt;br /&gt;
::::Nein, du musst gar nichts ändern; Tira muss die {{SERVER}}/LocalSettings.php ändern^^ --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 17:30, 13 May 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Talk:SpamBlacklist&amp;diff=4232</id>
		<title>Talk:SpamBlacklist</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Talk:SpamBlacklist&amp;diff=4232"/>
				<updated>2010-05-13T10:35:27Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ich habe nun die SpamBlacklist aus dem deutschen Wiki([[de:SpamBlacklist|hier]]) nun eingebaut und erweitert, aber natürlich scheint sie noch nich zu Funktionieren. Wir müssen nun also rausbekommen wie genau das System funktioniert um es hier verwenden zu können. Ich hoffe bwoebi findet da was. Da es wie gesagt noch nicht funktioniert, ist bisher nur ein Halbschutz auf der Seite, welchen ich umwandeln werde sobald alles funktionioert. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 21:44, 12 May 2010 (CEST)&lt;br /&gt;
:Ich finde (fast) immer was; daher &amp;lt;s&amp;gt;{{done}}&amp;lt;/s&amp;gt; --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:18, 13 May 2010 (CEST)&lt;br /&gt;
::Öhm, nein… http://www.mediawiki.org/wiki/Extension:SpamBlacklist#Custom_blacklist_sources siehe mal da da hat Tira wohl was falsch konfiguriert; erreich ihn mal Galak ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:35, 13 May 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Talk:SpamBlacklist&amp;diff=4228</id>
		<title>Talk:SpamBlacklist</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Talk:SpamBlacklist&amp;diff=4228"/>
				<updated>2010-05-13T10:18:48Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ich habe nun die SpamBlacklist aus dem deutschen Wiki([[de:SpamBlacklist|hier]]) nun eingebaut und erweitert, aber natürlich scheint sie noch nich zu Funktionieren. Wir müssen nun also rausbekommen wie genau das System funktioniert um es hier verwenden zu können. Ich hoffe bwoebi findet da was. Da es wie gesagt noch nicht funktioniert, ist bisher nur ein Halbschutz auf der Seite, welchen ich umwandeln werde sobald alles funktionioert. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 21:44, 12 May 2010 (CEST)&lt;br /&gt;
:Ich finde (fast) immer was; daher {{done}} --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:18, 13 May 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=SpamBlacklist&amp;diff=4227</id>
		<title>SpamBlacklist</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=SpamBlacklist&amp;diff=4227"/>
				<updated>2010-05-13T10:17:51Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: ^&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; #&amp;lt;!-- leave this line exactly as it is --&amp;gt; &amp;lt;pre&amp;gt; &lt;br /&gt;
# This is a list of domain names which are considered spam.  Please check&lt;br /&gt;
# the guidelines on the talk page when adding entries.  Changes should take&lt;br /&gt;
# effect immediately.  Please do not use this list against spam that can&lt;br /&gt;
# be dealt with by user blocking or protection of a small number of pages.&lt;br /&gt;
#&lt;br /&gt;
# Syntax is as follows: &lt;br /&gt;
#   * Everything from a &amp;quot;#&amp;quot; character to the end of the line is a comment&lt;br /&gt;
#   * Every non-blank line is a regex fragment which will only match hosts&lt;br /&gt;
#     inside URLs&lt;br /&gt;
#&lt;br /&gt;
# Zusätzlich zu dieser Liste wird auch immer http://meta.wikimedia.org/w/index.php?title=Spam_blacklist&amp;amp;action=raw&amp;amp;sb_ver=1 noch befragt, also bitte nicht einfach nur eine unübersichtlich lange liste hier hin kopieren&lt;br /&gt;
&lt;br /&gt;
actress&lt;br /&gt;
acura&lt;br /&gt;
adult &lt;br /&gt;
naked&lt;br /&gt;
penis&lt;br /&gt;
porn&lt;br /&gt;
lesbian&lt;br /&gt;
sex&lt;br /&gt;
nude&lt;br /&gt;
women&lt;br /&gt;
girl&lt;br /&gt;
hot&lt;br /&gt;
vids&lt;br /&gt;
films&lt;br /&gt;
private&lt;br /&gt;
clip&lt;br /&gt;
gay&lt;br /&gt;
teen&lt;br /&gt;
pregnancy&lt;br /&gt;
dirt&lt;br /&gt;
cheap&lt;br /&gt;
virgin&lt;br /&gt;
preteens&lt;br /&gt;
beauty&lt;br /&gt;
underage&lt;br /&gt;
dude&lt;br /&gt;
boob&lt;br /&gt;
&lt;br /&gt;
#de, com and net domains&lt;br /&gt;
heavenmovs\.net&lt;br /&gt;
amberclubpix\.net&lt;br /&gt;
titanhdpalace\.net&lt;br /&gt;
yourweirdtaboo\.net&lt;br /&gt;
oceanpleasurepix\.net&lt;br /&gt;
uncutmovs\.net&lt;br /&gt;
freeangelszoneonline\.com&lt;br /&gt;
paradisegonewildside\.com&lt;br /&gt;
sercretcafe\.net&lt;br /&gt;
angelsgoingmad\.com&lt;br /&gt;
cafedeangel\.net&lt;br /&gt;
latinadelicacy\.com&lt;br /&gt;
uncoveredcelebs\.net&lt;br /&gt;
oiledangels\.com&lt;br /&gt;
ladiesclubuncut\.com&lt;br /&gt;
angelsclubcrazy\.net&lt;br /&gt;
sapphicocean\.com&lt;br /&gt;
katjaexposed\.com&lt;br /&gt;
picscafe\.net&lt;br /&gt;
yonipalace\.net&lt;br /&gt;
tantricteasing\.net&lt;br /&gt;
spypovs\.com&lt;br /&gt;
freepixonline\.net&lt;br /&gt;
uncutmodelbar\.com&lt;br /&gt;
divaspalace\.net&lt;br /&gt;
magnificentchica\.net&lt;br /&gt;
divaspalace\.net&lt;br /&gt;
latinacloseup\.net&lt;br /&gt;
brunettewildzone\.com&lt;br /&gt;
chocolatecoed(couple|chica)\.(net|com)&lt;br /&gt;
nicolehduncut\.com&lt;br /&gt;
desirefemme\.net&lt;br /&gt;
nikiclubcafe\.net&lt;br /&gt;
brunettepleasurelust\.com&lt;br /&gt;
wildhomemodelcouple\.(com|net)&lt;br /&gt;
delicacyftvfemme\.(com|net)&lt;br /&gt;
bikinierosbliss\.(net|com)&lt;br /&gt;
latinadesirecloseup\.com&lt;br /&gt;
datingmodeldiva\.net&lt;br /&gt;
ftvheavenfemme\.net&lt;br /&gt;
ftvinnocentangels\.net&lt;br /&gt;
groups\.google\.jp&lt;br /&gt;
onlinekasino\.de&lt;br /&gt;
kaskus\.us&lt;br /&gt;
kaboodle\.com&lt;br /&gt;
recipezaar\.com&lt;br /&gt;
mylot\.com&lt;br /&gt;
recipezaar\.com&lt;br /&gt;
livevideo\.com&lt;br /&gt;
olpetsn\.com&lt;br /&gt;
homeworkonline-go\.info&lt;br /&gt;
canadian-medshop\.com&lt;br /&gt;
clevver\.com&lt;br /&gt;
forum24\.se&lt;br /&gt;
internet-poker\.de&lt;br /&gt;
audiocarstereo\.it&lt;br /&gt;
canardpc\.com&lt;br /&gt;
fantagazzetta\.com&lt;br /&gt;
bdc-forum\.it&lt;br /&gt;
hardwareluxx\.de&lt;br /&gt;
czeta\.it&lt;br /&gt;
tripod\.com&lt;br /&gt;
apextime\.cn&lt;br /&gt;
xittv\.cn&lt;br /&gt;
stilit\.cn&lt;br /&gt;
sewamotors\.cn&lt;br /&gt;
radugainternet\.cn&lt;br /&gt;
bgarant\.cn&lt;br /&gt;
laveraflo\.xdir\.fr&lt;br /&gt;
bartramsgarden\.org&lt;br /&gt;
200u\.com&lt;br /&gt;
adcell\.de&lt;br /&gt;
writersdigest\.com&lt;br /&gt;
leadhoster\.com&lt;br /&gt;
artistic-gardens\.com&lt;br /&gt;
91080\.com&lt;br /&gt;
carondelet\.com&lt;br /&gt;
palvid\.com&lt;br /&gt;
dr-bizarre\.com&lt;br /&gt;
pauloakenfold\.com&lt;br /&gt;
freecodesource\.com&lt;br /&gt;
webgarden\.com&lt;br /&gt;
chicagodefender\.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#senseless domain names&lt;br /&gt;
xkduwomrhzgh\.com&lt;br /&gt;
krnbcwieuehw\.com&lt;br /&gt;
ahmjqevgytiv\.com&lt;br /&gt;
csskyjnpkied\.com&lt;br /&gt;
ukkwlqlpwjbm\.com&lt;br /&gt;
ttykcnpeamtq\.com&lt;br /&gt;
fpngiaxfpemz\.com&lt;br /&gt;
cxratmwzozux\.com&lt;br /&gt;
jaeazerrbzso\.com&lt;br /&gt;
ulefhbqwadmv\.com&lt;br /&gt;
qaculiwknbau\.com&lt;br /&gt;
hxlufyyepnae\.com&lt;br /&gt;
crpjxjvxokhv\.com&lt;br /&gt;
boumfnmbzjgh\.com&lt;br /&gt;
xbwexyctvbmr\.com&lt;br /&gt;
aibflzgnoknq\.com&lt;br /&gt;
hwdgpzfnbasj\.com&lt;br /&gt;
sprskqpjzvro\.com&lt;br /&gt;
hamuftzfxvbm\.com&lt;br /&gt;
ujnfoufcliih\.com&lt;br /&gt;
fcgexwzxcsgt\.com&lt;br /&gt;
qqjnlsqulypr\.com&lt;br /&gt;
jgomziiautni\.com&lt;br /&gt;
sfktogtqtayd\.com&lt;br /&gt;
hfeurumwkfjn\.com&lt;br /&gt;
vvrnhpxrpgny\.com&lt;br /&gt;
ozpmsamhbxuh\.com&lt;br /&gt;
hsssuayrgulu\.com&lt;br /&gt;
wpjxabrvyjyr\.com&lt;br /&gt;
zouixrrdrzue\.com&lt;br /&gt;
kpgmoordaodz\.com&lt;br /&gt;
sxvrzbaqzdzx\.com&lt;br /&gt;
gekkgowyqnyk\.com&lt;br /&gt;
wfqbstpzjqjn\.com&lt;br /&gt;
dcdbmmpnaixs\.com&lt;br /&gt;
dcdbmmpnaixs\.com&lt;br /&gt;
ctukkuaoohux\.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 #&amp;lt;/pre&amp;gt; &amp;lt;!-- leave this line exactly as it is --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template_talk:Unique-Item/Layout&amp;diff=4226</id>
		<title>Template talk:Unique-Item/Layout</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template_talk:Unique-Item/Layout&amp;diff=4226"/>
				<updated>2010-05-13T10:15:14Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;usermessage&amp;quot;&amp;gt;''Das folgende ist als '''Grundsatzdiskussion''' zu betrachten!'' --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 14:07, 1 May 2010 (CEST)&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Leider scheint das System noch nicht eingebaut zu sein, also muss es vorerst so gehen. Momentan wird bei allen Unique-Items die Farbvorlage des ingame Itemstyps verwendet, nicht abder die Farbvorlage der Unique Items. Daher haben Uniques im Wiki momentan keine einheitliche Farbe, eine Unique-Waffe verwendet die selbe Farbe wie eine Normale usw. (Die Vorlage macht es zwar grad anders, aber das tut hier nichts zu Sache, da sie momentan munter hin und her umgebaut wird.). Das deutsche Wiki macht es schon seit Jahren so, obwohl auch dort eine spezielle Farbe für Unique-Items festgelegt wurde. Da wir aber nicht das deutsche Wiki sind können wir das auch eigenständig entscheiden und ggf. anders handhaben.&lt;br /&gt;
&lt;br /&gt;
Nun steht als die Frage im Raum, ob alle Unique-Itemns die selbe Farbe verwenden sollten, oder ob ihre Farbe weiterhin vom Itemtyp(A-/V-Waffe, Zauber, Item usw.).  Ich bitte euch nun darüber zu diskutieren und eure Meinung zu äußern. &lt;br /&gt;
&lt;br /&gt;
Ich selbst finde es sinnvoll, wenn alle Unique-Items die selbe Farbe verwenden. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 14:07, 1 May 2010 (CEST)&lt;br /&gt;
:Also ich bin für das was ich gebastelt hab; also vom Itemtyp abhängig ;) Und eig. sind sie doch nichts als das: Waffen/Zauber etc. Ich versteh darin den Sinn nicht :S --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:13, 1 May 2010 (CEST)&lt;br /&gt;
::Der Sinn ist denkbar einfach, es gibt nicht umsonst eine spezielle Farbvorlage für Unique-Items, dass es anders gemacht wird wurde vor 5Jahren ohne weitere Diskussion einfach beschlossen. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 15:18, 1 May 2010 (CEST)&lt;br /&gt;
:::Dann löschen wir eben die Farbvorlage… Und warum sollen Unis denn differiert werden? Sie sind doch ein und dasselbe wie die Items mit dem Unterschied dass sie einen eigenen Text haben sowie in der db extra angelegt werden… Es hat ja noch immer die Funktion eines Items?! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:28, 1 May 2010 (CEST)&lt;br /&gt;
::::Ich würde dazu gerne noch mehr Meinungen in dieser Diskussion lesen bevor wir hier etwas entscheiden. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 01:38, 4 May 2010 (CEST)&lt;br /&gt;
Nabend, also ich bin dafür, das die Unique-Item Vorlage ihren eigenen Style bzw. Farbgebung behält, unabhängig davon welche Art Items als Uniques ins Wiki finden. &lt;br /&gt;
Übrigens ist bwoebis Weg umständlich, eine zusätzliche Vorlage, die mit 2 ?? beginnt und eigentlich nur zur &amp;quot;Item/Colours&amp;quot;-Vorlage weiterleitet, ist doch nicht unbedingt die beste Lösung, das fiel mir auch schon im deutschen FWW-Projekt auf. [[User:Istrugar|Istrugar]] 20:48, 4 May 2010 (CEST)&lt;br /&gt;
:Da es hier 1:1 steht und ich meine eigene Stimme nicht werten kann, machen wir es nun wie im deutschen Wiki. Diese Vorgehensweise ist vermutlich ohnehin erforderlich, da die Wikis ja realitv ähnlich aussehen sollten. Ich hebe den Schutz der Seite nun auf und möchte bwoebi bitten es so anzupassen wie es auch im deutschen Wiki ist. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 21:17, 12 May 2010 (CEST)&lt;br /&gt;
::Mach ich in der nächsten Stunde ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:14, 13 May 2010 (CEST)&lt;br /&gt;
::Hä?! Warum bleibt der Schutz? --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:15, 13 May 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	<entry>
		<id>https://www.fwwiki.org/index.php?title=Template_talk:Unique-Item/Layout&amp;diff=4225</id>
		<title>Template talk:Unique-Item/Layout</title>
		<link rel="alternate" type="text/html" href="https://www.fwwiki.org/index.php?title=Template_talk:Unique-Item/Layout&amp;diff=4225"/>
				<updated>2010-05-13T10:14:27Z</updated>
		
		<summary type="html">&lt;p&gt;Bwoebi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;usermessage&amp;quot;&amp;gt;''Das folgende ist als '''Grundsatzdiskussion''' zu betrachten!'' --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 14:07, 1 May 2010 (CEST)&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Leider scheint das System noch nicht eingebaut zu sein, also muss es vorerst so gehen. Momentan wird bei allen Unique-Items die Farbvorlage des ingame Itemstyps verwendet, nicht abder die Farbvorlage der Unique Items. Daher haben Uniques im Wiki momentan keine einheitliche Farbe, eine Unique-Waffe verwendet die selbe Farbe wie eine Normale usw. (Die Vorlage macht es zwar grad anders, aber das tut hier nichts zu Sache, da sie momentan munter hin und her umgebaut wird.). Das deutsche Wiki macht es schon seit Jahren so, obwohl auch dort eine spezielle Farbe für Unique-Items festgelegt wurde. Da wir aber nicht das deutsche Wiki sind können wir das auch eigenständig entscheiden und ggf. anders handhaben.&lt;br /&gt;
&lt;br /&gt;
Nun steht als die Frage im Raum, ob alle Unique-Itemns die selbe Farbe verwenden sollten, oder ob ihre Farbe weiterhin vom Itemtyp(A-/V-Waffe, Zauber, Item usw.).  Ich bitte euch nun darüber zu diskutieren und eure Meinung zu äußern. &lt;br /&gt;
&lt;br /&gt;
Ich selbst finde es sinnvoll, wenn alle Unique-Items die selbe Farbe verwenden. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 14:07, 1 May 2010 (CEST)&lt;br /&gt;
:Also ich bin für das was ich gebastelt hab; also vom Itemtyp abhängig ;) Und eig. sind sie doch nichts als das: Waffen/Zauber etc. Ich versteh darin den Sinn nicht :S --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:13, 1 May 2010 (CEST)&lt;br /&gt;
::Der Sinn ist denkbar einfach, es gibt nicht umsonst eine spezielle Farbvorlage für Unique-Items, dass es anders gemacht wird wurde vor 5Jahren ohne weitere Diskussion einfach beschlossen. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 15:18, 1 May 2010 (CEST)&lt;br /&gt;
:::Dann löschen wir eben die Farbvorlage… Und warum sollen Unis denn differiert werden? Sie sind doch ein und dasselbe wie die Items mit dem Unterschied dass sie einen eigenen Text haben sowie in der db extra angelegt werden… Es hat ja noch immer die Funktion eines Items?! --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 15:28, 1 May 2010 (CEST)&lt;br /&gt;
::::Ich würde dazu gerne noch mehr Meinungen in dieser Diskussion lesen bevor wir hier etwas entscheiden. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 01:38, 4 May 2010 (CEST)&lt;br /&gt;
Nabend, also ich bin dafür, das die Unique-Item Vorlage ihren eigenen Style bzw. Farbgebung behält, unabhängig davon welche Art Items als Uniques ins Wiki finden. &lt;br /&gt;
Übrigens ist bwoebis Weg umständlich, eine zusätzliche Vorlage, die mit 2 ?? beginnt und eigentlich nur zur &amp;quot;Item/Colours&amp;quot;-Vorlage weiterleitet, ist doch nicht unbedingt die beste Lösung, das fiel mir auch schon im deutschen FWW-Projekt auf. [[User:Istrugar|Istrugar]] 20:48, 4 May 2010 (CEST)&lt;br /&gt;
:Da es hier 1:1 steht und ich meine eigene Stimme nicht werten kann, machen wir es nun wie im deutschen Wiki. Diese Vorgehensweise ist vermutlich ohnehin erforderlich, da die Wikis ja realitv ähnlich aussehen sollten. Ich hebe den Schutz der Seite nun auf und möchte bwoebi bitten es so anzupassen wie es auch im deutschen Wiki ist. --[[User:Galak van Charro|&amp;lt;font face=&amp;quot;Papyrus&amp;quot; color=&amp;quot;#CC0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Galak&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;]] [[User talk:Galak van Charro|&amp;lt;sup&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot; face=&amp;quot;Viner Hand ITC&amp;quot;&amp;gt;&amp;lt;b&amp;gt;cry here&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt;]] 21:17, 12 May 2010 (CEST)&lt;br /&gt;
::Mach ich in der nächsten Stunde ;) --&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://fwwiki.de/index.php/Benutzer:Bwoebi &amp;lt;span style=&amp;quot;color: #002bb8; font-face:Comic Sans MS&amp;quot;&amp;gt;Bwoebi&amp;lt;/span&amp;gt;]&amp;lt;/span&amp;gt; [[User talk:Bwoebi|&amp;lt;sup&amp;gt;discuss here please&amp;lt;/sup&amp;gt;]] 12:14, 13 May 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Bwoebi</name></author>	</entry>

	</feed>