Difference between revisions of "Template talk:Links 1"

From FollowTheScore
Jump to: navigation, search
(New page: Template Links 1 won't work for me. I simply copied the code for template Links 1 and template ! to my template, but I get strange stuff like: {{#if:| * [[{{{2}}}|{{{3}}}]]| * [[{...)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Template Links 1 won't work for me. I simply copied the code for template Links 1 and template ! to my template, but I get strange stuff like:
+
<noinclude>Template Links 1 won't work for me. I simply copied the code for template Links 1 and template ! to my template, but I get strange stuff like this (the star is a littel box):
 +
<pre>
 
{{#if:|
 
{{#if:|
 
 
     * [[{{{2}}}|{{{3}}}]]|
 
     * [[{{{2}}}|{{{3}}}]]|
 
     * [[{{{2}}}]]}}  
 
     * [[{{{2}}}]]}}  
  
eventhough it is a template and not supposed to show this. As a result it won't work on my mainpage.
+
</pre>
 +
 
 +
eventhough it is a template and not supposed to show this. As a result it won't work on my mainpage.</noinclude>
 +
 
 +
Ok, I found it out by myself. Installing Extension ParserFunctions helps.

Latest revision as of 09:58, 6 August 2008

Template Links 1 won't work for me. I simply copied the code for template Links 1 and template ! to my template, but I get strange stuff like this (the star is a littel box):

{{#if:|
    * [[{{{2}}}|{{{3}}}]]|
    * [[{{{2}}}]]}} 

eventhough it is a template and not supposed to show this. As a result it won't work on my mainpage.

Ok, I found it out by myself. Installing Extension ParserFunctions helps.