From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
(→‎Example: Changing template to remove imagename.png from wanted files)
(more specific description of imagewidth)
 
(6 intermediate revisions by 2 users not shown)
Line 6: Line 6:
{{Chrono Trigger/Boss
{{Chrono Trigger/Boss
|name=
|name=
|dsname=
|image=
|image=
|imagewidth=
|imagewidth=
Line 19: Line 20:
|tp=
|tp=
|gold=
|gold=
|attacks=
|text=
|text=
}}
}}
Line 24: Line 26:


==Terms==
==Terms==
*'''name''': Boss name.
*'''name''': the boss' name. This also determines the ID for linking purposes.
*'''dsname''' (optional): the boss' name in the Nintendo DS version, if different than the original name. This adds an ID for the DS name, as well as combined IDs in the format of ''boss (ds boss name)''.
*'''image''': An optional image of the boss, in the format of "Imagename.extension".
*'''image''': An optional image of the boss, in the format of "Imagename.extension".
*'''imagewidth''': An optional width of the image, in pixels (default 250)
*'''imagewidth''': an optional width of the image (specify in syntax like "#px" without quotes). Image defaults to its full size.
*'''side''': Align the image to either "left", "center", or "right" (use those words).  Defaults to left.
*'''side''': Align the image to either "left", "center", or "right" (use those words).  Defaults to left.
*'''subtitle''': Optional image subtitle.
*'''subtitle''': Optional image subtitle.
Line 39: Line 42:
*'''tp''': Tech Points gained.
*'''tp''': Tech Points gained.
*'''gold''': Gold gained.
*'''gold''': Gold gained.
*'''text''': Some description of the boss.
*'''attacks''': Attack descriptions
*'''text''': Some description/strategy for the boss.
 
==Example==
==Example==
<code><nowiki>
<code><nowiki>
{{Chrono Trigger/Boss
{{Chrono Trigger/Boss
|name=Yakra
|name=Yakra
|image=Chrono Trigger Boss Yakra.png
|image=CT monster Yakra.png
|level=5
|level=5
|hp=200
|hp=200
Line 55: Line 60:
|tp=1
|tp=1
|gold=300
|gold=300
|attacks=
;Attack 1
Description1
;Attack 2
Description 2
|text=Some description of the boss.
|text=Some description of the boss.
}}
}}
Line 60: Line 71:
{{Chrono Trigger/Boss
{{Chrono Trigger/Boss
|name=Yakra
|name=Yakra
|image=Chrono Trigger Boss Yakra.png
|image=CT monster Yakra.png
|level=5
|level=5
|hp=200
|hp=200
Line 71: Line 82:
|tp=1
|tp=1
|gold=300
|gold=300
|attacks=
;Attack 1
Description1
;Attack 2
Description 2
|text=Some description of the boss.
|text=Some description of the boss.
}}
}}


<noinclude>[[Category:Template documentation|C]]</noinclude>
<noinclude>[[Category:Template documentation|C]]</noinclude>

Latest revision as of 19:43, 22 August 2014

Boss information for Chrono Trigger.

Usage[edit]

{{Chrono Trigger/Boss
|name=
|dsname=
|image=
|imagewidth=
|side=
|level=
|hp=
|weak=
|strength=
|absorb=
|charms=
|drops=
|xp=
|tp=
|gold=
|attacks=
|text=
}}

Terms[edit]

  • name: the boss' name. This also determines the ID for linking purposes.
  • dsname (optional): the boss' name in the Nintendo DS version, if different than the original name. This adds an ID for the DS name, as well as combined IDs in the format of boss (ds boss name).
  • image: An optional image of the boss, in the format of "Imagename.extension".
  • imagewidth: an optional width of the image (specify in syntax like "#px" without quotes). Image defaults to its full size.
  • side: Align the image to either "left", "center", or "right" (use those words). Defaults to left.
  • subtitle: Optional image subtitle.
  • level: Optional recommended party level range.
  • hp: Maximum hit points.
  • weak: Weaknesses.
  • strength: Things that it is strong or invincible against.
  • absorb: Things that heal instead of damage it.
  • charms: Charmable items.
  • drops: Dropped items.
  • xp: Experience points gained.
  • tp: Tech Points gained.
  • gold: Gold gained.
  • attacks: Attack descriptions
  • text: Some description/strategy for the boss.

Example[edit]

{{Chrono Trigger/Boss |name=Yakra |image=CT monster Yakra.png |level=5 |hp=200 |weak=Water |strength=Physical |absorb=Lightning |charms=None |drops=Tonic |xp=50 |tp=1 |gold=300 |attacks= ;Attack 1 Description1 ;Attack 2 Description 2 |text=Some description of the boss. }}

Yakra
CT monster Yakra.png
HP
200
Weaknesses
Water
Strengths
Physical
Absorbs
Lightning
Suggested Level
5
Charmables
None
Drops
Tonic
XP
50
TP
1
Gold
300
Attacks
Attack 1

Description1

Attack 2

Description 2

Description/Strategy

Some description of the boss.