Last modified: 2007-01-08 13:42:45 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T6002, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4002 - Bad inner template in nested template if contain font tag
Bad inner template in nested template if contain font tag
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Templates (Other open bugs)
1.6.x
PC Windows 2000
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
: parser
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-11-17 08:03 UTC by Baldassarre Cesarano
Modified: 2007-01-08 13:42 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Baldassarre Cesarano 2005-11-17 08:03:20 UTC
Template:InnerKO
<font color=#003060><tt>{{{1}}}</tt></font>
----------------------
Template:InnerOk
'''{{{1}}}'''
---------------------------
Template:Container
{|style="width:400px;margin-top:5px;margin-
bottom:5px;padding:5px;border:1px solid #aaa;background: #f9f9f9;"
|-
|'''{{{1}}}: '''{{{2}}}
|}
-------------------------
Sandbox/TestNested
This works:
{{Container|Ok, Work...|
Some text {{InnerOk|Tis is ok}} other text.
}}

----

Not works,  appear, in a box: "Not Work...: {{{2}}}":
{{Container|Not Work...|
Some text {{InnerKO|Middle Text}} other text.
}}
----------------------------------------------
Comment 1 Brion Vibber 2005-11-17 09:38:51 UTC
It's not the <font>, it's the = sign.
Comment 2 Baldassarre Cesarano 2005-11-17 09:53:31 UTC
(then this is same as bug 4003)

How to resolve?
<font color&#061;#003060><tt>{{{1}}}</tt></font>
is not the same! :(

Comment 3 Baldassarre Cesarano 2005-11-17 10:11:02 UTC
Sorry! A mistake (not ...";#00"... but ...";00"...

font color&#061;003060><tt>{{{1}}}</tt></font>

Now seem running!

Comment 4 Baldassarre Cesarano 2005-11-17 11:00:46 UTC
... no! The problem is not resolved! :(
Comment 5 Rob Church 2007-01-08 13:42:45 UTC
To resolve, name the parameters when calling, e.g. instead of

{{template|<param with an = in>}}

use

{{template|1=<param with an = in>}}

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links