Tips and tricks: Difference between revisions

From Anemos wiki
No edit summary
No edit summary
Line 1: Line 1:
This age is a collection of tips on how to create content within the vagaries of the MediaWiki ecosystem. Anything that people have struggled with or is byzantine to get to work, document it here to reduce suffering.This age is a collection of tips on how to create content within the vagaries of the MediaWiki ecosystem. Anything that people have struggled with or is byzantine to get to work, document it here to reduce suffering.This age is a collection of tips on how to create content within the vagaries of the MediaWiki ecosystem. Anything that people have struggled with or is byzantine to get to work, document it here to reduce suffering.


== Introduction ==
== Navigation popups ==
Navigation popups are easy to break.
 
This age is a collection of tips on how to create content within the vagaries of the MediaWiki ecosystem. Anything that people have struggled with or is byzantine to get to work, document it here to reduce suffering.
This age is a collection of tips on how to create content within the vagaries of the MediaWiki ecosystem. Anything that people have struggled with or is byzantine to get to work, document it here to reduce suffering.


== Images ==
=== Images ===
 
=== Navigation popups pics ===
To make [[wikipedia:Wikipedia:Tools/Navigation_popups|Navigation_popups]] show an image (which is preferred), it seems the image needs to be in the page and downloaded on page load - if the image is in a gallery this is not the case for instance.
To make [[wikipedia:Wikipedia:Tools/Navigation_popups|Navigation_popups]] show an image (which is preferred), it seems the image needs to be in the page and downloaded on page load - if the image is in a gallery this is not the case for instance.


<syntaxhighlight lang="html"><!-- popup [[File:Desired_Preview_Image.jpg]] --></syntaxhighlight>
<syntaxhighlight lang="html"><!-- popup [[File:Desired_Preview_Image.jpg]] --></syntaxhighlight>

Revision as of 12:38, 3 November 2022

Navigation popups

Navigation popups are easy to break.

This age is a collection of tips on how to create content within the vagaries of the MediaWiki ecosystem. Anything that people have struggled with or is byzantine to get to work, document it here to reduce suffering.

Images

To make Navigation_popups show an image (which is preferred), it seems the image needs to be in the page and downloaded on page load - if the image is in a gallery this is not the case for instance.

<!-- popup [[File:Desired_Preview_Image.jpg]] -->