![]() |
Club Penguin Archives
The Club Penguin Wiki Network was abandoned by its tech staff. This is a recreation of the original site. Your original CPWN account will not work here. Any issues, please contact Sky. |
Template:Box: Difference between revisions
Jump to navigation
Jump to search
imported>Quackerpingu Created page with "<center> {| width="50%" align="center" style="background: {{{background|white}}}; border: {{{border|black}}} 3px solid; {{roundy|20px}}" |- align="center" | width="40px" heigh..." |
imported>Quackerpingu No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| width="50%" align="center" style="background: {{{background|white}}}; border: {{{border|black}}} 3px solid; {{roundy|20px}}" | {| width="50%" align="center" style="background: {{{background|white}}}; border: {{{border|black}}} 3px solid; {{roundy|20px}}" | ||
|- align="center" | |- align="center" | ||
| width="40px" height="20px" align="center" style="background: clear; border: clear 3px solid; {{roundy|150px}}" | [[File:{{{image| | | width="40px" height="20px" align="center" style="background: clear; border: clear 3px solid; {{roundy|150px}}" | [[File:{{{image|No Image.png}}}|{{{imagesize|50}}}px|link={{{imagelink|}}}]] | ||
|<big><big><span style="color: {{{textcolor|black}}};">{{{text1|...}}}</span></big></big><br><small><span style="color: {{{textcolor2|{{{textcolor|black}}}}}};">{{{text2|...}}}</span></small> | |<big><big><span style="color: {{{textcolor|black}}};">{{{text1|...}}}</span></big></big><br><small><span style="color: {{{textcolor2|{{{textcolor|black}}}}}};">{{{text2|...}}}</span></small> | ||
|}</center> | |}</center> | ||
<noinclude>[[Category:Templates]]</noinclude> | <noinclude> | ||
Code: | |||
<pre> | |||
{{Box | |||
|background= | |||
|border= | |||
|image= | |||
|imagesize= | |||
|imagelink= | |||
|textcolor= | |||
|text1= | |||
|textcolor2= | |||
|text2= | |||
}} | |||
</pre> | |||
How to use: | |||
<pre> | |||
{{Box | |||
|background=background color | |||
|border=border color | |||
|image=image | |||
|imagesize=image size | |||
|imagelink=image link | |||
|textcolor=text color 1 | |||
|text1=text 1 | |||
|textcolor2=text color 2 | |||
|text2=text 2 | |||
}} | |||
</pre> | |||
Example: | |||
<pre> | |||
{{Box | |||
|background=#1dba28 | |||
|border=#0600ba | |||
|image=Sitenotice.png | |||
|imagesize=75 | |||
|imagelink=Main Page | |||
|textcolor=red | |||
|text1=test 1 | |||
|textcolor2=orange | |||
|text2=test 2 | |||
}} | |||
</pre> | |||
{{Box | |||
|background=#1dba28 | |||
|border=#0600ba | |||
|image=Sitenotice.png | |||
|imagesize=75 | |||
|imagelink=Main Page | |||
|textcolor=red | |||
|text1=test 1 | |||
|textcolor2=orange | |||
|text2=test 2 | |||
}} | |||
[[Category:Templates]]</noinclude> |
Latest revision as of 18:39, 19 February 2018
![]() |
... ... |
Code:
{{Box |background= |border= |image= |imagesize= |imagelink= |textcolor= |text1= |textcolor2= |text2= }}
How to use:
{{Box |background=background color |border=border color |image=image |imagesize=image size |imagelink=image link |textcolor=text color 1 |text1=text 1 |textcolor2=text color 2 |text2=text 2 }}
Example:
{{Box |background=#1dba28 |border=#0600ba |image=Sitenotice.png |imagesize=75 |imagelink=Main Page |textcolor=red |text1=test 1 |textcolor2=orange |text2=test 2 }}
![]() |
test 1 test 2 |