Usage
Simple
{{Head
| name =
| type =
| quote =
| speaker =
| quotesource =
| stub =
| class =
}}
Complex
{{Head
| name =
| type =
| quote =
| speaker =
| quotesource =
| stub =
| featured =
| protected =
| class =
| unreleased =
| for =
| for1 =
| for2 =
| for3 =
}}
Types
- Character - A character in a video game.
- Location - A location in a video game or real life.
- Item - An item or object in a video game.
- Person - A real life person, not a video game character.
- System - A gaming system.
- Accessory - A game system accessory.
- Game - A video game.
- Minigame - minigames form part of the video game as a whole.
- Species - A species of character or enemy in a video game.
- Organization - A real life organization.
- Company - A real life company.
- Product - A product, not a game system accessory.
- Fan Website - A fan website.
- Attack - An attack, move, skill, etc. in a video game, not an ability.
- Group - A group of characters or an organization in a video game.
- Event - An event in real life or in a video game.
- Year - A real life year.
- Terminology - A video game related term.
- Magazine - A magazine.
- Class - A class, job, etc. organizing characters in a video game, not species.
- Series - A video game series.
- Chapter - A chapter, section, etc. in a video game.
- Ability - An ability in a video game, not an attack.
- Mode - A part of the game that has a unique playstyle, not limited by the plot
- Other - Anything not covered by other article types.
Dependencies
Templates
CSS
MediaWiki:Monobook.css
.classbox {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-icab-border-radius: 10px;
-o-border-radius: 10px;
}
.oasisclassbox {
visibility:hidden;
}
MediaWiki:Wikia.css
.classbox {
right: 1187px;
top: 400px;
width:28px;
position: fixed;
}
.monobookclassbox {
visibility:hidden;
}
Verbatim Pages
MediaWiki:Classbox
<head>
<style>
.classbox {
display: block;
}
</style>
</head>