Wikipedia:User scripts/Requests/Archive 4: Difference between revisions

Content deleted Content added
m Archiving 1 discussion(s) from Wikipedia:User scripts/Requests) (bot
m Archiving 2 discussion(s) from Wikipedia:User scripts/Requests) (bot
Line 543:
:{{u|Galendalia}}, removing all {{((}} and {{))}} and all content between them would also remove {{tl|convert}}, but don't you still need to see it and other inline templates? <span class="nowrap">– [[User:BrandonXLF|<span style="color:blue;">Brandon</span><span style="color:green;">XLF</span>]] ([[User talk:BrandonXLF|talk]])</span> 19:01, 6 May 2020 (UTC)
::{{ping|BrandonXLF}} - we basically need to create a text only version with minimal interfaces that would be like reading a book. I think the <nowiki>{{tl|convert}},</nowiki> could be made an exception if possible. We do still go through all the articles we have and edit them, this is just looking to save time especially on our longer articles. Thanks [[User:Galendalia|Galendalia]] <sub>CVU Member</sub> \ <sup>[[User talk:Galendalia|Chat Me Up]]</sup> 19:07, 6 May 2020 (UTC)
 
== Section watchlist ==
 
Is there a user script to watchlist sections? I remember reading about one months ago, but I can't recall anything else about it. If not, I was thinking of making one. (Likely architecture: Toolforge job to read from the firehose and use an in-memory hashmap lookup to "deliver" edits to specific sections to users' inboxes, and then a small JSON API to fetch new edits and show them in a new panel on the Wikipedia end.) [[User:Enterprisey|Enterprisey]]&nbsp;([[User talk:Enterprisey|talk!]]) 07:06, 14 May 2020 (UTC)
 
== Button help - English refs >> Czech refs ==
 
Hey Guys, I need a simple button in the code editor in the "Advanced" tab for replace English Citation Templates to Czech Citation Templates.
For example, from english
<pre>
{{cite web
|title=
|url=
|date=
|access-date=
|publisher=
|language=
}}
</pre>
To czech language
<pre>
{{Citace elektronické monografie
| titul =
| url =
| datum vydání =
| datum přístupu =
| vydavatel =
| jazyk =
}}
</pre>
Can anyone help me with this? Thanks--[[User:MrJaroslavik|MrJaroslavik]] ([[User talk:MrJaroslavik|talk]]) 17:10, 14 May 2020 (UTC)
:{{u|MrJaroslavik}}, do you have a list of Czech parameters and their corresponding English parameter? <span class="nowrap">– [[User:BrandonXLF|<span style="color:blue;">Brandon</span><span style="color:green;">XLF</span>]] ([[User talk:BrandonXLF|talk]])</span> 19:10, 14 May 2020 (UTC)
::{{u|BrandonXLF}} Yeah, i will send it here. --[[User:MrJaroslavik|MrJaroslavik]] ([[User talk:MrJaroslavik|talk]]) 19:15, 14 May 2020 (UTC)
:::{{u|BrandonXLF}} Here
<pre>
{{cite web=Citace elektronické monografie
|url=url
|title=titul
|last=příjmení
|first=jméno
|author-link=odkaz na autora
|series=edice
|publisher=vydavatel
|___location=místo
|pages=strany
|language=jazyk
|type=typ vydání
|doi=doi
|isbn=isbn
|id=id
|access-date=datum přístupu
|url-status=
|archive-url=url archivu
|archive-date= datum archivace
}}
</pre>
--[[User:MrJaroslavik|MrJaroslavik]] ([[User talk:MrJaroslavik|talk]]) 19:37, 14 May 2020 (UTC)
:I have more at [[:User:Jonesey95/AutoEd/unnamed.js]] (do a Find for "Czech"). – [[User:Jonesey95|Jonesey95]] ([[User talk:Jonesey95|talk]]) 22:13, 14 May 2020 (UTC)