843
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
/* Class Code */ | /* Class Code */ | ||
(function () { | (function () { | ||
var colorContent = (text, color) => {return {text, color, xpath: "//td[contains(text(),'" + text + "')]"}} | |||
/* Active Code */ | /* Active Code */ | ||
console.log("on page: " + mw.config.get('wgPageName')); | console.log("on page: " + mw.config.get('wgPageName')); | ||
if (mw.config.get('wgPageName') === 'Mobile_Suits') { | if (mw.config.get('wgPageName') === 'Mobile_Suits') { | ||
var colorList = [ | var colorList = [ | ||
colorContent('Super High Tensile Steel', '#7b9095') | |||
] | ] | ||
edits