View source for MediaWiki:Common.js

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • This page provides interface text for the software on this wiki, and is protected to prevent abuse. To add or change translations for all wikis, please use translatewiki.net, the MediaWiki localisation project.
  • You do not have permission to edit this JavaScript page because it may affect all visitors.

You can view and copy the source of this page.

/* Any JavaScript here will be loaded for all users on every page load. */
importScript('MediaWiki:jquery.js');
$(document).ready(function () {
// Define the values for red and green text
var redValues = ["Dry", "Fairy-sized", "Dead", "Stinky", "Boring", "Lacks Firmness", "Crunchy", "Bitter", "Tarnished", "Bland", "Hollow", "Coarse", "Rustic", "Dull Color", "Harmful Substance", "Soggy", "Squishy", "Tasteless", "Sandy", "Ugly", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", " 退", "", "", "退"];
var greenValues = ["Common Quality", "Fair Quality", "Fine Quality", "Premium Quality", "Royal Quality", "Slightly Moist", "Moist", "Fatty", "Juicy", "Bursting with Juice", "Bursting", "Pumpkin-sized", "Putit-sized", "Monster-sized", "Mammoth-sized", "Titan-sized", "Almost Moving", "Moving", "Lively", "Very Lively", "Alive", "Faint Aroma", "Pleasant Smell", "Fragrant", "Highly Fragrant", "Heavenly Scent", "Slightly Unusual", "Unusual", "Rare", "Super Rare", "Ultra Rare", "Slightly Firm", "Stretchy", "Chewy", "Infinitely Stretchy", "Resilient", "Slightly Sweet", "Sweet", "Clearly Sweet", "Extremely Sweet", "Sugar Bomb", "Concerning", "Eye-Catching", "Cute", "Beautiful", "Creepy Cute", "Creamy", "Mellow", "Thick", "Velvety", "Somewhat Dense", "Dense", "Very Dense", "Concentrated", "Ultra Concentrated", "Rich", "Slightly Rough", "Rough", "Delicate", "Extremely Delicate", "Utterly Delicate", "Pale Color", "Colorful", "Bright", "Vivid", "Trace Vitamins", "Small Vitamins", "Moderate Vitamins", "Large Vitamins", "Abundant Vitamins", "Treasure Trove Vitamins", "Flaky", "Crispy", "Very Crispy", "Snappy", "Somewhat Spicy", "Spicy", "Very Spicy", "Extremely Spicy", "Intensely Spicy", "Slightly Glossy", "Glossy", "Bright", "Shiny", "Lustrous", "Bewitchingly Shiny", "Rainbow Color", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""];
var tealValues = ["Human Flesh", "Tainted", "Rich Collagen", "Fatten Up", "Slim Down", "Never Decay", "Slightly Slow Decay", "Aphrodisiac Mix", "Bug Mix", "Adam", "Dangerous", "Hallucinogenic", "Cat", "Poison Mix", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""];
// Loop through each Food table cell in wikitable
$('.Food td').each(function () {
var cellText = $(this).text().trim();
// Check if cell text is exactly equal to any redValues
if (redValues.includes(cellText)) {
$(this).css('color', 'red');
}
// Check if cell text is exactly equal to any greenValues
if (greenValues.includes(cellText)) {
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0

Return to MediaWiki:Common.js.