| abian created this task. abian added a project: Lexicographical data. Herald added a project: Wikidata. |
Problem: Statements in Wikidata lexeme pages are identified with the HTML attribute id, whose values are the corresponding property IDs. This generates multiple HTML elements with the same id, since lexemes are expected to have several forms and each of them has its own statements. However, the id value must be unique within the HTML document.
Example: In L2, both L2-F1 and L2-F3 have a statement with <div class="wikibase-statementgroupview listview-item" id="P898">, which makes the HTML document invalid and the URL https://www.wikidata.org/wiki/Lexeme:L2#P898 ambiguous.
Possible solution: Disambiguate these id values by adding the corresponding form ID to each of them, keeping the value intact (alone) when it doesn't depend on a form but on the general lexeme. See also T195477.
Cc: abian, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
