Template:Scroll box

From Plague Inc. Wiki
Jump to navigation Jump to search
Scroll down for more content
{{{1}}}
Template documentation [View] [Edit] [History] [Refresh]
This template is designed to store large texts or galleries in a versatile way without taking up so much space.

Usage

{{Scroll box
|content=''Some long content''
|width=''(Optional) Width (in px or % or em)''
|height=''(Optional)Height (in px or em)''
}}

The general form (not changing width or height):

{{Scroll box|
''Some long content''
}}

Template designed to wrap long content in a small box, which the reader can use a scroll to see the content and avoid the page becoming a bit "overloaded".

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Alternative Value for Content1

It serves the same function as the Content parameter, only it is used to prevent the template code from being large, it is optional.

Stringoptional
Scroll Box Widthwidth

Size to be covered by the template, the default value is 800px.

Stringoptional
Scroll Box Heightheight

The height of the Scroll Box where the content will be shown to the reader, by default the value is 400px.

Stringoptional
Template Contentcontent

The content/text to be inside the Scroll Box

Stringsuggested