wikimaps-dev / maptemplate

This repository acts as a bug/task tracker for the Template:Map.
1 stars 0 forks source link

Bot to add Map templates as batch to maps in map categories #3

Open susannaanas opened 10 years ago

Abbe98 commented 8 years ago

Upcoming Christmas holiday...

input var: category

foreach item:
  get wikitext
  if valid props:
    switch template(wikitext)
    push wikitext
  else:
    skip

(pywikibot)

susannaanas commented 7 years ago

We dropped this in favor of promoting to use VisualFileChange to change the metadata template names from "Information" to "Map". Changing from "Artwork" to "Map" should also work without problems.

Abbe98 commented 7 years ago

When there is multiply Information templates the above solution breaks

susannaanas commented 7 years ago

Good point. Does your proposal take this into account already? This could be a node for the GLAMpipe project as well.