Content deleted Content added
Implement pulling authors in buildCite |
Repair script error when module runs on a page without a Wikidata item (i.e. talk pages) |
||
Line 356:
-- Need to research if we can determine the entity's ID before retrieving it.
entity = mw.wikibase.getEntity();
entities[entity['id']] = entity;
end;
end;
|