{"id":2235,"date":"2013-02-19T18:13:06","date_gmt":"2013-02-19T18:13:06","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/02\/19\/insert-slideshow-extension-javascriptslideshow\/"},"modified":"2021-08-16T23:21:22","modified_gmt":"2021-08-17T03:21:22","slug":"insert-slideshow-extension-javascriptslideshow","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/","title":{"rendered":"Inserting a slideshow in MediaWiki"},"content":{"rendered":"<p><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"525\" height=\"174\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif\" class=\"optimized-lcp-image\" alt=\"MediaWiki Extension:Javascript Slideshow download\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\"><\/a><\/p>\n<div style=\"clear: both;\"><\/div>\n<p>In MediaWiki, you can have multiple images fade or slide in an image slider. There are a few steps to do this, which involves editing source code files. Before we get started, you will need to obtain the \u201c<em>Extension:JavascriptSlideshow<\/em>\u201c. The Extension can be obtained at the following URL.<\/p>\n<pre style=\"margin-left: 20px;\">https:\/\/mediawiki.absolutewebdev.com\/index.php?title=Special:Version<\/pre>\n<p>Download the <strong>JavascriptSlideshow-1.0.1.zip<\/strong> file to your local computer. Once you have the extension, follow the steps below to get the image slider extension working.<\/p>\n<h2>Steps to install the Extension:JavascriptSlideshow<\/h2>\n<ol class=\"article_list\">\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-2-upload.gif\" rel=\"lightbox-0\"><img decoding=\"async\" class=\"std_ss\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-2-upload.gif\" alt=\"Upload the files MediaWiki Extension:Javascript\" width=\"100\"><\/a>\n<div style=\"clear: both;\"><\/div>\n<p><a title=\"How do I upload a file on my server?\" href=\"\/support\/website\/how-to-edit-a-file\/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Upload<\/strong><\/a> and <a href=\"\/support\/edu\/cpanel\/compressing-uncompressing-files\/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>Extract<\/strong><\/a> the files in a directory called \u201cJavascriptSlideshow\u201d in your \u201c<em>extensions\/<\/em>\u201d folder located in the root directory of your MediaWiki directory.<\/p><\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-3-rename.gif\" rel=\"lightbox-0\"><img decoding=\"async\" class=\"std_ss\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-3-rename.gif\" alt=\"Rename the folder MediaWiki Extension:Javascript\" width=\"100\"><\/a>\n<div style=\"clear: both;\"><\/div>\n<p>Rename the folder to the following:<\/p>\n<pre style=\"margin-left: 20px;\">JavascriptSlideshow<\/pre>\n<\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-5-add-code-bottom.gif\" rel=\"lightbox-0\"><img decoding=\"async\" class=\"std_ss\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-5-add-code-bottom.gif\" alt=\"Add code to LocalSettings.php MediaWiki Extension:Javascript\" width=\"100\"><\/a>\n<div style=\"clear: both;\"><\/div>\n<p>Add the following code to the bottom of your <strong>LocalSettings.php<\/strong> file found in the root directory of your MediaWiki installation.<\/p>\n<pre style=\"margin-left: 20px;\">require_once( \"$IP\/extensions\/JavascriptSlideshow\/JavascriptSlideshow.php\" );<\/pre>\n<p>Save the file.<\/p><\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-4-add-code.gif\" rel=\"lightbox-0\"><img decoding=\"async\" class=\"std_ss\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-4-add-code.gif\" alt=\"Add image code MediaWiki Extension:Javascript\" width=\"100\"><\/a>\n<div style=\"clear: both;\"><\/div>\n<p>Now that you have the line of code in your <strong>LocalSettings.php<\/strong>, you can add the code to your MediaWiki page that shows the images. <a title=\"Click for more information\" href=\"\/support\/edu\/mediawiki\/login-username-password\/\" target=\"_blank\" rel=\"noopener noreferrer\">Log into MediaWiki <\/a>and <a href=\"\/support\/edu\/mediawiki\/edit-format-mediawiki-content\/\" target=\"_blank\" rel=\"noopener noreferrer\">edit the page<\/a>that you want to put the slider in and add the following:<\/p>\n<pre style=\"margin-left: 20px;\">&lt;slideshow sequence=\"random\" transition=\"fade\" refresh=\"10000\"&gt; &lt;div&gt;[[Image:Image1.jpg|thumb|right|128px|Caption 1]]&lt;\/div&gt; &lt;div&gt;[[Image:Image2.jpg|thumb|right|128px|Caption 2]]&lt;\/div&gt; &lt;div&gt;[[Image:Image3.jpg|thumb|right|128px|Caption 3]]&lt;\/div&gt; &lt;\/slideshow&gt;<\/pre>\n<p class=\"alert\"><strong>Important!<\/strong> You will need to <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-images-wiki\/\" target=\"_blank\" rel=\"noopener noreferrer\">upload your images to your MediaWiki<\/a> site and change the image names in the code to your image names that you uploaded.<\/p>\n<p>You can also control the image slider functions by adding the following to your MediaWiki page that has the slideshow in it.<\/p>\n<pre style=\"margin-left: 20px;\">{{#slideshow: &lt;div&gt;Tick&lt;\/div&gt;&lt;div&gt;Tock&lt;\/div&gt; |id=bar refresh=1000 }}<\/pre>\n<\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-6-absolute-relative.gif\" rel=\"lightbox-0\"><img decoding=\"async\" class=\"std_ss\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-6-absolute-relative.gif\" alt=\"change to relative position MediaWiki Extension:Javascript\" width=\"100\"><\/a>\n<div style=\"clear: both;\"><\/div>\n<p>In order for the slide show to position correctly, the JavaScript and CSS files will need to be edited. Navigate to the following location and change the \u201c<em>parent.style.position<\/em>\u201d to \u201c<em>relative<\/em>\u201c.<\/p>\n<pre style=\"margin-left: 20px;\">extensions\/JavascriptSlideshow\/slideshow.js<\/pre>\n<p>Change the following line:<\/p>\n<pre style=\"margin-left: 20px;\">parent.style.position = 'absolute';<\/pre>\n<p>To the following:<\/p>\n<pre style=\"margin-left: 20px;\">parent.style.position = 'relative';<\/pre>\n<p>Save the file.<\/p><\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-7-css-code.gif\" rel=\"lightbox-0\"><img decoding=\"async\" class=\"std_ss\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-7-css-code.gif\" alt=\"Add CSS code MediaWiki Extension:Javascript\" width=\"100\"><\/a>\n<div style=\"clear: both;\"><\/div>\n<p>Now navigate to the CSS file in your MediaWiki Skin. In this example we are editing the \u201c<em>Vector<\/em>\u201d skin <strong>screen.css<\/strong>file. The path is the following location:<\/p>\n<pre style=\"margin-left: 20px;\">skins\/vector\/screen.css<\/pre>\n<p>Add the following code to the bottom of your CSS file.<\/p>\n<pre style=\"margin-left: 20px;\">.slideshow {    top:0%;     height:150px;   float:left }<\/pre>\n<p>Save the changes.<\/p>\n<p class=\"alert\"><strong>Important!<\/strong> You will want to customize the height in the CSS to fit your specific image size.<\/p>\n<p><a href=\"\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-8-final.gif\" rel=\"lightbox-0\"><img decoding=\"async\" class=\"std_ss\" style=\"float: right; margin: 0px 0px 15px 15px;\" title=\"Click here to view the larger image\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-8-final.gif\" alt=\"Final view of slider MediaWiki Extension:Javascript\" width=\"100\"><\/a><\/p>\n<div style=\"clear: both;\"><\/div>\n<p>Now you will see your image slider working like the snapshot to the right.<\/p><\/li>\n<\/ol>\n<h2>Optional parameters in the Slideshow plugin<\/h2>\n<p>Below are the available settings for configuring the behaviors in the Extension:JavascriptSlideshow plugin.<\/p>\n<table class=\"article_table\" border=\"0\">\n<tbody>\n<tr>\n<th style=\"text-align: center;\" colspan=\"2\">Slide show parameters<\/th>\n<\/tr>\n<tr>\n<th>id<\/th>\n<td>Allows the slideshow to have CSS style applied using the id..<\/td>\n<\/tr>\n<tr>\n<th>refresh<\/th>\n<td>This will transition each image milliseconds. 1000 milliseconds is one second.<\/td>\n<\/tr>\n<tr>\n<th>sequence<\/th>\n<td>The following values will order the image sequence:\n<ul style=\"margin: 0px;\">\n<li><strong>random<\/strong>: Changes the image randomly.<\/li>\n<li><strong>forward<\/strong>: Transitions in the order of the list.<\/li>\n<li><strong>backward<\/strong>: Transitions the opposite of the list.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<th>transition<\/th>\n<td>The following values transition the images:\n<ul style=\"margin: 0px;\">\n<li><strong>cut<\/strong>: Straight transition with not direction or fade.<\/li>\n<li><strong>fade<\/strong>: Fades images into each other.<\/li>\n<li><strong>blinddown<\/strong>: Scrolls the images from top down.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>In MediaWiki, you can have multiple images fade or slide in an image slider. There are a few steps to do this, which involves editing source code files. Before we get started, you will need to obtain the \u201cExtension:JavascriptSlideshow\u201c. The Extension can be obtained at the following URL. https:\/\/mediawiki.absolutewebdev.com\/index.php?title=Special:Version Download the JavascriptSlideshow-1.0.1.zip file to your<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/\"> Read More ><\/a><\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[99],"tags":[],"class_list":["post-2235","post","type-post","status-publish","format-standard","hentry","category-mediawiki"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Inserting a slideshow in MediaWiki | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"You can insert an image slideshow in MediaWiki with the Extension:JavascriptSlideshow plugin. This article will show you how.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inserting a slideshow in MediaWiki | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"You can insert an image slideshow in MediaWiki with the Extension:JavascriptSlideshow plugin. This article will show you how.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-02-19T18:13:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T03:21:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41\"},\"headline\":\"Inserting a slideshow in MediaWiki\",\"datePublished\":\"2013-02-19T18:13:06+00:00\",\"dateModified\":\"2021-08-17T03:21:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/\"},\"wordCount\":447,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif\",\"articleSection\":[\"MediaWiki\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/\",\"name\":\"Inserting a slideshow in MediaWiki | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif\",\"datePublished\":\"2013-02-19T18:13:06+00:00\",\"dateModified\":\"2021-08-17T03:21:22+00:00\",\"description\":\"You can insert an image slideshow in MediaWiki with the Extension:JavascriptSlideshow plugin. This article will show you how.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif\",\"width\":525,\"height\":174,\"caption\":\"Click here to view the larger image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inserting a slideshow in MediaWiki\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41\",\"name\":\"InMotion Hosting Contributor\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inserting a slideshow in MediaWiki | InMotion Hosting","description":"You can insert an image slideshow in MediaWiki with the Extension:JavascriptSlideshow plugin. This article will show you how.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/","og_locale":"en_US","og_type":"article","og_title":"Inserting a slideshow in MediaWiki | InMotion Hosting","og_description":"You can insert an image slideshow in MediaWiki with the Extension:JavascriptSlideshow plugin. This article will show you how.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2013-02-19T18:13:06+00:00","article_modified_time":"2021-08-17T03:21:22+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41"},"headline":"Inserting a slideshow in MediaWiki","datePublished":"2013-02-19T18:13:06+00:00","dateModified":"2021-08-17T03:21:22+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/"},"wordCount":447,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif","articleSection":["MediaWiki"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/","name":"Inserting a slideshow in MediaWiki | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif","datePublished":"2013-02-19T18:13:06+00:00","dateModified":"2021-08-17T03:21:22+00:00","description":"You can insert an image slideshow in MediaWiki with the Extension:JavascriptSlideshow plugin. This article will show you how.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/edu_mediawiki_103_image-slider-plugin_add-slider-to-mediawiki-1-download.gif","width":525,"height":174,"caption":"Click here to view the larger image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/mediawiki\/insert-slideshow-extension-javascriptslideshow\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Inserting a slideshow in MediaWiki"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0ba9f3ef6fadef71df5aa120ff996c41","name":"InMotion Hosting Contributor","url":"https:\/\/www.inmotionhosting.com\/support\/author\/jamesr\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2235","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=2235"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2235\/revisions"}],"predecessor-version":[{"id":84944,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2235\/revisions\/84944"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=2235"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=2235"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=2235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}