ChipInfo: Difference between revisions
From The Rockman EXE Zone Wiki
(Basic template.) |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable floatright" | <includeonly>{| class="wikitable floatright" | ||
!colspan="2" |{{{name|MegaBstr}}} | !colspan="2"|{{{name|MegaBstr}}}{{#if: {{{fullname|}}} | ||
| <br><small>''{{{fullname}}}''</small> | |||
| {{#if: {{{name|}}} | |||
|| <br><small>''Mega Buster''</small> | |||
}} | |||
}} | |||
|- | |- | ||
|colspan="2"|[[File:{{{image|Chip1_MegaBstr.png}}}|center]] | |colspan="2"|[[File:{{{image|Chip1_MegaBstr.png}}}|center]] | ||
| | {{ChipInfoGameRow | ||
| | |game=Mega Man Battle Network 1 | ||
| | |atk={{{bn1atk|}}} | ||
| | |elem={{{bn1elem|}}} | ||
|} | |codes={{{bn1codes|}}} | ||
}} | |||
{{ChipInfoGameRow | |||
|game=Mega Man Battle Network 2 | |||
|atk={{{bn2atk|}}} | |||
|elem={{{bn2elem|}}} | |||
|codes={{{bn2codes|}}} | |||
}} | |||
{{ChipInfoGameRow | |||
|game=Mega Man Battle Network 3 | |||
|atk={{{bn3atk|}}} | |||
|elem={{{bn3elem|}}} | |||
|codes={{{bn3codes|}}} | |||
}} | |||
{{ChipInfoGameRow | |||
|game=Mega Man Battle Network 4 | |||
|atk={{{bn4atk|}}} | |||
|elem={{{bn4elem|}}} | |||
|codes={{{bn4codes|}}} | |||
}} | |||
{{ChipInfoGameRow | |||
|game=Rockman EXE 4.5: Real Operation | |||
|atk={{{exe45atk|}}} | |||
|elem={{{exe45elem|}}} | |||
}} | |||
{{ChipInfoGameRow | |||
|game=Mega Man Battle Network 5 | |||
|atk={{{bn5atk|}}} | |||
|elem={{{bn5elem|}}} | |||
|codes={{{bn5codes|}}} | |||
}} | |||
{{ChipInfoGameRow | |||
|game=Mega Man Battle Network 6 | |||
|atk={{{bn6atk|}}} | |||
|elem={{{bn6elem|}}} | |||
|codes={{{bn6codes|}}} | |||
}} | |||
{{ChipInfoGameRow | |||
|game=Mega Man Battle Chip Challenge | |||
|atk={{{bccatk|}}} | |||
|elem={{{bccelem|}}} | |||
|codes={{{bccelem|}}} | |||
}} | |||
{{ChipInfoGameRow | |||
|game=Rockman EXE Operate Shooting Star | |||
|atk={{{ossatk|}}} | |||
|elem={{{osselem|}}} | |||
|codes={{{osscodes|}}} | |||
}} | |||
|}</includeonly><noinclude>==Example== | |||
{{ChipInfo | |||
|name=MegaBstr | |||
|fullname=Mega Buster | |||
|image=Chip1_MegaBstr.png | |||
|bn1atk=40 | |||
|bn1elem=Null | |||
|bn1codes=A B C D E | |||
|bn2atk=40 | |||
|bn2elem=Null | |||
|bn2codes=A B C D E | |||
|bn3atk=40 | |||
|bn3elem=Null | |||
|bn3codes=A B C D E | |||
|bn4atk=40 | |||
|bn4elem=Null | |||
|bn4codes=A B C * | |||
|exe45atk=40 | |||
|exe45elem=Null | |||
|bn5atk=40 | |||
|bn5elem=Null | |||
|bn5codes=A B C * | |||
|bn6atk=40 | |||
|bn6elem=Null | |||
|bn6codes=A B C * | |||
|ossatk=40 | |||
|osselem=Null | |||
|osscodes=A B C D E | |||
|bccatk=40 | |||
|bccelem=Null | |||
}} | |||
==Usage== | |||
<pre>{{ChipInfo | |||
|name=MegaBstr | |||
|fullname=Mega Buster | |||
|image=Chip1_MegaBstr.png | |||
|bn1atk=40 | |||
|bn1elem=Null | |||
|bn1codes=A B C D E | |||
|bn2atk=40 | |||
|bn2elem=Null | |||
|bn2codes=A B C D E | |||
|bn3atk=40 | |||
|bn3elem=Null | |||
|bn3codes=A B C D E | |||
|bn4atk=40 | |||
|bn4elem=Null | |||
|bn4codes=A B C * | |||
|exe45atk=40 | |||
|exe45elem=Null | |||
|bn5atk=40 | |||
|bn5elem=Null | |||
|bn5codes=A B C * | |||
|bn6atk=40 | |||
|bn6elem=Null | |||
|bn6codes=A B C * | |||
|ossatk=40 | |||
|osselem=Null | |||
|osscodes=A B C D E | |||
|bccatk=40 | |||
|bccelem=Null | |||
}}</pre> | |||
atk: number or ??? or 0</noinclude> |
Latest revision as of 00:00, 17 August 2014
Example
MegaBstr Mega Buster | |
---|---|
Mega Man Battle Network 1 | |
Attack | 40 |
Element | Null |
Codes | A B C D E |
Mega Man Battle Network 2 | |
Attack | 40 |
Element | Null |
Codes | A B C D E |
Mega Man Battle Network 3 | |
Attack | 40 |
Element | Null |
Codes | A B C D E |
Mega Man Battle Network 4 | |
Attack | 40 |
Element | Null |
Codes | A B C * |
Rockman EXE 4.5: Real Operation | |
Attack | 40 |
Element | Null |
Mega Man Battle Network 5 | |
Attack | 40 |
Element | Null |
Codes | A B C * |
Mega Man Battle Network 6 | |
Attack | 40 |
Element | Null |
Codes | A B C * |
Mega Man Battle Chip Challenge | |
Attack | 40 |
Element | Null |
Codes | Null |
Rockman EXE Operate Shooting Star | |
Attack | 40 |
Element | Null |
Codes | A B C D E |
Usage
{{ChipInfo |name=MegaBstr |fullname=Mega Buster |image=Chip1_MegaBstr.png |bn1atk=40 |bn1elem=Null |bn1codes=A B C D E |bn2atk=40 |bn2elem=Null |bn2codes=A B C D E |bn3atk=40 |bn3elem=Null |bn3codes=A B C D E |bn4atk=40 |bn4elem=Null |bn4codes=A B C * |exe45atk=40 |exe45elem=Null |bn5atk=40 |bn5elem=Null |bn5codes=A B C * |bn6atk=40 |bn6elem=Null |bn6codes=A B C * |ossatk=40 |osselem=Null |osscodes=A B C D E |bccatk=40 |bccelem=Null }}
atk: number or ??? or 0