Skip to content

Commit

Permalink
We will want templates expanded before we run the wikidata script too
Browse files Browse the repository at this point in the history
(so the expanded items have identifiers)
  • Loading branch information
bhousel committed Nov 12, 2020
1 parent 3253d6b commit 9b52084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_wikidata.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ let _cache = {};
fileTree.read('brands', _cache, loco);
fileTree.read('operators', _cache, loco);
fileTree.read('transit', _cache, loco);
fileTree.expandTemplates(_cache, loco);


// gather QIDs..
Expand Down

0 comments on commit 9b52084

Please sign in to comment.