Jdlrobson has uploaded a new change for review. https://gerrit.wikimedia.org/r/181197
Change subject: Remove images from infoboxes
......................................................................
Remove images from infoboxes
These are now in the cover photo so unnecessary and look strange
when repeated.
Change-Id: I714fe60d675b11dffeb9af05c0f0715663fdae13
---
M javascripts/modules/infobox/Infobox.js
1 file changed, 0 insertions(+), 24 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/97/181197/1
diff --git a/javascripts/modules/infobox/Infobox.js
b/javascripts/modules/infobox/Infobox.js
index c9e8377..3123f9b 100644
--- a/javascripts/modules/infobox/Infobox.js
+++ b/javascripts/modules/infobox/Infobox.js
@@ -52,10 +52,6 @@
movie: {
rows: [
{
- // image
- id: 'P18'
- },
- {
// Director
id: 'P57'
},
@@ -115,10 +111,6 @@
taxon: {
rows: [
{
- // image
- id: 'P18'
- },
- {
// Conservation status
id: 'P141'
},
@@ -138,10 +130,6 @@
},
country: {
rows: [
- {
- // image
- id: 'P18'
- },
{
// Flag
id: 'P41'
@@ -209,10 +197,6 @@
city: {
rows: [
{
- // image
- id: 'P18'
- },
- {
// Flag
id: 'P41'
},
@@ -252,10 +236,6 @@
},
human: {
rows: [
- {
- // Image
- id: 'P18'
- },
{
// Born
id: 'P569'
@@ -330,10 +310,6 @@
},
default: {
rows: [
- {
- // image
- id: 'P18'
- },
{
// Official website
id: 'P856'
--
To view, visit https://gerrit.wikimedia.org/r/181197
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I714fe60d675b11dffeb9af05c0f0715663fdae13
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
