Template:Scroll box

From PCSX2 Wiki
Revision as of 09:24, 1 December 2014 by Ryudo (talk | contribs) (→‎Usage instructions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{{1}}}


Usage instructions

{{scroll box
|content=

}}

Example

Code

{{scroll box
|content=
*Test
*Test
*Test
*Test
*Test
*Test
*Test
*Test
*Test
*Test
*Test
*Test
*Test
*Test
*Test
*Test
}}

Result

  • Test
  • Test
  • Test
  • Test
  • Test
  • Test
  • Test
  • Test
  • Test
  • Test
  • Test
  • Test
  • Test
  • Test
  • Test


Alternative code to manipulate size of box (Necessary for making scrolling galleries)

NOTE: If you want the box to automatically adjust to whatever content is in there, simply remove the height and width sections.

{{scroll box
|width=??px
|height=??px
|content=
*AltTest
*AltTest
*AltTest
*AltTest
*AltTest
*AltTest
*AltTest
*AltTest
*AltTest
*AltTest
*AltTest
*AltTest
*AltTest
*AltTest
*AltTest
}}
  • AltTest
  • AltTest
  • AltTest
  • AltTest
  • AltTest
  • AltTest
  • AltTest
  • AltTest
  • AltTest
  • AltTest
  • AltTest
  • AltTest
  • AltTest
  • AltTest
  • AltTest