https://bugzilla.wikimedia.org/show_bug.cgi?id=41057

--- Comment #2 from [email protected] 2012-10-16 04:20:05 UTC ---
This is quite ugly actually.  Details below.

The opening content generated by this template is:

<td
style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;;;"
class="navbox-list navbox-oddhlist">

Note the <td ... > tag parsed as text.  Now, if you look at the source of {{BBC
Radio}} template, it uses the {{Navbox}} template.  And, if you look at the
content of the {{Navbox}} template, you see the source of all problems.

The td-tag above that is parsed as string is actually generated in multiple
pieces as string and pieced together which means the tokenizer cannot really
parse this as td-tag without processing all the associated templates and
generating the strings and concatenating them.

-----------------------------------------
{{#if:{{{group1|}}}|<th scope="row" class="navbox-group {{{groupclass|}}}" <!--

-->style="{{{basestyle|}}};{{#if:{{{groupwidth|}}}|width:{{{groupwidth}}};}}{{{groupstyle|}}};{{{group1style|}}}"><!--
 -->{{{group1}}}</th><td
style="text-align:left;border-left-width:2px;border-left-style:solid;|<td
colspan=2 style="}}<!--

-->{{#if:{{{groupwidth|}}}||width:100%;}}padding:0px;{{{liststyle|}}};{{{oddstyle|}}};{{{list1style|}}}"
<!--
 -->class="navbox-list
navbox-{{#ifeq:{{{evenodd|}}}|swap|even|{{{evenodd|odd}}}}} {{{listclass|}}}">=
-----------------------------------------

Hmmm .... 

{{Navbox}} is actually a very common template.  So, we need to find a hack for
this or fix the Navbox template.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to