Page MenuHomePhabricator

nowiki tag doesn't really work on id.wikipedia.org
Closed, ResolvedPublic

Description

Not sure if it's intended or not, but using <nowiki> doesn't prevent templates from being substituted on the page, unlike on for example english wikipedia where it does.

For example in this page: https://id.wikipedia.org/w/index.php?title=Wikipedia:Huggle/Config

I want to add this

warning1:{{subst:huggle/warn-1|1=$1|2=$2}}
warning2:{{subst:huggle/warn-2|1=$1|2=$2}}
warning3:{{subst:huggle/warn-3|1=$1|2=$2}}
warning4:{{subst:huggle/warn-4|1=$1|2=$2}}

spam1:{{subst:huggle/warn-spam-1|1=$1|2=$2}}
spam2:{{subst:huggle/warn-spam-2|1=$1|2=$2}}
spam3:{{subst:huggle/warn-spam-3|1=$1|2=$2}}
spam4:{{subst:huggle/warn-spam-4|1=$1|2=$2}}

But it always substitutes the templates, which doesn't happen on English wikipedia, how can I do that?

Event Timeline

Aklapper changed the task status from Open to Stalled.Jul 12 2017, 11:20 AM

@Petrb: Could you please answer the last comment? (Setting status to "stalled", please reset if it is.)

Petrb claimed this task.

I don't know, maybe someone silently fixed it?