WME PLN Module - Lists Handler

Módulo para gestionar listas de usuario en WME Place Normalizer. No funciona por sí solo.

Цей скрипт не слід встановлювати безпосередньо. Це - бібліотека для інших скриптів для включення в мета директиву // @require https://update.greatest.deepsurf.us/scripts/548862/1657865/WME%20PLN%20Module%20-%20Lists%20Handler.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Автор
Mauricio Otálvaro Ospina
Версія
9.0.0
Створено
08.09.2025
Оновлено
09.09.2025
Size
84,9 кБ
Ліцензія
MIT

### Propósito

Este script es un módulo de librería para el **WME Place Normalizer**. Su función es centralizar la gestión de todas las listas configurables por el usuario. Esto incluye la creación de la interfaz de usuario para cada lista y la lógica para cargar y guardar los datos en `localStorage`.

Gestiona las siguientes secciones:
* Palabras Especiales (Excluidas)
* Lugares Excluidos
* Diccionario
* Reemplazos y Swap

---
### Módulo de

* **[WME Places Name Normalizer (Script Principal)](https://greatest.deepsurf.us/es/scripts/530268-wme-places-name-normalizer)**

---
### Uso

Esta librería no está diseñada para ser instalada directamente. Es invocada a través de la directiva `@require` por el script principal `WME_PLN_main.user.js`.

---
### Funciones Principales

* `createSpecialItemsManager()`: Construye la UI para la gestión de Palabras Especiales y Lugares Excluidos.
* `createDictionaryManager()`: Construye la UI para la gestión del Diccionario.
* `createReplacementsManager()`: Construye la UI para la gestión de Reemplazos y Swap.
* Funciones `load...()` y `save...()`: Manejan la persistencia de los datos de cada lista.

---
**Versión de Arquitectura:** 9.0.0 (Modular)