Currently it's not correctly configured. Let us know if it can be customized for eswiki and if we can help with that. Thinking on changing the page as well. Regards.
Description
Description
Event Timeline
Comment Actions
alex@alex-laptop:~/Development/huggle3-qt-lx (T36625)$ git grep UAATemplate
huggle/projectconfiguration.hpp: QString UAATemplate = "* {{user-uaa|1=$1}} $2 ~~~~";
huggle/uaareport.cpp: this->ta = this->User->GetSite()->GetProjectConfig()->UAATemplate;We seem to be lacking any mechanism to override this UAATemplate text from the project's configuration.
Comment Actions
Hello @Krenair and thanks for your reply. Correct syntax would've been:
{{subst:Reportevandalismo
| 1 = $1 (username)
| 2 = $2 (reason)
}}Signature is added automatically when substing the template.
If possible, no underscores (_) should be used. Also, let me know if translations of the reasons, etc. is needed. And sorry for the late reply but I'm having little free time lately. Thank you.
Comment Actions
Not sure about that, let's handle it separately.
I don't think so.
What? You answered the very next day... Even if you hadn't, there's no rush
Comment Actions
The commit has been merged and I've added the line to the eswiki project config. So new builds of Huggle from now on should do this properly.