Thread history
Jump to navigation
Jump to search
Time | User | Activity | Comment |
---|---|---|---|
No results |
Probably the projects that use the Japanese language setting. Also you should check where the namespace names are used hardcoded in your wiki, for example changing {{#ifeq:{{NAMESPACE}}|ノート|...}}
to {{#ifeq:{{NAMESPACE}}|{{ns:Talk}}|...}}
or {{#ifeq:{{NAMESPACE}}|{{ns:1}}|...}}
, which will make the function work with both namespace names.