Difference between revisions of "Template:Box"

From Retro Modding Wiki
Jump to: navigation, search
(Let's give this a whirl)
 
(+Category)
Line 6: Line 6:
 
<noinclude>
 
<noinclude>
 
===Usage===
 
===Usage===
This is a basic template which can be modified to create a variety of simple [[:Category:Notice Templates|Notice Templates]].
+
This is a basic template which can be modified to create a variety of simple [[:Category:Notice Templates|Notice Templates]]. In most cases, it should be used in lieu of wikitext for uniformity.
  
 
<pre>
 
<pre>
Line 21: Line 21:
 
''image:'' Filepath for the image, ex: File:ImageName.png<br/>
 
''image:'' Filepath for the image, ex: File:ImageName.png<br/>
 
''text:'' Text to be displayed.
 
''text:'' Text to be displayed.
 +
 +
[[Category:Notice Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 19:15, 29 January 2015


Usage

This is a basic template which can be modified to create a variety of simple Notice Templates. In most cases, it should be used in lieu of wikitext for uniformity.

{{Box
|gradient1=
|gradient2= 
|image=
|text=
}}

gradient1: Starting color for the gradient background. Should be hexadecimal.
gradient2: Ending color for the gradient background. Should be hexadecimal.
image: Filepath for the image, ex: File:ImageName.png
text: Text to be displayed.