Welcome to IOPWiki, Commander.
With the release of the new game, we encourage contributions to topics related to Girls' Frontline 2. Learn how to contribute, read the maintenance guide, and join our Discord server to discuss major changes.
If you or someone you know can help deciphering the game files, contact our administrator.

Template:StorySlider

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Revision as of 17:12, 19 April 2017 by Pianoforte (talk | contribs) (added one more end slide to notify user it's over)
Jump to navigation Jump to search
Documentation icon Template documentation[view] [edit] [history] [purge]

This template is used for a slider made out of thumbnails.


Usage

Please remove the parameters that are left blank.

{{ThumbSlider|list=
{{p|
  content1
}}
{{p|
  content2
}}
{{p|
  content3
}}
...
}}

Parameter list

list - For every slide, start a new line and put <div class="jcarousel-item">SLIDECONTENTHERE</div>, substituting SLIDECONTENTHERE for the content in that page.
content include:
An example would be:
{{p|
[[image:BG_indoorfighting.jpg|link=]]{{StorySprite|M16A1.png|0%|15%|effect=darken}}{{StorySprite|M4A1_D.png|30%|15%}}{{StoryDialogue|M4A1|Phew... M16, what's the situation outside? AR-15 and others, are they still--}}
}}
Which adds BG_indoorfighting.jpg image, M16A1.png at 0% x-pos and 15% y-pos darkened, M4A1_D.png, and a dialogue box for M4A1 asking the situation outside.
T-Doll sprite image names are same as their own page name, with _D and _1 _2 _3 etc for the variations.

Notes