https://github.com/serlo/mediawiki-parser-utils
Utilities for processing MediaWiki documents with https://github.com/vroland/mediawiki-parser.
https://github.com/serlo/mediawiki-parser-utils
Last synced: over 1 year ago
JSON representation
Utilities for processing MediaWiki documents with https://github.com/vroland/mediawiki-parser.
- Host: GitHub
- URL: https://github.com/serlo/mediawiki-parser-utils
- Owner: serlo
- License: mit
- Created: 2018-04-30T10:17:58.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T19:30:59.000Z (almost 5 years ago)
- Last Synced: 2025-02-26T08:57:57.455Z (over 1 year ago)
- Language: Rust
- Size: 59.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MediaWiki utilities
This repo hosts some additional code to be used in conjuction with https://github.com/vroland/mediawiki-parser.
## Template specification
A template specification in `templates.yml` describes template types. A utility function allows transformation of a Template-Element (of the AST) into a concrete template type.