Fandom Developers Wiki
Line 14: Line 14:
 
<span style="border: ridge 7px #FFFF00; background:linear-gradient(90deg, rgb(0, 0, 0) 100%, rgb(0, 0, 0) 0%, rgb(0, 0, 128) 90%); border-radius: 100px 30px 100px 30px; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; font-weight: bold; font-family: Ruby; color: #FFF;">[[User:DDPAT Knife Series|<span style="color: #00FFFF">DDPAT Knife Series</span>]] <sub>[[Message Wall:DDPAT Knife Series|<span style="color: #FFF0F5">обсуждение</span>]]</sub> <span style="color: #FFF0F5"></span></span> 01:31, June 2, 2020 (UTC)
 
<span style="border: ridge 7px #FFFF00; background:linear-gradient(90deg, rgb(0, 0, 0) 100%, rgb(0, 0, 0) 0%, rgb(0, 0, 128) 90%); border-radius: 100px 30px 100px 30px; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; font-weight: bold; font-family: Ruby; color: #FFF;">[[User:DDPAT Knife Series|<span style="color: #00FFFF">DDPAT Knife Series</span>]] <sub>[[Message Wall:DDPAT Knife Series|<span style="color: #FFF0F5">обсуждение</span>]]</sub> <span style="color: #FFF0F5"></span></span> 01:31, June 2, 2020 (UTC)
 
:: mama mia francesco italiano. Fngplg, beacause my regex ''don't writes [[wikipedia:Full stop|full stop]] <code>.</code> after the word тощо if this symbol is not necessary'' (and it was written even lmao). if you add <code>str.replace(/т\.\s?д\./, "тощо.")</code> after my first regex, it will write full stop (if this symbol is necessary). now do you understand me? [[User:Зубенко Михаил Петрович|Зубенко Михаил Петрович]] ([[User talk:Зубенко Михаил Петрович|talk]]) 12:01, June 2, 2020 (UTC)
 
:: mama mia francesco italiano. Fngplg, beacause my regex ''don't writes [[wikipedia:Full stop|full stop]] <code>.</code> after the word тощо if this symbol is not necessary'' (and it was written even lmao). if you add <code>str.replace(/т\.\s?д\./, "тощо.")</code> after my first regex, it will write full stop (if this symbol is necessary). now do you understand me? [[User:Зубенко Михаил Петрович|Зубенко Михаил Петрович]] ([[User talk:Зубенко Михаил Петрович|talk]]) 12:01, June 2, 2020 (UTC)
  +
:::this regexp [[https://dev.fandom.com/index.php?title=MediaWiki%3AWikificator.js&diff=133316&oldid=126002 was added]] some time ago. i was not able to test it: it just doesn't work for me. i understand that it might be because of lack of ukrainian keyboards on my pc. you can use test mode to see how the script works, and if you sure about the regexp working, you can submit the script for review. [[User:Fngplg|Fngplg]] ([[User talk:Fngplg|talk]]) 14:21, June 2, 2020 (UTC)

Revision as of 14:21, 2 June 2020

Ukrainian: тощо with full stop and without it

Hello! My name is Luchshiy Sotrudnik Orifleyma. I was writing yesterday a regex str.replace(/т\.\s?д\.(?=\s?[^\wА-ЯҐЄІЇ\n<]{2})/, "тощо") for Ukrainian. The regex don't writes full stop . after the word тощо if this symbol is not necessary. Please add the regex to code of wikificator. Thanks! London is the capital of Great Britain. Зубенко Михаил Петрович (talk) 11:21, June 1, 2020 (UTC)

i was not able to get the regexp working: https://snipboard.io/Ndk9n0.jpg Fngplg (talk) 12:39, June 1, 2020 (UTC)
But this is a very gross error on the part of the wikificator, which needs to be fixed. I would also like to add something else to the wikiquator for the Ukrainian language. The first is at least not very important, but desirable, namely to remove the underscore in the file names. And the second is the standardization of info boxes. Example:
|example=example2
|example= example2

to

|example = example2
|example = example2

DDPAT Knife Series обсуждение 01:31, June 2, 2020 (UTC)

mama mia francesco italiano. Fngplg, beacause my regex don't writes full stop . after the word тощо if this symbol is not necessary (and it was written even lmao). if you add str.replace(/т\.\s?д\./, "тощо.") after my first regex, it will write full stop (if this symbol is necessary). now do you understand me? Зубенко Михаил Петрович (talk) 12:01, June 2, 2020 (UTC)
this regexp [was added] some time ago. i was not able to test it: it just doesn't work for me. i understand that it might be because of lack of ukrainian keyboards on my pc. you can use test mode to see how the script works, and if you sure about the regexp working, you can submit the script for review. Fngplg (talk) 14:21, June 2, 2020 (UTC)