Template:GraphicalBox/doc: Difference between revisions

From MiiWiki
Jump to navigationJump to search
(Created page with "==Usage== <pre> {{GraphicalBox |color1 = first color of the box gradient (optional, default #fff) |color2 = second color of the box gradient (recommended, default #b5f5f5) |image = image to be displayed in the box (required) |size = size of the image (optional, default x120px) |link = page that the image will send you to if clicked (optional) }} </pre><noinclude>category:Template documentation</noinclude>")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Usage==
==Usage==
Use this template with {{t|GraphicalBoxContainer}}
<pre>
<pre>
{{GraphicalBox
{{GraphicalBox
Line 5: Line 6:
|color2 = second color of the box gradient (recommended, default #b5f5f5)
|color2 = second color of the box gradient (recommended, default #b5f5f5)
|image = image to be displayed in the box (required)
|image = image to be displayed in the box (required)
|size = size of the image (optional, default x120px)
|text = text underneath the image (recommended)
|link = page that the image will send you to if clicked (optional)
}}
}}
</pre><noinclude>[[category:Template documentation]]</noinclude>
</pre><noinclude>[[category:Template documentation]]</noinclude>

Latest revision as of 02:21, 22 September 2022

Usage

Use this template with {{GraphicalBoxContainer}}

{{GraphicalBox
|color1 = first color of the box gradient (optional, default #fff)
|color2 = second color of the box gradient (recommended, default #b5f5f5)
|image = image to be displayed in the box (required)
|text = text underneath the image (recommended)
}}