ARCHIVE.PH MIGHT ACK SOON (GLOWNIGGERS ARE AFTER ITS ADMIN)
ALWAYS USE MULTIPLE ARCHIVES AND REARCHIVE EVERYTHING (on megalodon.jp and other archivers) NOW!!! (possibly a false alarm doey)
Template:Slideshow
Generates a box with multiple pages (slides) you can flip through without reloading the page. Each slide can contain its own title and content.
If you have multiple slideshows on the same page, you MUST give each one a unique prefix.
This is because Mediawiki braps with multiple slideshows without a prefix
Use this to insert and refactor slides.
Parameters
- prefix
- Required if multiple slideshows on one page. A unique identifier for this slideshow instance.
- title
- The main title displayed above the slideshow.
- count
- Total number of slides to display.
- slideXtitle
- Title for slide number X (e.g.,
slide1title,slide2title…). - slideXcontent
- Content for slide number X (e.g.,
slide1content,slide2content…). - width
- Width of the slideshow
- height
- Height of the slideshow
Usage
{{Slideshow
|prefix=1
|title=Tutorial 1
|count=3
|slide1title=Step 1
|slide1content=instructions here
|slide2title=Step 2
|slide2content=instructions here
|slide3title=Step 3
|slide3content=instructions here
}}
{{Slideshow
|prefix=2
|title=Tutorial 2
|count=4
|slide1title=Step 1
|slide1content=content
|slide2title=Step 2
|slide2content=content
|slide3title=Step 3
|slide3content=content
|slide4title=Step 4
|slide4content=content
}}
Demo
|
Introduction Welcome to the slideshow demo! |
Displays a slideshow box with multiple pages you can navigate without reloading the page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Prefix | prefix | Unique identifier for this slideshow (required if multiple slideshows appear on the same page). | String | optional |
| Title | title | The caption/title of the slideshow box. | String | optional |
| Slide count | count | Number of slides to display. Determines how many slideXtitle and slideXcontent parameters are used. | Number | required |
| Slide 1 title | slide1title | Title for the first slide. | String | optional |
| Slide 1 content | slide1content | Wikitext content for the first slide. | Content | optional |
| Slide 2 title | slide2title | Title for the second slide. | String | optional |
| Slide 2 content | slide2content | Wikitext content for the second slide. | Content | optional |
| Slide 3 title | slide3title | Title for the third slide. | String | optional |
| Slide 3 content | slide3content | Wikitext content for the third slide. | Content | optional |