Template:UserboxNew/doc: Difference between revisions
Jump to navigation
Jump to search
IIWiki logo
Personal Coat of Arms
Ozycaevias (talk | contribs) (Created page with "This is a template for displaying userboxes that uses flexboxes and divs to handle formatting in a more robust way. == Use == <pre style="overflow:auto;"> {{UserboxNew | User...") |
Ozycaevias (talk | contribs) No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<pre style="overflow:auto;"> | <pre style="overflow:auto;"> | ||
{{UserboxNew | {{UserboxNew | ||
| User | | User = <!-- Username to be displayed on top. --> | ||
| Userboxes = <!-- Userbox templates listed in order from top to bottom. --> | | User-color = <!-- Color of the username displayed; default is black. --> | ||
| Border-color = <!-- Color of the border surrounding the container; default is #eeeeee. --> | |||
| Background-color = <!-- Color of the container's background; default is #fcfcfc. --> | |||
| Image = <!-- Image to be displayed at the top of the userbox. Format is "Image.ext". --> | |||
| Caption = <!-- Caption to be displayed under the image. --> | |||
| Caption-color = <!-- Color of the caption text. Default is #464B54. --> | |||
| Userboxes = <!-- Userbox templates listed in order from top to bottom. --> | |||
}} | }} | ||
</pre> | </pre> | ||
=== | === Examples === | ||
<!-- TestUser userbox example. --> | |||
{{UserboxNew | |||
| User = TestAccount | |||
| User-color = black | |||
| Border-color = #eeeeee | |||
| Background-color = #fcfcfc | |||
| Image = IIWiki_Logo.png | |||
| Caption = IIWiki logo | |||
| Userboxes = {{Template:MTUBX}} {{AustralianUBX}} {{User_80s}} {{User_Ajax}} | |||
}} | |||
<pre style="overflow:auto;"> | <pre style="overflow:auto;"> | ||
{{UserboxNew | {{UserboxNew | ||
| User | | User = TestAccount | ||
| Userboxes = {{Template:MTUBX}} {{ | | User-color = black | ||
| Border-color = #eeeeee | |||
| Background-color = #fcfcfc | |||
| Image = IIWiki_Logo.png | |||
| Caption = IIWiki logo | |||
| Userboxes = {{Template:MTUBX}} {{AustralianUBX}} {{User_80s}} {{User_Ajax}} | |||
}} | }} | ||
</pre> | </pre> | ||
<br /><br /><br /><br /><br /><br /><br /><br /> | |||
<!-- Ozycaevias userbox example --> | |||
{{UserboxNew | |||
| User = Ozycaevias | |||
| User-color = DarkGreen | |||
| Border-color = #90EE90 | |||
| Background-color = #d6f6d6 | |||
| Image = Ozy_CoA.png | |||
| Caption = Personal Coat of Arms | |||
| Caption-color = #666666 | |||
| Userboxes = {{Template:MTUBX}} {{User_Firefox}} {{User_Discord|account=Ozycaevias}} {{User_Utah}} {{User_Ajax}} | |||
}} | |||
<pre style="overflow:auto;"> | |||
{{UserboxNew | {{UserboxNew | ||
| User | | User = Ozycaevias | ||
| Userboxes = {{Template:MTUBX}} {{User_Firefox}} {{User_Discord|account=Ozycaevias}} {{User_Utah}} {{User_Ajax}} | | User-color = DarkGreen | ||
| Border-color = #90EE90 | |||
| Background-color = #d6f6d6 | |||
| Image = Ozy_CoA.png | |||
| Caption = Personal Coat of Arms | |||
| Caption-color = #666666 | |||
| Userboxes = {{Template:MTUBX}} {{User_Firefox}} {{User_Discord|account=Ozycaevias}} {{User_Utah}} {{User_Ajax}} | |||
}} | }} | ||
</pre> |
Latest revision as of 21:19, 24 September 2019
This is a template for displaying userboxes that uses flexboxes and divs to handle formatting in a more robust way.
Use
{{UserboxNew | User = <!-- Username to be displayed on top. --> | User-color = <!-- Color of the username displayed; default is black. --> | Border-color = <!-- Color of the border surrounding the container; default is #eeeeee. --> | Background-color = <!-- Color of the container's background; default is #fcfcfc. --> | Image = <!-- Image to be displayed at the top of the userbox. Format is "Image.ext". --> | Caption = <!-- Caption to be displayed under the image. --> | Caption-color = <!-- Color of the caption text. Default is #464B54. --> | Userboxes = <!-- Userbox templates listed in order from top to bottom. --> }}
Examples
TestAccount
IIWiki logo
MT | This user is primarily a "Modern Tech" roleplayer. |
This user is proud to be Australian. |
80s |
{{UserboxNew | User = TestAccount | User-color = black | Border-color = #eeeeee | Background-color = #fcfcfc | Image = IIWiki_Logo.png | Caption = IIWiki logo | Userboxes = {{Template:MTUBX}} {{AustralianUBX}} {{User_80s}} {{User_Ajax}} }}
Ozycaevias
Personal Coat of Arms
MT | This user is primarily a "Modern Tech" roleplayer. |
This user contributes using Firefox. |
This user chats on Discord as Ozycaevias. |
{{UserboxNew | User = Ozycaevias | User-color = DarkGreen | Border-color = #90EE90 | Background-color = #d6f6d6 | Image = Ozy_CoA.png | Caption = Personal Coat of Arms | Caption-color = #666666 | Userboxes = {{Template:MTUBX}} {{User_Firefox}} {{User_Discord|account=Ozycaevias}} {{User_Utah}} {{User_Ajax}} }}