This commit is contained in:
neingeist 2026-05-29 20:22:58 +02:00
parent 7e038c22d5
commit 2236e9fcc9
54 changed files with 16819 additions and 417 deletions

View file

@ -7,7 +7,7 @@ from tqdm import tqdm
from config import *
# Template strings
HIDDEN_COMMENT = "<!-- This page is auto-generated. Do not edit manually. -->"
HIDDEN_COMMENT = "<!-- Import. bitte bis nach der GPN24 nicht editieren -->"
CATEGORY_TEMPLATE = "\n".join(
"[[Category:{0}]]".format(cat) for cat in WIKI_CATEGORY_LIST
)