Templates Wiki
No edit summary
No edit summary
Line 8: Line 8:
 
So, I want to do something like this:
 
So, I want to do something like this:
 
<pre>{{Test|Arciusazrael|General|<font color="red">Arcius</font>}}</pre>
 
<pre>{{Test|Arciusazrael|General|<font color="red">Arcius</font>}}</pre>
and the result should be some thing like this: [[User:Arciusazrael|<font color="red">Arcius</font>]] . But somehow, the font tag doesn't work and the result is [[User:Arciusazrael|Arciusazrael]]. [[User:Arciusazrael|<font color="#2B547E">'''|Arcius|'''</font>]] &nbsp;[[User:General|'''General''']]&nbsp;<small>([[User talk:General|&nbsp;talk&nbsp;]],&nbsp;[[Special:Contributions/General|&nbsp;contribs&nbsp;]]{{#if:|,&nbsp;[[Special:Emailuser/General|&nbsp;email&nbsp;]]}})</small> 01:53, July 16, 2011 (UTC)
+
and the result should be some thing like this: [[User:Arciusazrael|<font color="red">Arcius</font>]] . But somehow, the font tag doesn't work and the result is [[User:Arciusazrael|Arciusazrael]]. [[User:Arciusazrael|<font color="#2B547E">'''|Arcius|'''</font>]] 01:53, July 16, 2011 (UTC)

Revision as of 01:54, 16 July 2011

Forums: Index Help desk Font doesn't work in templates
Note: This topic has been unedited for 13 years. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.

Hi guys, I recently made a template over at my wiki to let users easily customize and add images to their signatures. The template has 3 parameters:

  • {{{1}}} is the username.
  • {{{2}}} is the image.
  • The 3rd parameter, {{{3}}} is used when users want to customize their usernames.

So, I want to do something like this:

{{Test|Arciusazrael|General|<font color="red">Arcius</font>}}

and the result should be some thing like this: Arcius . But somehow, the font tag doesn't work and the result is Arciusazrael. |Arcius| 01:53, July 16, 2011 (UTC)