Currently the default logo for wikibase cloud instances is the mediawiki logo. Instead we would like the default logo to be the Wikibase Cloud logo, since that Wikibase is an instance of Wikibase Cloud.
Acceptance Criteria
- After the creation of a new Wikibase Cloud instance, the default logo for that instance is the Wikibase Cloud logo.
- this file should not be directly loaded from commons
- put in a bucket controlled by wikibase.cloud OR
- put it in the mediawiki image
Currently the plaques at the bottom of each wikibase cloud instance are very outdated. We want to update the plaques to match the other wikis.
The final result should look something like this
The left plaque can be copied straight from any other wiki page, for example wikidata.
The other two will have to be created manually.
The plaques seem to be codex buttons with following specs (it's also all in the figma file)
but instead of the button text you embed the following SVGs
A. powered by wikibase
SVG for powered by wikibase button
B. based on WBStack
SVG for based on WBStack button
Developer Implementation notes
We don't want to make any explicit design changes but instead add these new elements to the footer config. You can see these here:
https://github.com/wbstack/mediawiki/blob/main/dist-persist/wbstack/src/Settings/LocalSettings.php#L194
- Wikibase Cloud logo on Wikibase instances: https://github.com/wbstack/mediawiki/pull/421
- Footer logos change: https://github.com/wbstack/mediawiki/pull/464
- Footer logo styling: https://github.com/wbstack/mediawiki/pull/466






