Difference between revisions of "User:Embyr 75/Sandbox"

From Retro Modding Wiki
Jump to: navigation, search
m (Think we got a handle on the Notice Templates. If anyone needs to refer to that code again, the revision is in the history.)
(Removing research templates so that this sandbox page doesn't show up in the "research needed" categories)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
'''My Sandbox!'''
 
'''My Sandbox!'''
  
==Universal Box==
+
==Research Template Text==
 
+
<!--Please don't edit beneath this line! -->
+
 
+
{| cellpadding="5" cellspacing="3" align="center" style="border:2px solid #{{RMWBorder}}; background: linear-gradient(#{{{gradient1|}}}, #{{{gradient2|}}}); /* Standard syntax */" ! width="55%"
+
| width="10%" |{{#if:{{{image|}}}|[[{{{image}}}|x50px|link=]]}}
+
|{{{text|}}}
+
|}
+
 
+
<noinclude>
+
===Usage===
+
This is a basic template which can be modified to create a variety of simple [[:Category:Notice Templates|Notice Templates]].
+
 
+
<pre>
+
{{Box
+
|gradient1=
+
|gradient2=
+
|image=
+
|text=
+
}}
+
</pre>
+
 
+
''gradient1:'' Starting color for the gradient background. Should be hexadecimal.<br/>
+
''gradient2:'' Ending color for the gradient background. Should be hexadecimal.<br/>
+
''image:'' Filepath for the image, ex: File:ImageName.png<br/>
+
''text:'' Text to be displayed.
+
</noinclude>
+

Latest revision as of 10:55, 9 March 2015

My Sandbox!

Research Template Text