Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement universal Wiki reader #2358

Merged
merged 7 commits into from
Oct 20, 2024
Merged

Implement universal Wiki reader #2358

merged 7 commits into from
Oct 20, 2024

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    2cf2133 View commit details
    Browse the repository at this point in the history
  2. Use wikiReader in TagFix_Tree

    Famlam committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    69fd55b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25c598e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01b134c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c5e7d2 View commit details
    Browse the repository at this point in the history
  6. Implement wiki reader module

    Implemented an initial wiki-reader based on the wikitextparser package
    
    Adds support for reading tables (needed for e.g. TagFix_Tree, TagWatchFrViPofm, TagFix_Postcode), lists (TagFix_Tree_Lang_fr) and templates (TagFix_Deprecated), and adds a function to convert {{Tag|x|y}} to x=y
    Famlam committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6fce8bc View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Add typing

    Famlam committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    85122ac View commit details
    Browse the repository at this point in the history