Talk:Wwp
Back to template
MoP portal always being displayed
Edit
This template is always showing the MoP page no matter which portal is selected. This is especially annoying if the Interface portal is selected as MoP portal is displayed first. Rather than
- --><div id="portal5" {{#if:{{{portal|}}}|MoP||style="display:none;"}}>{{Portal:MoP}}</div><!--
you want
- --><div id="portal5" {{#ifeq:{{{portal|}}}|MoP||style="display:none;"}}>{{Portal:MoP}}</div><!--
--Salix alba (talk) 07:03, November 9, 2011 (UTC)