]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/fusionforge/pgsrc/colorbox
Produced by PhpWiki 1.5.5
[SourceForge/phpwiki.git] / themes / fusionforge / pgsrc / colorbox
1 Date: Thu, 10 Dec 2015 18:48:03 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5)
3 Content-Type: application/x-phpwiki;
4   pagename=colorbox;
5   flags=EXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 <noinclude>
11
12 This is a **template** for **a text box with a color background**.
13
14 You should call the template with the following parameters:
15 * %%text%%
16 * %%color%%
17 * %%bordercolor%%
18
19 ----
20 [[CategoryWiki templates]]
21
22 </noinclude>
23 {| style="width:100%;padding:5px;background:%%color%%;border-style:solid;border-color:%%bordercolor%%;border-width:3px"
24 |- class=align-center
25 | %%text%%
26 |}