Template:ScriptTutorial: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
Better idea
>Mr Doom Bringer
No edit summary
Line 1: Line 1:
<div align="center"><table style="width: 300px;background-color: #fdd; border: 2px dashed #f00; margin-bottom: 30px;">
<includeonly><center>
<tr>
{|style="-webkit-border-radius: 4px; -moz-border-radius: 4px; width: 300px; background-color: #ffdddd; border-top: dashed 2px #ff0000; border-left: dashed 2px #ff0000; border-bottom: dashed 2px #aa0000; border-right: dashed 2px #aa0000; margin: 6px; margin-right: 10px; margin-left: 10px; clear: none; padding: 2px;"
<td><center>This is an '''{{{1}}}''', {{{2}}} related tutorial.</center></td>
|align="center"|This is an '''{{{1}}}''', {{{2}}} related tutorial.
</tr>
|}
</table>
</center></includeonly><noinclude>
</div>
 
 
Creates a little box indicating that the page is a tutorial in the center of the page.
 
<pre>
{{ScriptTutorial|
First argument is difficulty
|Second argument is what it's related to.
}}
</pre>
 
<pre>
{{ScriptTutorial|Hard|Building}}
</pre>
 
{{ScriptTutorial|Hard|Building}}

Revision as of 22:35, 19 April 2010


Creates a little box indicating that the page is a tutorial in the center of the page.

{{ScriptTutorial|
First argument is difficulty
|Second argument is what it's related to.
}}
{{ScriptTutorial|Hard|Building}}
This is an Hard, Building related tutorial.