User:Was a bee/WorkSpace

From WikiProjectMed
Jump to navigation Jump to search

about Navpop

mw:API:Query_-_Meta#Parameters

trial

  • add after line:4729, new variable listRegex
  • add after it, new variable listSpecial
  • add after it, new variable listSpecialRegex
  • add after line:4814, new variable nsListsRegex
  • add after it, new variable spLists
  • add after it, new variable spListsRegex
  • add after it, pg.ns.listRegex = nsListsRegex[pg.wiki.lang] || listRegex;
  • add after it, pg.ns.listSpecial = spLists[pg.wiki.lang] || listSpecial;
  • add after it, pg.ns.listSpecialRegex = spListsRegex[pg.wiki.lang] || listSpecialRegex;
  • substitue variables in the code.

pg.ns.list is used 16 times in the code.

  • Bug about dragging
    • If I drag popup on link-text or image, popup addicts pointer eagerly. Popup stalking mouse forever. I must push F5 or return button. This must be solved.