MediaWiki talk:MatchSplit.js
fa.wikisource
please add
- 'fa':'برگه',
or
- 'fa':'%D8%A8%D8%B1%DA%AF%D9%87', (like other none Latin wikis)
- also
- 'fa': 104,
thank you Reza1615 12:02, 5 October 2011 (UTC)
Done Candalua 19:38, 23 January 2012 (UTC)
et.wikisource
Please add
- 'et':'Lehek%C3%BClg',
and
- 'et': 102,
Thanks! 88.196.241.249 12:34, 14 June 2012 (UTC)
- done — Phe 12:54, 14 June 2012 (UTC)
Syntaxe
Server side now support adding a step= to the __MATCH__ pagename, old syntaxe is supported ==__MATCH__:[[Page:Columelle - L'Économie rurale, Tome 1, trad Du Bois, 1844.djvu/127]]== do the same things than ==__MATCH__:[[Page:Columelle - L'Économie rurale, Tome 1, trad Du Bois, 1844.djvu/127|step=1]]== while ==__MATCH__:[[Page:Columelle - L'Économie rurale, Tome 1, trad Du Bois, 1844.djvu/127|step=2]]== while try to match page 127, then 129, then 131. This allow to match and split bilingual works. step= can use any integer value though I guess only step=2 is useful. — Phe 13:47, 12 February 2016 (UTC)
bn.wikisource
- 'bn':'পাতা',
or
- 'bn':'.E0.A6.AA.E0.A6.BE.E0.A6.A4.E0.A6.BE', -- Bodhisattwa (talk) 15:54, 7 September 2016 (UTC)
- @Bodhisattwa:
Done (I don't fell confortable with JavaScript, can someone confirm it work). Cdlt, VIGNERON (talk) 15:58, 9 September 2016 (UTC)
nap.source
Can you please add:
nap:Paggena
Thanks! --Ruthven (talk) 08:56, 21 December 2019 (UTC)
- I don’t have the rights to do it (see m:Interface administrators) @Ankry, Jon Harald Søby: could you do it? Cdlt, VIGNERON (talk) 09:19, 21 December 2019 (UTC)
pt
Please change pt value to Página. Lugusto (talk) 20:21, 26 March 2020 (UTC)
@Phe, Candalua: in Russian Wikisource don't works the link "split" addition due to a typo in namespace. Could you in "function add_split_button()" replace
var prefix = page_prefixes[mw.config.get('wgContentLanguage')]+":";
to
var prefix = mw.config.get('wgFormattedNamespaces')[104]+":";
? In addition, then the "page_prefixes" definition may become unnecessary. --Vladis13 (talk) 12:08, 31 May 2020 (UTC)