Difference between revisions of "Template:TNfc"

From Osamu Sato Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
*[[Template:TNfc/kai|Kai]]
 
*[[Template:TNfc/kai|Kai]]
 
*[[Template:TNfc/gyou|Gyou]]
 
*[[Template:TNfc/gyou|Gyou]]
 +
==Create a userbox==
 +
You’ll need this code below to make a userbox.
 +
<pre>
 +
{{userbox
 +
| border-c      = #000000
 +
| border-s      = 3
 +
| id            = [[File:character image.png|40px]]
 +
| id-c          = #ffffff
 +
| id-w          = 50
 +
| id-s          = 20
 +
| info          = This user's favorite [[Eastern Mind]] character is [[character name]]
 +
}}
 +
</pre>
 +
===Example===
 +
Code:
 +
<pre>
 +
{{userbox
 +
| border-c      = #000000
 +
| border-s      = 3
 +
| id            = [[File:AhAndUng.png|40px]]
 +
| id-c          = #ffffff
 +
| id-w          = 50
 +
| id-s          = 20
 +
| info          = This user's favorite [[Eastern Mind]] character is '''[[Ah and Ung|Ah & Ung]]'''.
 +
| info-c        = #1bb6ff
 +
}}
 +
</pre>
 +
Results:
 +
{{userbox
 +
| border-c      = #000000
 +
| border-s      = 3
 +
| id            = [[File:AhAndUng.png|40px]]
 +
| id-c          = #ffffff
 +
| id-w          = 50
 +
| id-s          = 20
 +
| info          = This user's favorite [[Eastern Mind]] character is '''[[Ah and Ung|Ah & Ung]]'''.
 +
| info-c        = #1bb6ff
 +
}}
 +
}}

Revision as of 11:10, 14 December 2023

This will be userboxes for which Eastern Mind character you like. The userboxes made will be down here.

Userboxes

Create a userbox

You’ll need this code below to make a userbox.

{{userbox
| border-c      = #000000
| border-s      = 3
| id            = [[File:character image.png|40px]]
| id-c          = #ffffff
| id-w          = 50
| id-s          = 20
| info          = This user's favorite [[Eastern Mind]] character is [[character name]]
}}

Example

Code:

{{userbox
| border-c      = #000000
| border-s      = 3
| id            = [[File:AhAndUng.png|40px]]
| id-c          = #ffffff
| id-w          = 50
| id-s          = 20
| info          = This user's favorite [[Eastern Mind]] character is '''[[Ah and Ung|Ah & Ung]]'''.
| info-c        = #1bb6ff
}}

Results:

AhAndUng.png This user's favorite Eastern Mind character is Ah & Ung.

}}