Template:Level: Difference between revisions

From MegaManMaker Wiki
Jump to navigation Jump to search
Created page with "<onlyinclude>{| class="infobox" cellpadding=0 cellspacing=0 width=290px style="-moz-border-radius:5px; border-radius:5px; border-spacing: 0; font-family: arial, sans-serif; padding: 6px; margin: {{#switch:{{{align|}}}|left=0 1em 1em 0|center=1em 1em 1em 1em|0 0 1em 1em}}; font-size: 11px; line-height: normal; background-color:{{{mainbg|#F2F2F2}}}; border:2px solid {{{mainborder|#828282}}}; float:{{{align|right}}}; color:{{{text|black}}};" |align="center" colspan="2" bgco..."
 
mNo edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 23: Line 23:
|os=background:{{{osbg|#E5E5E5}}};
|os=background:{{{osbg|#E5E5E5}}};
|
|
{{#if:{{{version|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Added in version:''' {{!!}} {{{version}}} }}
{{#if:{{{version|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Added as an example level in version:''' {{!!}} {{{version}}} }}
|
|{{#if:{{{onlineversion|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Uploaded online in version:''' {{!!}} {{{onlineversion}}} }}
|
{{#if:{{{date|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Date uploaded online:''' {{!!}} {{{date}}} }}
|
{{#if:{{{creator|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Creator(s):''' {{!!}} {{{creator}}} }}
|
{{#if:{{{id|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Level ID:''' {{!!}} {{{id}}} }}
|
|
{{#if:{{{screens|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Screens:''' {{!!}} {{{screens}}} }}
{{#if:{{{screens|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Screens:''' {{!!}} {{{screens}}} }}
|
|
{{#if:{{{weapons|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Available Weapons:''' {{!!}} {{{weapons}}} }}
{{#if:{{{weapons|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Available weapons:''' {{!!}} {{{weapons}}} }}
|
|
{{#if:{{{characters|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Available Characters:''' {{!!}} {{{characters}}} }}
{{#if:{{{characters|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Available characters:''' {{!!}} {{{characters}}} }}
|
|
{{#if:{{{abilities|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Active Abilities:''' {{!!}} {{{abilities}}} }}
{{#if:{{{abilities|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Default abilities:''' {{!!}} {{{abilities}}} }}
|
|
{{#if:{{{bosses|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Bosses:''' {{!!}} {{{bosses}}} }}
{{#if:{{{altabilities|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Abilities altered:''' {{!!}} {{{altabilities}}} }}
|
|
{{#if:{{{discord|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Discord:''' {{!!}} {{{discord}}} }}
{{#if:{{{bosses|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Bosses:''' {{!!}} {{{bosses}}} }}}}
|
|
{{#if:{{{website|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Website:''' {{!!}} {{{website}}} }}}}
{{#if:{{{maps|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Bosses:''' {{!!}} {{{bosses}}} }}
|-
|style="padding: 2px;"|
|-
|align="center" colspan="2" style="border-top:2px solid {{{line|darkgray}}}; "background-color: {{{imagebg|}}}; padding: 5px;"|{{{map|}}}
|}
|}
|}
|}
Line 45: Line 57:
The Level template is for displaying information about a level.
The Level template is for displaying information about a level.


==Parameters==
Each parameter is listed below with an explanation of their usage:
Each parameter is listed below with an explanation of their usage:


<code>{{Level<br>
'''<code>|image=</code>'''
|image=An image that showcases the level well.<br>
 
|name=Name of level.<br>
An image that showcases the level well. Should be scaled to 250 pixels as a standard.
|version=Version of Mega Man Maker that the level was uploaded in. (For example levels, the version it was added.)<br>
 
|screens=How many screens the level takes up, as shown in the editor.<br>
'''<code>|name=</code>'''
|weapons=A list of all weapons available in the level.<br>
 
|characters=A list of all characters available in the level.<br>
Name of level. Should also include boss mugshot before the name and creator icon after the name.<br>
|abilities=A list of character abilities present in the level.<br>
 
|bosses=Bosses that are present in the level. Should ideally specify which ones do or do not end a level, where appropriate.<br>
'''<code>|caption=</code>'''
}}
 
</code>
Caption of above image.<br>
 
'''<code>|version=</code>'''
 
For [[example levels]], this is the version of ''[[Mega Man Maker]]'' in which the level was added. For non-example levels, this should be left blank.
 
'''<code>|onlineversion=</code>'''
 
The version of ''[[Mega Man Maker]]'' in which the level was first uploaded to the online servers. Should be excluded from example levels unless it was a standard level first (such as content winners.)
 
'''<code>|date=</code>'''
 
Date uploaded (for non-Example Levels.) Should be listed in the same format as the game itself gives on the summary screen.<br>
 
'''<code>|creator=</code>'''
 
Creator(s) of the level.<br>
 
'''<code>|id=</code>'''
 
Level ID (for non-Example Levels.)<br>
 
'''<code>|screens=</code>'''
 
How many screens the level takes up, as shown in the editor (unused screens included.)<br>
 
'''<code>|weapons=</code>'''
 
A list of all weapons available in the level. It should be formatted in column order in the editor (i.e. top of first column down, then second column.) Locked weapons should include the template <nowiki>{{Locked}}</nowiki> (e.g. "Metal Blade{{Locked}}").<br>
 
'''<code>|characters=</code>'''
 
A list of all characters available in the level.<br>
 
'''<code>|abilities=</code>'''
 
A list of character abilities present in the level, using the [[:Template:Ability|Ability template]]. Abilities for characters not present should not be included. (This is to exclude info that would be completely irrelevant, especially due to Roll's abilities being enabled for every level prior to her addition.)<br>
 
'''<code>|altabilities=</code>'''
 
A list of abilities altered throughout the level, using the [[:Template:Ability|Ability template]].
 
'''<code>|bosses=</code>'''
 
Bosses that are present in the level. Should a boss end the level, the <nowiki>{{EndBoss}}</nowiki> template should be included. (e.g. "Blast Man{{EndBoss}}") For fights with multiple bosses, they should be formatted as "BossA + BossB + BossC, etc." In levels where Bosses in a single fight are forced to be fought in a certain order (such as in [[Better Together]],) they should be listed in the order fought. While rare, bosses that are inaccessible should use <nowiki>{{OOB}}</nowiki> (e.g. "Enker{{OOB}}")<br>
 
'''<code>|map=</code>'''


All parameters past the {{{role}}} one are optional.
A picture of the level's map as seen in the [[Level Builder]]. This should use <nowiki>{{Pixelated}}</nowiki> and be scaled appropriately. For example,<br><code><nowiki>{{Pixelated|AuthenticOilManMap.png|true|110}}</nowiki></code><br>Scale should ideally be triple the map's height, though depending on the size, it may be double or quadruple.<br>


{{clr}}
{{clr}}
===Example===
 
==Example==


{{Level
{{Level
|image=[[File:PiconShade.png]]
|image=[[File:ID 52.png|250px]]
|name=Shade Man's Boss Rush Tower
|name=[[File:PiconGamerizer.png|left]][[File:PiconBass.png|right]]Shade Man's Boss Rush Tower
|version=[[1.9.0]]<br>
|caption=Doom.
|version=1.6.9
|onlineversion=[[1.9.0]]<br>
|date=October 31, 2304
|creator=Joe Destruction Co.
|id=312664
|screens=34<br>
|screens=34<br>
|weapons=[[Mega Buster]], [[Elec Beam]], [[Pile Driver]]<br>
|weapons=[[Mega Buster]]<br>[[Pile Driver]]{{Locked}}<br>
|characters=[[Mega Man]]<br>
|characters=[[Mega Man]]<br>
|abilities=Slide<br>
|abilities={{Ability|slide}}{{Ability|doublejump}}<br>
|bosses=[[Shade Man]]<br>
|altabilities={{Ability|protostrike}}{{Ability|doublejumpremove}}<br>
|gender=The gender they identify as.<br>
|bosses=[[Shade Man]]<br>[[Ice Man]]<br>[[Yellow Devil]]{{EndBoss}}<br>[[Pirate Man]]{{OOB}}<br>
|lives=Where they live.<br>
|map={{Pixelated|ProtovaniaMap.png|true|110}}</center>
|known=Other projects or works they're credited with.<br>
}}
}}
<code>
<nowiki>
{{Level</nowiki><br><nowiki>
|image=[[File:ID 52.png|250px]]</nowiki><br><nowiki>
|name=[[File:PiconGamerizer.png|left]][[File:PiconBass.png|right]]Shade Man's Boss Rush Tower</nowiki><br><nowiki>
|caption=Doom.</nowiki><br><nowiki>
|version=1.6.9</nowiki><br><nowiki>
|onlineversion=[[1.9.0]]</nowiki><br><nowiki>
|date=October 31, 2304</nowiki><br><nowiki>
|creator=Joe Destruction Co.</nowiki><br><nowiki>
|id=312664</nowiki><br><nowiki>
|screens=34</nowiki><br><nowiki>
|weapons=[[Mega Buster]]<br>[[Pile Driver]]{{Locked}}</nowiki><br><nowiki>
|characters=[[Mega Man]]</nowiki><br><nowiki>
|abilities={{Ability|slide}}{{Ability|doublejump}}</nowiki><br><nowiki>
|altabilities={{Ability|protostrike}}{{Ability|doublejumpremove}}</nowiki><br><nowiki>
|bosses=[[Shade Man]]<br>[[Ice Man]]<br>[[Yellow Devil]]{{EndBoss}}<br>[[Pirate Man]]{{OOB}}</nowiki><br><nowiki>
|map={{Pixelated|ProtovaniaMap.png|true|110}}</nowiki><br><nowiki>
}}
</nowiki>
</code>


{{clr}}
{{clr}}
===Blank===
==Blank==


{{Level
{{Level
|image=
|image=
|name=
|name=
|caption=
|version=
|version=
|onlineversion=
|date=
|creator=
|id=
|screens=
|screens=
|weapons=
|weapons=
|characters=
|characters=
|abilities=
|abilities=
|altabilities=
|bosses=
|bosses=
}}
}}
<code>
{{Level<br>
|image=<br>
|name=<br>
|caption=<br>
|version=<br>
|date=<br>
|creator=<br>
|id=<br>
|screens=<br>
|weapons=<br>
|characters=<br>
|abilities=<br>
|altabilities=<br>
|bosses=<br>
|map=<br>
}}<br>
</code>


<noinclude>[[Category:Templates]] [[Category:Wiki Template]]</noinclude>
<noinclude>[[Category:Templates]] [[Category:Wiki Template]]</noinclude>

Latest revision as of 05:44, 7 November 2025

Level
Information


The Level template is for displaying information about a level.

Parameters

Each parameter is listed below with an explanation of their usage:

|image=

An image that showcases the level well. Should be scaled to 250 pixels as a standard.

|name=

Name of level. Should also include boss mugshot before the name and creator icon after the name.

|caption=

Caption of above image.

|version=

For example levels, this is the version of Mega Man Maker in which the level was added. For non-example levels, this should be left blank.

|onlineversion=

The version of Mega Man Maker in which the level was first uploaded to the online servers. Should be excluded from example levels unless it was a standard level first (such as content winners.)

|date=

Date uploaded (for non-Example Levels.) Should be listed in the same format as the game itself gives on the summary screen.

|creator=

Creator(s) of the level.

|id=

Level ID (for non-Example Levels.)

|screens=

How many screens the level takes up, as shown in the editor (unused screens included.)

|weapons=

A list of all weapons available in the level. It should be formatted in column order in the editor (i.e. top of first column down, then second column.) Locked weapons should include the template {{Locked}} (e.g. "Metal BladeThis weapon is unusable at the start of the level.").

|characters=

A list of all characters available in the level.

|abilities=

A list of character abilities present in the level, using the Ability template. Abilities for characters not present should not be included. (This is to exclude info that would be completely irrelevant, especially due to Roll's abilities being enabled for every level prior to her addition.)

|altabilities=

A list of abilities altered throughout the level, using the Ability template.

|bosses=

Bosses that are present in the level. Should a boss end the level, the {{EndBoss}} template should be included. (e.g. "Blast ManThis fight ends the level when defeated.") For fights with multiple bosses, they should be formatted as "BossA + BossB + BossC, etc." In levels where Bosses in a single fight are forced to be fought in a certain order (such as in Better Together,) they should be listed in the order fought. While rare, bosses that are inaccessible should use {{OOB}} (e.g. "EnkerThis is out-of-bounds, and thus unreachable.")

|map=

A picture of the level's map as seen in the Level Builder. This should use {{Pixelated}} and be scaled appropriately. For example,
{{Pixelated|AuthenticOilManMap.png|true|110}}
Scale should ideally be triple the map's height, though depending on the size, it may be double or quadruple.


Example

Shade Man's Boss Rush Tower
Doom.
Information
Added as an example level in version: 1.6.9
Uploaded online in version: 1.9.0
Date uploaded online: October 31, 2304
Creator(s): Joe Destruction Co.
Level ID: 312664
Screens: 34
Available weapons: Mega Buster
Pile DriverThis weapon is unusable at the start of the level.
Available characters: Mega Man
Default abilities: Mega Man's slide.Bass' double jump.
Abilities altered: Proto Man's proto strike.Removes Bass' double jump.
Bosses: Shade Man
Ice Man
Yellow DevilThis fight ends the level when defeated.
Pirate ManThis is out-of-bounds, and thus unreachable.

{{Level
|image=[[File:ID 52.png|250px]]
|name=[[File:PiconGamerizer.png|left]][[File:PiconBass.png|right]]Shade Man's Boss Rush Tower
|caption=Doom.
|version=1.6.9
|onlineversion=[[1.9.0]]
|date=October 31, 2304
|creator=Joe Destruction Co.
|id=312664
|screens=34
|weapons=[[Mega Buster]]<br>[[Pile Driver]]{{Locked}}
|characters=[[Mega Man]]
|abilities={{Ability|slide}}{{Ability|doublejump}}
|altabilities={{Ability|protostrike}}{{Ability|doublejumpremove}}
|bosses=[[Shade Man]]<br>[[Ice Man]]<br>[[Yellow Devil]]{{EndBoss}}<br>[[Pirate Man]]{{OOB}}
|map={{Pixelated|ProtovaniaMap.png|true|110}}
}}


Blank

Information


{{Level
|image=
|name=
|caption=
|version=
|date=
|creator=
|id=
|screens=
|weapons=
|characters=
|abilities=
|altabilities=
|bosses=
|map=
}}