Forum:Problem on using td tag in ifeq...
Wikia - creating communities
Wikia's forums are a place for the community to help other members. Staff do visit, but if you require staff help, please use Special:Contact to be sure of a reply.
I found problem on usinig td tag in #ifeq, such as w:c:evchk:Template:Ambox, the td-tags are replaced by HTML reference code. However it doesn't cause problems here.
<table style="{{{style|}}}" class="noprint plainlinks ambox {{#switch:{{{type|}}}
| serious = ambox-serious
| content = ambox-content
| style = ambox-style
| merge = ambox-merge
| notice = ambox-notice
| growth = ambox-growth
| protection = ambox-protection
| talk = ambox-talk
| #default = ambox-notice
}}">
<tr>
{{#ifeq:{{{image}}}|none
| <!-- no image cell -->
| <td class="ambox-image"> {{#switch:{{{image|{{{type|}}}}}}
| serious = [[Image:Stop hand nuvola.svg|40px]]
| content = [[Image:Emblem-important.svg|40px]]
| style = [[Image:Broom icon.svg|40px]]
| merge = [[Image:Merge-split-transwiki default.svg|40px]]
| notice = [[Image:Info non-talk.png|40px]]
| growth = [[Image:N write green black.svg|40px]]
| protection = [[Image:Crystal_Clear_action_lock5.png|40px]]
| talk = [[Image:Nuvola apps ksirc.png|40px]]
| blank = <!-- empty image cell -->
| #default = {{{image|[[Image:Info non-talk.png|40px]]}}}
}}</td>
}}
<td style="font-size:98%;">{{{text}}}</td>
{{#if:{{{imageright|}}}|
<td class="ambox-imageright"> {{{imageright}}} </td>
}}
</tr>
</table>
--疾風綾希 08:24, 9 August 2008 (UTC)
- I know there is something that must be installed on a wiki to enable these kind of tags inside parser functions, I just don't know what it is, but here is a solution. ---ko (talk) 06:33, 11 August 2008 (UTC)
- I have checked the extension on both evchk and central, it seems that evchk just lack of 'tag' (Parser function hooks) support, however , I don't think that cause this problem ...--疾風綾希 13:23, 11 August 2008 (UTC)
- ummm...I found that evchk maybe use old Parser(Parser_OldPP) with Using Parser Diff Test. However, I'm cannot change it to new Parser...--疾風綾希 13:55, 11 August 2008 (UTC)
- Normal, only staff have acces to the files. Maybe asking the community team. — TulipVorlax 16:19, 11 August 2008 (UTC)
- I have contact one in Community Team, waiting for helps of Technical Team... but I didn't sure the exactly reason.--疾風綾希 21:53, 11 August 2008 (UTC)
It seems that nobody resolves this issue?--疾風綾希 11:07, 15 August 2008 (UTC)
