- Timestamp:
- Jan 23, 2024, 4:53:05 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ValBot/Python/check_intrawiki_section_links.py
r1186 r1188 64 64 target_page_name_human = target_page_name.replace('_', ' ') 65 65 if debug: pywikibot.stdout(' Searching for section link {} on page.'.format(anchor_name)) 66 67 # Convert slash character to the dot-notation hex encoding that MediaWiki uses68 anchor_name = anchor_name.replace('/', '.2F')69 66 70 67 # Read linked page to see if it really has this anchor link
Note:
See TracChangeset
for help on using the changeset viewer.