mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix issue 3526 Unlike "Items" tab, "child classes" tab does not display description nor image thumbnail (#3619)
* fix thumbnail issue 3526 * Fix Description issue 3526 * revert changes on this file, not finished with it yet * Fix Description for Child and Parent classes - issue 3526 * Remove conflict text in file * Remove retrofit.HEAD import * Incorporated review comments
This commit is contained in:
parent
628a6056e0
commit
62f176443b
5 changed files with 98 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
SELECT ?subclass ?subclassLabel WHERE {
|
||||
SELECT ?subclass ?subclassLabel ?subclassDescription WHERE {
|
||||
?subclass wdt:P279 wd:${QID}.
|
||||
SERVICE wikibase:label { bd:serviceParam wikibase:language ${LANG}. }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue