https://bugzilla.wikimedia.org/show_bug.cgi?id=38971
--- Comment #4 from denny vrandecic <[email protected]> --- 1) Make it consistent with what MediaWiki does for normal wikitext (IIRC it does not require to set the ids when the revid is given, so I would do the same here, but please check this statement). 2) that solution looks sensible, but make it an object so you can access them directly without having to loop over the revisions, i.e. "revisions": { "14" : { entity content for rev 14 }, "15" : { entity content for rev15 } } instead of "revisions": [ { entity content for rev 14 }, { entity content for rev15 } ] -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
