Jump to content

Template:Infobox class: Difference between revisions

From Chrono Odyssey Wiki
Undo revision 167 by Chrono (talk)
Tag: Undo
No edit summary
Line 55: Line 55:
! colspan="2" style="background-color: #3a3a3a; color: #ffffff; text-align: center; padding: 0.2em;" | Development
! colspan="2" style="background-color: #3a3a3a; color: #ffffff; text-align: center; padding: 0.2em;" | Development
|-
|-
{{#if:{{{engine|}}}|
! style="background-color: #f0f0f0; width: 40%; padding: 0.2em; vertical-align: top;" {{!}} Engine
{{!}} style="padding: 0.2em; vertical-align: top;" {{!}} {{{engine|[[Unreal Engine 5]]}}}
{{!}}-
}}
{{#if:{{{developer|}}}|
! style="background-color: #f0f0f0; width: 40%; padding: 0.2em; vertical-align: top;" {{!}} Developer
{{!}} style="padding: 0.2em; vertical-align: top;" {{!}} {{{developer|[[Chrono Studio]] ([[NPIXEL]])}}}
{{!}}-
}}
{{#if:{{{publisher|}}}|
! style="background-color: #f0f0f0; width: 40%; padding: 0.2em; vertical-align: top;" {{!}} Publisher
{{!}} style="padding: 0.2em; vertical-align: top;" {{!}} {{{publisher|[[Kakao Games]]}}}
{{!}}-
}}
{{#if:{{{first_playable|}}}|
{{#if:{{{first_playable|}}}|
! style="background-color: #f0f0f0; width: 40%; padding: 0.2em; vertical-align: top;" {{!}} First Playable
! style="background-color: #f0f0f0; width: 40%; padding: 0.2em; vertical-align: top;" {{!}} First Playable

Revision as of 10:06, 11 June 2025

Infobox class
Class Information
Development

Template documentation

This template is used to create standardized infoboxes for classes in Chrono Odyssey.

Usage

Copy and paste the following code into a class article, then fill in the parameters:

{{Infobox class
|name = 
|image = 
|caption = 
|game = [[Chrono Odyssey]]
|type = 
|weapons = 
|armor = 
|resource = 
|role = 
|playstyle = 
|difficulty = 
|engine = [[Unreal Engine 5]]
|developer = [[Chrono Studio]] ([[NPIXEL]])
|publisher = [[Kakao Games]]
|first_playable = 
}}

Parameters

All parameters are optional, but it's recommended to fill in as many as possible.

Parameter Description Example
name The name of the class Swordsman
image The filename of the class icon or image (without File: prefix) Swordsman_Icon.png
caption A short descriptive caption for the class Radiant Blade Heralding the Void's Doom
game The game this class appears in (defaults to Chrono Odyssey) Chrono Odyssey
type The general classification of the class Melee Fighter / Tank / DPS
weapons The weapons available to this class. Use
to separate multiple weapons
Greatsword
Dual Blades
Sword & Shield
armor The armor type(s) this class can wear Medium/Heavy Armor
resource The resource system used by this class Rage
role The primary role(s) this class fills Versatile Warrior
playstyle Brief description of the class's playstyle Balanced Melee Combat
difficulty The difficulty rating for playing this class Moderate
engine The game engine (defaults to Unreal Engine 5) Unreal Engine 5
developer The game developer (defaults to Chrono Studio (NPIXEL)) Chrono Studio (NPIXEL)
publisher The game publisher (defaults to Kakao Games) Kakao Games
first_playable When the class was/will be first playable Closed Beta #1 (June 20-22, 2025)

Weapon formatting

For the weapons parameter, use the following format:

  • For single weapon types: Weapon Name
  • For multiple weapons: Weapon 1
    Weapon 2
    Weapon 3
  • For paired weapons: Weapon & Shield (use non-breaking spaces)

Examples

Basic usage

{{Infobox class
|name = Ranger
|image = Ranger_Icon.png
|caption = Master of Ranged Combat
|type = Ranged DPS / Mobile Fighter
|weapons = Bow<br/>Crossbow<br/>Rapier
|armor = Light/Medium Armor
|resource = [[Vigor]]
|role = Ranged Damage Dealer
|playstyle = Hit-and-Run Ranged Combat
|difficulty = Moderate-High
}}

Complete usage

{{Infobox class
|name = Paladin
|image = Paladin_Icon.png
|caption = Holy Guardian of the Battlefield
|game = [[Chrono Odyssey]]
|type = Tank/Support/Melee DPS
|weapons = Mace & Tower Shield<br/>Lance<br/>Halberd
|armor = Heavy Armor
|resource = [[Mana]]
|role = Tank/Support/Damage Dealer
|playstyle = Defensive Combat with Holy Powers
|difficulty = Beginner-Friendly (Easy-Moderate)
|engine = [[Unreal Engine 5]]
|developer = [[Chrono Studio]] ([[NPIXEL]])
|publisher = [[Kakao Games]]
|first_playable = Closed Beta #2 (TBA) - Not available in CBT #1
}}

Notes

  • The type parameter should reflect the class's general combat style and role flexibility
  • The difficulty parameter can include descriptive terms like "Beginner-Friendly" or specific ratings
  • For first_playable, include specific dates when known, or "TBA" if not yet announced
  • Use non-breaking spaces ( ) in dates and paired items to prevent awkward line breaks
  • The template will use the page name as the class name if the name parameter is not provided

See also