Template:ID badge: Difference between revisions
Jump to navigation
Jump to search
Trig Jegman (talk | contribs) mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div style=" | <div style="width:400px;font-family:Verdana;border:2px solid #000;margin:1em 0"> | ||
<div style="background | <div style="background:{{#if:{{{color|}}}|#D03C39|#B1B5B9}}"> </div> | ||
<div style="background | <div style="background:#EFEFEF"> | ||
<div style="display: flex; box-sizing: border-box; padding: 0 1em | <div style="width:100%;display:flex;gap:1em;box-sizing:border-box;padding:0 1em"> | ||
<div> | <div> | ||
<div style="background | <div style="background:#FFF;border-radius:0 10px 0 8px;margin:1px"> | ||
[[File:{{{image}}}|80px|link=]] | [[File:{{{image}}}|80px|link=]] | ||
</div> | </div> | ||
</div> | </div> | ||
<div style="flex-grow: 1 | <div style="flex-grow:1"> | ||
<div style=" | <div style="width:100%;background:#FFF;padding-left:0.5em"> | ||
<span style="color:# | <span style="color:#0AF">{{#if:{{{icon|}}}|[[File:{{{icon}}}|20px|link=]]}}{{{title|null}}}</span><br> | ||
<span style="color:# | <span style="color:#138">'''{{{name|null}}}'''</span></div> | ||
<div style=" | <div style="width:100%;background:#FFF;padding-left:0.5em"> | ||
<span style="color:# | <span style="color:#0AF">Home Planet</span><br> | ||
<span style="color:# | <span style="color:#138">'''{{{planet|null}}}'''</span></div> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
<div style="background | <div style="background:#EFEFEF;font-weight:450;text-align:justify;text-justify:inter-word;padding:10px"> | ||
{{{line1|null}}} | {{{line1|null}}} | ||
<hr style="border-top:solid | <hr style="border-top:1px solid #0AF"> | ||
{{{line2|null}}} | {{{line2|null}}} | ||
<hr style="border-top:solid | <hr style="border-top:1px solid #0AF"> | ||
{{{line3|null}}} | {{{line3|null}}} | ||
<hr style="border-top:solid | <hr style="border-top:1px solid #0AF"> | ||
</div> | </div> | ||
</div | </div><noinclude> | ||
{{User:Trig Jegman/P4 ID | {{User:Trig Jegman/P4 ID |
Revision as of 20:13, September 20, 2024
[[File:{{{image}}}|80px|link=]]
null
Home Planet
null
null
null
This template is to generate IDs similar to the ones found for characters in Pikmin 4. The available parameters are as follows:
Parameter | Purpose | Mandatory? |
---|---|---|
color |
Changes the color of the top bar | No |
image |
Image of the character being covered | Yes |
icon |
Icon next to the title | No |
title |
Title of the character | Yes |
name |
Name of the character | Yes |
planet |
Name of the character's planet of origin | Yes |
line1 line2 line3 |
For the descriptions as found on the ID card | Yes |