Template:Asset: Difference between revisions

From MegaManMaker Wiki
Jump to navigation Jump to search
mNo edit summary
Tag: Manual revert
Added energy parameter and many use cases
Line 34: Line 34:
|
|
{{#if:{{{damage|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Damage:''' {{!!}} {{{damage}}} }}  
{{#if:{{{damage|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Damage:''' {{!!}} {{{damage}}} }}  
|
{{#if:{{{energy|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Weapon energy:''' {{!!}} {{{energy}}} }}
|
|
{{#if:{{{weakness|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Weakness(es):''' {{!!}} {{{weakness}}} }}
{{#if:{{{weakness|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Weakness(es):''' {{!!}} {{{weakness}}} }}
Line 70: Line 72:
<noinclude>
<noinclude>


This infobox is meant to be a small chart that describes in-game assets, including enemies, bosses and level objects.  
==Description==
This infobox is meant to be a small chart that describes in-game assets, including [[enemies]], [[bosses]] and [[level objects]].  


==Usage==
===General===
Do not use the template as a catch all. This template includes all in-game assets, but it is not the one true infobox, nor is it meant to be. Levels and people have their respective templates ([[Template:Level]] and [[Template:User]], respectively).
Do not use the template as a catch all. This template includes all in-game assets, but it is not the one true infobox, nor is it meant to be. Levels and people have their respective templates ([[Template:Level]] and [[Template:User]], respectively).


It is not necessary to name the asset unless you are referring to a specific variant of the topic or a related item in the same article. In Alternate names (aka), only list nicknames of assets as they are commonly referred to in the ''[[Mega Man Maker]]'' community: do not list fan nicknames from other communities. For assets originated from official games, only list other appearances from the official games. The [[:Category:Buster weapons|default buster weapons]] (such as [[Mega Buster]] and [[Bass Buster]]) appear in almost all games, so they should not have these sections.
It is not necessary to name the asset unless you are referring to a specific variant of the topic or a related item in the same article. In Alternate names (aka), only list nicknames of assets as they are commonly referred to in the ''[[Mega Man Maker]]'' community: do not list fan nicknames from other communities. For assets originated from official games, only list other appearances from the official games. The [[:Category:Buster weapons|default buster weapons]] (such as [[Mega Buster]] and [[Bass Buster]]) appear in almost all games, so they should not have these sections.


It is preferred to add the asset's icons left and right of the asset's name in the template. This can be done by editing the <code>name=</code> parameters and adding the icons as images left and right of the name accordingly. For example:
<code><nowiki>|name=[[File:WeaponCapsuleIcon.png|left]] Weapon Capsule [[File:WeaponCapsuleIcon.png|right]]</nowiki></code>
Names of other assets or users mentioned should have a link to their appropriate page wherever possible and names of games should be put in italics. For example:
<code><nowiki>|game=''[[Mega Man 2]]''</nowiki></code>
<code><nowiki>|programmer=[[snoruntpyro]]</nowiki></code>
<code><nowiki>|category=[[Level Objects]]</nowiki></code>
If there are multiple values for a single parameter, use
<code><nowiki><br></nowiki></code> between each value so that they appear on their own new line: this often occurs the
<code><nowiki>aka=</nowiki></code>,
<code><nowiki>hp=</nowiki></code>, and
<code><nowiki>damage=</nowiki></code> parameters. For example:
<code><nowiki>|aka=Name 1<br>Name 2</nowiki></code>
<code><nowiki>|hp=1 (head)<br>3 (body)</nowiki></code>
<code><nowiki>|damage=3 (contact)<br>4 (projectile)</nowiki></code>
If two or more assets are listed separately in the game but are nearly identical function-wise (for example, the vertical and horizontal variants of the [[Astro Gate]]), their Asset templates may be combined into a single one with
<code><nowiki><br></nowiki></code> used between any differences in parameters between the assets: For example:
<code><nowiki>
|description=Can be moved up or down by astro buttons of the corresponding color. (vertical)<br>Can be moved left or right by astro buttons of the corresponding color. (horizontal)</nowiki></code>
<code><nowiki>|space=2x4 (vertical)<br>4x2 (horizontal)</nowiki></code>
<code><nowiki>|version=[[1.5.0]] (vertical)<br>[[1.8.0]] (horizontal)</nowiki></code>
===Development===
If any information regarding the asset's programmer, spriter, or sound effects creator is unavailable, use [[:Template:Incomplete]] along with a reason stating the missing information. If there are multiple programmers, spriters, or sound effects creators for an asset, credit each person individiually along with a description in brackets of what exactly they contributed if known. For example:
<code><nowiki>|programmer=[[WreckingPrograms]] (original code)<br>[[Luigi]] (color variants)</nowiki></code>
The spriter and sound effects creator parameters may not be required if these are ripped directly from their source games. This usually applies to assets from the games ''[[Mega Man 1]]'' through ''[[Mega Man 6]]'', ''[[Mega Man 9]]'' and ''[[Mega Man 10]]''.
==Examples==
===Test===
===Test===


{{Asset
{{Asset
|name=Weapon capsule
|name=[[File:WeaponCapsuleIcon.png|left]] Weapon Capsule [[File:WeaponCapsuleIcon.png|right]]
|image=[[File:Enemies category.PNG|250px]]
|image=[[File:Enemies category.PNG|250px]]
|caption=Pink theme sucks
|caption=Pink theme sucks
|description=No, it doesn't.
|description=No, it doesn't.
|aka=The thing that took 63 updates to be added<br>It was actually 62 updates
|aka=The thing that took 63 updates to be added<br>(It was actually 62 updates)
|category=[[Pickups]]
|category=[[Pickups]]
|hp=N/A
|hp=N/A
|damage=A lot
|damage=A lot
|energy=28
|weakness=[[Metal Blade]]
|weakness=[[Metal Blade]]
|version=[[1.2.0]]
|version=[[1.2.0]]
Line 109: Line 157:
|hp=
|hp=
|damage=
|damage=
|energy=
|weakness=
|weakness=
|version=
|version=

Revision as of 13:35, 27 August 2024

Asset
Information
Game information
Series information
Development



Description

This infobox is meant to be a small chart that describes in-game assets, including enemies, bosses and level objects.

Usage

General

Do not use the template as a catch all. This template includes all in-game assets, but it is not the one true infobox, nor is it meant to be. Levels and people have their respective templates (Template:Level and Template:User, respectively).

It is not necessary to name the asset unless you are referring to a specific variant of the topic or a related item in the same article. In Alternate names (aka), only list nicknames of assets as they are commonly referred to in the Mega Man Maker community: do not list fan nicknames from other communities. For assets originated from official games, only list other appearances from the official games. The default buster weapons (such as Mega Buster and Bass Buster) appear in almost all games, so they should not have these sections.

It is preferred to add the asset's icons left and right of the asset's name in the template. This can be done by editing the name= parameters and adding the icons as images left and right of the name accordingly. For example:

|name=[[File:WeaponCapsuleIcon.png|left]] Weapon Capsule [[File:WeaponCapsuleIcon.png|right]]

Names of other assets or users mentioned should have a link to their appropriate page wherever possible and names of games should be put in italics. For example:

|game=''[[Mega Man 2]]''

|programmer=[[snoruntpyro]]

|category=[[Level Objects]]

If there are multiple values for a single parameter, use <br> between each value so that they appear on their own new line: this often occurs the aka=, hp=, and damage= parameters. For example:

|aka=Name 1<br>Name 2

|hp=1 (head)<br>3 (body)

|damage=3 (contact)<br>4 (projectile)

If two or more assets are listed separately in the game but are nearly identical function-wise (for example, the vertical and horizontal variants of the Astro Gate), their Asset templates may be combined into a single one with <br> used between any differences in parameters between the assets: For example:

|description=Can be moved up or down by astro buttons of the corresponding color. (vertical)<br>Can be moved left or right by astro buttons of the corresponding color. (horizontal)

|space=2x4 (vertical)<br>4x2 (horizontal)

|version=[[1.5.0]] (vertical)<br>[[1.8.0]] (horizontal)

Development

If any information regarding the asset's programmer, spriter, or sound effects creator is unavailable, use Template:Incomplete along with a reason stating the missing information. If there are multiple programmers, spriters, or sound effects creators for an asset, credit each person individiually along with a description in brackets of what exactly they contributed if known. For example:

|programmer=[[WreckingPrograms]] (original code)<br>[[Luigi]] (color variants)

The spriter and sound effects creator parameters may not be required if these are ripped directly from their source games. This usually applies to assets from the games Mega Man 1 through Mega Man 6, Mega Man 9 and Mega Man 10.

Examples

Test

Weapon Capsule
Pink theme sucks
Information
Game information
Description: No, it doesn't.
Alternate name(s): The thing that took 63 updates to be added
(It was actually 62 updates)
Category: Pickups
HP: N/A
Damage: A lot
Weapon energy: 28
Weakness(es): Metal Blade
Added in version: 1.2.0
Builder space: 3x4 (horizontal by vertical)
Series information
Game of origin: Mega Man 2
Other appearances: Mega Man Powered Up
Development
Programmer(s): rollerC
Spriter(s): Justazag
Sound effect creator(s): BigMaster



Blank

Information
Game information
Series information
Development