MediaWiki:Gadget-highlightTable-core.js: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 17:
* @todo Allow the stored data to be coupled to the table in question. Currently the data is stored
* on the page itself, so if any tables are shuffled, the highlighting doesn't follow. For
* the same reason tables hosted on other mw.pages are not synchronized.
*/
 
Line 348:
 
/*
* Merge the updated data for the current page into the data for other mw.pages into local storage.
*
* @param hashedPageName A hash of the current page name.
Line 565:
* Save highlighted rows for named tables, using the data-tableid attribute.
* Does not override values that are not present in the current table. This allows usethe use of a single
* table ID on mw.pages like [[Music]]
*
* @param tblid The table id for the table to initialise