Welcome to Assassin's Creed Wiki! Log in and join the community.

Template:Scroll box: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>D. Cello
Created page with '<table cellpadding="0" cellspacing="0" border="0" style="width:{{{width|100%}}}; margin-bottom:3px; margin-top:3px;"><tr><td style="background:transparent;"><div style="overflow:…'
 
imported>D. Cello
No edit summary
Line 3: Line 3:
</div></td><td style="width:8px;"></td></tr></table><noinclude>__NOTOC__
</div></td><td style="width:8px;"></td></tr></table><noinclude>__NOTOC__
==Usage instructions==
==Usage instructions==
<pre><nowiki>
<nowiki>
{{scroll box
{{scroll box
|width=x%
|content=
|content=
 
}}</nowiki>
}}
[[Category:Templates]]</noinclude>
</nowiki></pre>
 
NOTE: An optional '''width''' variable can be used to control the width of the scroll box:
<pre><nowiki>
{{scroll box
|width=75%
|content=
 
}}
</nowiki></pre>
 
==Example==
===Code===
<pre><nowiki>
{{scroll box
|content=
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
}}
</nowiki></pre>
 
===Result===
{{scroll box
|content=
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
}}
 
===Alternative code===
<pre><nowiki>
{{scroll box|
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
}}
</nowiki></pre>
 
===Result===
{{scroll box|
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
*blah
}}
[[Category:Utility templates|{{PAGENAME}}]]</noinclude>

Revision as of 21:36, 24 February 2010

{{{1}}}

Usage instructions

{{scroll box |width=x% |content= }}