Creating pages via form doesn't work in olo.wiipedia.org . On the MainPage in section "Luaji uuzi kirjutus" there is a form for creating pages. When trying to create a page, a modal window appears with an error in Russian. I tried to recreate this form in userspace using the code
<inputbox>
type = create
buttonlabel = Luaji
</inputbox>
the error was repeated.
Description
Description
Event Timeline
Comment Actions
Hi @Kawtaj, thanks for taking the time to report this and welcome to Wikimedia Phabricator!
Please use the available template and structure your bug report. That should be:
- a clear and complete list of exact steps to reproduce the situation, step by step, so that nobody needs to guess or interpret how you performed each step,
- what happens after performing these steps to reproduce (including full error messages),
- what you expected to happen instead,
- a full link to a web address where the issue can be seen.
You can edit the task description by clicking . Ideally, a good description should allow any other person to follow these steps (without having to interpret steps) and see the same results. Problems that others can reproduce can get fixed faster. Thanks again.
Comment Actions
Steps to reproduce:
- Go to https://olo.wikipedia.org/wiki/Pi%C3%A4sivu
- Scroll down to Luaji uuzi kirjutus
- Enter a pagename into the text field
- Click the Luaji button
Expected results:
Page created (?)
Actual results:
Error message: Не указано название новой статьи!
Wiki text:
<big><div class="center"> <h2 style="margin:0; background:#ddcef2; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding:0.2em 0.4em;">Luaji uuzi kirjutus</h2></div></big></br><inputbox> type=create width=90 bgcolor=#faf5ff preload=Template:Standard content for new page editintro=Template:Instructions default= buttonlabel=Luaji </inputbox>
Comment Actions
Hi @Kawtaj, some comments:
- </br> is invalid and broken HTML. This must be removed; please edit and fix it on https://olo.wikipedia.org/wiki/Piäsivu
- The Russian error message comes directly from https://olo.wikipedia.org/wiki/MediiWiki:Common.js . User scripts, gadgets, templates, custom CSS are local on-wiki content. Local content is managed independently on each wiki, by each wiki community themselves. This needs fixing on the local wiki. You may want to bring this up on your local village pump or talk to Onegaborg. If you are looking for general help with the local code on a wiki, please see https://meta.wikimedia.org/wiki/Small_wiki_toolkits#Ask_your_technical_questions .
Hence I am closing this task here - thanks for your understanding!