Difference between revisions of "Template:Test"
From Pixelmon Wiki
m |
m |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | + | <div style="width: 250px; border: 1px solid #ccc; background-color: #ffffff; font-family: sans-serif; text-align: center;"> | |
− | + | <div style="background-color: #7ca84c; color: white; padding: 8px; font-weight: bold; font-size: 120%;"> | |
− | + | {{{nombre}}} | |
− | + | </div> | |
− | + | <div style="padding: 10px;"> | |
− | + | [[Archivo:{{{imagen}}}|200px]] | |
− | + | </div> | |
− | + | <div style="padding-bottom: 10px;"> | |
− | + | [[Archivo:{{{imagen}}}|32px]] | |
− | + | </div> | |
− | | | + | </div> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</includeonly> | </includeonly> | ||
+ | |||
<noinclude> | <noinclude> | ||
− | Template for | + | Template for blocks. |
+ | Example: | ||
+ | |||
+ | <pre> | ||
+ | {{BloqueMinecraft | ||
+ | |name = Block | ||
+ | |image = Block.png | ||
+ | }} | ||
+ | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 07:55, 2 July 2025
Template for blocks. Example:
{{BloqueMinecraft |name = Block |image = Block.png }}