Template:Scroll

From Zelda Dungeon Wiki
Revision as of 04:23, January 13, 2013 by Locke (talk | contribs) (Created page with "<onlyinclude><div style="overflow: scroll; width: {{{width|auto}}}; height: {{{height|auto}}};">{{{1|}}}</div></onlyinclude> ==Purpose== This is a "decorator" that wraps cont...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.

Purpose

This is a "decorator" that wraps content with a scroll-bar window.

Usage

{{Scroll| width= | height= | content }}

  • width — Fixed width value (e.g. "300px") (Optional. Default: auto)
  • height — Fixed height value (e.g. "300px") (Optional. Default: auto)
  • content — The content to which to apply this wrapper