MediaWiki:External image whitelist
(Allowing In-Line Linked Images from Official Galaxy Legion Site so we can finally start sprucing this place up a bit!!) |
m (Creating Admin Pages Category and adding this page to it for the future.) |
||
Line 22: | Line 22: | ||
#Put all regex fragments above this line. Leave this line exactly as it is</pre> | #Put all regex fragments above this line. Leave this line exactly as it is</pre> | ||
+ | [[Category:AdminPages]] |
Revision as of 17:07, 6 December 2018
#Leave this line exactly as it is#Put regular expression fragments (just the part that goes between the //) below #These will be matched with the URLs of external (hot-linked) images #Those that match will be displayed as images, otherwise, only a link to the image will be shown #Lines beginning with # are treated as comments #This is case-insensitive #Exmaple Used on [[Manual:$wgAllowExternalImages]] to show an example, so it'd be nice if said example worked #Example: ^https?://en\.wikipedia\.org/upload/b/bc/Wiki\.png$ # Example Specific JPG from Galaxy Legion Site # Example: ^https?://galaxylegion\.erismedia\.netdna-cdn\.com/galaxylegion/images/missions/tonm.jpg # Adding All Image Files on Official Galaxy Legion Site: ^https?://galaxylegion\.erismedia\.netdna-cdn\.com.*jpg$ ^https?://galaxylegion\.erismedia\.netdna-cdn\.com.*gif$ ^https?://galaxylegion\.erismedia\.netdna-cdn\.com.*bmp$ ^https?://galaxylegion\.erismedia\.netdna-cdn\.com.*png$ #Put all regex fragments above this line. Leave this line exactly as it is