Make sure the placeholders are well structured (semantically) so that search engines and other spiders can consume them reasonably well.
Description
Details
mediawiki/extensions/ArticlePlaceholder : master | Adjust the HTML output of the ArticlePlaceholder structure |
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | thiemowmde | T142940 Create client functionality for getting human readable wikitext from Wikibase statements | ||
Declined | None | T99897 {{#property}} parser function should output EntityIdValues as local wiki links, once we have article placeholders | ||
Invalid | Lydia_Pintscher | T99896 Use Lua for custom rendering of entity data on Special:ShowEntity | ||
Resolved | Lucie | T99895 [Epic] Article placeholder based on data from Wikidata | ||
Resolved | Lucie | T109436 [Story] Discover Article Placeholders | ||
Resolved | hoo | T142944 Performance and caching considerations for article placeholders accesses | ||
Resolved | Lydia_Pintscher | T146637 Wikidata 2016 Q4 goals | ||
Resolved | Lydia_Pintscher | T150179 Wikidata 2017 Q1 goals | ||
Resolved | Lucie | T117693 [Story] ArticlePlaceholder pages should show up in search engines | ||
Resolved | hoo | T144592 Search index a limited number of article placeholders on cywiki for testing and evaluation purposes | ||
Resolved | Lucie | T144589 Evaluate placeholder structure |
Event Timeline
The HTML of the ArticlePlaceholder generated content pages look like this so far:
One Statement box:
<div> <h2>loko de naskiĝo</h2> <div> <p>Kolonjo<sup><a href="#cite_note-1">[1]</a></sup></p> </div>
Table of Identifier (September 2016):
<table> <tbody> <tr> <td>ISNI (ISO 27729) identigilo</td> <td> <div> <p>0000 0000 2276 0482</p> </div> </td> </tr> <tr> <td>DBLP pID</td> <td> <div> <p>65/11005</p> </div> </td> </tr> <tr> <td>GND-identigilo (Germanio)</td> <td> <div> <p>132539691</p> </div> </td> </tr> </tbody> </table>
(taken from https://eo.wikipedia.org/wiki/Speciala%C4%B5o:AboutTopic/Q13520818)
From what I read up so far it's semantically understandable but I'd like to hear more opinions on it.
That statement box looks okay.
The identifier table should probably just be rendering table cells around the IDs rather than table cell, div, and paragraph, since a) they aren't paragraphs of information and b) there doesn't exist a reason to add a generic block element (the div).
Change 309954 had a related patch set uploaded (by Lucie Kaffee):
Adjust the HTML output of the ArticlePlaceholder structure
Change 309954 merged by jenkins-bot:
Adjust the HTML output of the ArticlePlaceholder structure