hello J. Balaji, I'm on irc.freenode.net -> #wikisource (I'll try to help)
Z. On 20 December 2017 at 21:00, balaji <[email protected]> wrote: > Hi Z, > Thanks for taking time to explain me about the issue. > > I am not sure of how to add the codes in the mobile view in ta.ws . There > are many loops there and i am not comfortable with codes. > > I request for help here. I have the admin rights. what code I have to > insert, in which page, which place. > > I dont want to break the pages accidentally due to my wrong coding > > Thanks, > > J. Balaji > (User:Balajijagadesh) > > On Thu, Dec 21, 2017 at 1:11 AM, Zdzislaw <[email protected]> wrote: >> >> hello, >> >> briefly - footer ("header box at the bottom) is created with the use >> of js (for desktop view see: >> https://en.wikisource.org/wiki/MediaWiki:DisplayFooter.js) loaded in >> the MediaWiki:Common.js -> >> >> mw.loader.load('//en.wikisource.org/w/index.php?title=MediaWiki:DisplayFooter.js&action=raw&ctype=text/javascript'); >> >> in mobile view, only the scripts from the MediaWiki:Mobile.js file are >> loaded. >> so, you have to load the DisplayFooter.js in Mobile.js also (and/or >> adjust the DisplayFooter.js code for mobile view - it may be also >> necessary to modify the css styles for the mobile view). >> >> >> Z. >> >> On 20 December 2017 at 20:18, balaji <[email protected]> wrote: >> > Hi all, >> > Most of the wikisource use the template header . In the >> > desktop >> > view it creates a header box with optional link to previous and next >> > page. >> > It automatically creates another box at the bottom with similar option >> > to >> > navigate to next or previous page or to the top. >> > >> > But in the mobile view only the header box at the top is visible. The >> > header >> > box at the bottom is not visible. >> > >> > In Tamil wikisource more than 60% of the views is from mobile devices. >> > Hence >> > it would be nice to know a way to show the header box at the bottom too >> > in >> > mobile view. >> > >> > Regards, >> > J. Balaji. >> > >> > _______________________________________________ >> > Wikisource-l mailing list >> > [email protected] >> > https://lists.wikimedia.org/mailman/listinfo/wikisource-l >> > >> >> _______________________________________________ >> Wikisource-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/wikisource-l > > > > _______________________________________________ > Wikisource-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikisource-l > _______________________________________________ Wikisource-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikisource-l
