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:
vvijayalakshmi21 2020-04-10 15:26:14 +05:30 committed by GitHub
parent 628a6056e0
commit 62f176443b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 98 additions and 6 deletions

View file

@ -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}. }
}