Template:Level: Difference between revisions

From MegaManMaker Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(9 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:{{{date|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Date Uploaded:''' {{!!}} {{{date}}} }}
|{{#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:{{{creator|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Creator(s):''' {{!!}} {{{creator}}} }}
Line 33: Line 35:
{{#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;"{{!}} '''Active abilities:''' {{!!}} {{{abilities}}} }}
|
|
{{#if:{{{bosses|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Bosses:''' {{!!}} {{{bosses}}} }}}}
{{#if:{{{bosses|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Bosses:''' {{!!}} {{{bosses}}} }}}}
|
{{#if:{{{maps|}}}| {{!}} width=47% style="padding: 3px 4px;"{{!}} '''Bosses:''' {{!!}} {{{bosses}}} }}
|-
|style="padding: 2px;"|
|-
|align="center" colspan="2" style="background-color: {{{imagebg|}}}; padding: 2px;"|{{{map|}}}
|}
|}
|}
|}
Line 47: Line 55:
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.
|caption=Caption of image.<br>
 
|version=Version of Mega Man Maker that the level was uploaded in. (For example levels, the version it was added.)<br>
'''<code>|name=</code>'''
|date=Date uploaded (For non-Example Levels)<br>
 
|creator=Creator(s) of the level.<br>
Name of level. Should also include boss mugshot and creator icon.<br>
|id=Level ID (For non-Example Levels)<br>
 
|screens=How many screens the level takes up, as shown in the editor.<br>
'''<code>|caption=</code>'''
|weapons=A list of all weapons available in the level.<br>
 
|characters=A list of all characters available in the level.<br>
Caption of image.<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>|version=</code>'''
}}
 
</code>
For [[example levels]], this is the version of ''[[Mega Man Maker]]'' in which the level was added. For non-example levels, this may be left blank.
 
'''<code>|onlineversion=</code>'''
 
The version of ''[[Mega Man Maker]]'' that in which the level was first uploaded to the online servers.
 
'''<code>|date=</code>'''
 
Date uploaded (For non-Example Levels)<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.<br>
 
'''<code>|weapons=</code>'''
 
A list of all weapons available in the level. 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. Set abilities for characters not present should not be included.<br>
 
'''<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." 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><center style="image-rendering:pixelated;"></nowiki> and be scaled appropriately. For example,<br><code><nowiki><center style="image-rendering:pixelated;">[[File:AuthenticOilManMap.png|110px]]</center></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:QuestionMarkIcon.png|left]][[File:PiconBass.png|right]]Shade Man's Boss Rush Tower
|caption=Shade Man's mugshot after he failed to pay property tax on his tower.
|caption=Doom.
|version=[[1.9.0]]<br>
|version=1.6.9
|onlineversion=[[1.9.0]]<br>
|date=October 31, 2304
|date=October 31, 2304
|creator=Shade Man's Architect
|creator=Joe Destruction Co.
|id=-12
|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=Slide<br>
|bosses=[[Shade Man]]<br>
|bosses=[[Shade Man]]<br>[[Ice Man]]<br>[[Yellow Devil]]{{EndBoss}}<br>[[Pirate Man]]{{OOB}}<br>
|map=<center style="image-rendering:pixelated;">[[File:ProtovaniaMap.png|110px]]</center>
}}
 
<code>
<nowiki>
{{Level</nowiki><br><nowiki>
|image=[[File:ID 52.png|250px]]</nowiki><br><nowiki>
|name=[[File:QuestionMarkIcon.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=Slide</nowiki><br><nowiki>
|bosses=[[Shade Man]]<br>[[Ice Man]]<br>[[Yellow Devil]]{{EndBoss}}<br>[[Pirate Man]]{{OOB}}</nowiki><br><nowiki>
|map=<center style="image-rendering:pixelated;">[[File:ProtovaniaMap.png|110px]]</center></nowiki><br><nowiki>
}}
}}
</nowiki>
</code>


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


{{Level
{{Level
Line 93: Line 163:
|caption=
|caption=
|version=
|version=
|onlineversion=
|date=
|date=
|creator=
|creator=
Line 102: Line 173:
|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>
|bosses=<br>
|map=<br>
}}<br>
</code>


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

Latest revision as of 20:39, 4 April 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 and creator icon.

|caption=

Caption of image.

|version=

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

|onlineversion=

The version of Mega Man Maker that in which the level was first uploaded to the online servers.

|date=

Date uploaded (For non-Example Levels)

|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.

|weapons=

A list of all weapons available in the level. 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. Set abilities for characters not present should not be included.

|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." 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 <center style="image-rendering:pixelated;"> and be scaled appropriately. For example,
<center style="image-rendering:pixelated;">[[File:AuthenticOilManMap.png|110px]]</center>
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
Active abilities: Slide
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:QuestionMarkIcon.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=Slide
|bosses=[[Shade Man]]<br>[[Ice Man]]<br>[[Yellow Devil]]{{EndBoss}}<br>[[Pirate Man]]{{OOB}}
|map=<center style="image-rendering:pixelated;">[[File:ProtovaniaMap.png|110px]]</center>
}}


Blank

Information


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