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