Skip to content

Commit

Permalink
Add support for the Modern Timeline extension
Browse files Browse the repository at this point in the history
Change-Id: I9111eeb4fbc9001af77be80b7be4d40332a344b0
  • Loading branch information
kghbln committed Aug 14, 2019
1 parent 53e0509 commit ade0660
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions groups/MediaWiki/mediawiki-extensions.txt
@@ -1,5 +1,6 @@
# Maintained in GitHub. See mwgithub.yaml for an accurate list.
# Maps
# Modern Timeline
# Parser Hooks
# Pickle
# Semantic Approved Revs
Expand Down
13 changes: 13 additions & 0 deletions groups/MediaWiki/mwgithub.yaml
Expand Up @@ -45,6 +45,19 @@ FILES:
class: JsonFFS
sourcePattern: "%GROUPROOT%/mwgithub/SemanticMediaWiki/Mermaid/i18n/%CODE%.json"
---
BASIC:
id: mwgithub-modern-timeline
label: Modern Timeline
description: "{{Special:MyLanguage/MediaWiki:Modern-timeline-desc/en}}"

FILES:
class: JsonFFS
sourcePattern: "%GROUPROOT%/mwgithub/ProfessionalWiki/ModernTimeline/i18n/%CODE%.json"

TAGS:
ignored:
- modern-timeline-name
---
BASIC:
id: mwgithub-semanticapprovedrevs
label: Semantic Approved Revs
Expand Down
4 changes: 4 additions & 0 deletions repoconfig.yaml
Expand Up @@ -355,6 +355,10 @@ mwgithub:
type: github
url: https://github.com/oetterer/BootstrapComponents.git
url|export: git@github.com:oetterer/BootstrapComponents.git
mwgithub/ProfessionalWiki/ModernTimeline:
type: github
url: https://github.com/ProfessionalWiki/ModernTimeline.git
url|export: git@github.com:ProfessionalWiki/ModernTimeline.git
mwgithub/SemanticMediaWiki/Mermaid:
type: github
url: https://github.com/SemanticMediaWiki/Mermaid.git
Expand Down

0 comments on commit ade0660

Please sign in to comment.