Page MenuHomePhabricator

Option "Remove comments" from [[Special:ExpandTemplates]] removes content which is not commented out!
Closed, DeclinedPublic

Description

https://pt.wikipedia.org/w/index.php?title=Especial:Expandir_predefini%C3%A7%C3%B5es&wpInput=%7B%7BAjudem-me%7D%7D&wpContextTitle=user%3Atest&wpRemoveComments=true

returns just

<span id="ajudemme"></span>

But there should be a table there, since if we do not remove the comments,
https://pt.wikipedia.org/w/index.php?title=Especial:Expandir_predefini%C3%A7%C3%B5es&wpInput=%7B%7BAjudem-me%7D%7D&wpContextTitle=user%3Atest
the result is


<!--
--><span id="ajudemme"></span><!--
--><!-- permite linkar diretamente para a marcação usando [[PAGENAME#ajudemme]]
--><table class="plainlinks tmbox tmbox-notice" style="margin: 4px 10%; border-collapse: collapse; background: #f8eaba; border: 1px solid #c0c090;

border: 1px solid #c0c090;
">
<tr>
<td class="tmbox-image" style="border: none; padding: 2px 0px 2px 0.9em; text-align: center;">

[[Image:Emblem-important.svg|60px]]</td>

<td class="tmbox-text" style="border: none; padding: 0.25em 0.9em; width: 100%; "> '''Parece que essa marcação (<code>{{[[Predefinição:Ajudem-me|Ajudem-me]]}}</code>) está sendo usada fora de uma página de discussão de usuário. Por favor a remova dessa página.'''

Essa marcação é feita para ser usada em [[WP:páginas de discussão|páginas de discussão]]. Sua página de discussão pode ser encontrada [[Especial:MyTalk|aqui]]. Se adicionaste essa marcação por favor a remova e a readiciona em [[Especial:MyTalk|sua página de discussão]]. Se não adicionaste essa marcação, por favor a remova. </td>

</tr>
</table> <!--"demospace=other" or a new namespace--><!--End switch--><!--
For backwards compatibility if the question is fed as a parameter, show the question below this message box:

-->


Version: unspecified
Severity: normal

Details

Reference
bz62344

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:06 AM
bzimport set Reference to bz62344.
bzimport added a subscriber: Unknown Object (MLST).

Umm, I see the <table> in both cases. Maybe someone modified the template or something(?).