Gswiki:Style guide/Creatures: Difference between revisions
Jump to navigation
Jump to search
VANKRASN39 (talk | contribs) (start full instructions for creature page) |
VANKRASN39 (talk | contribs) m (→Right Side Infoboxes: add additional fields to creature start) |
||
Line 14: | Line 14: | ||
<pre><nowiki> |
<pre><nowiki> |
||
{{Creature start |
{{Creature start |
||
⚫ | |||
| level = |
| level = |
||
| |
| family = |
||
| |
| type = |
||
⚫ | |||
⚫ | |||
| undead = |
| undead = |
||
| |
| area = |
||
| bcs = Yes <!-- All new creatures are BCS --> |
|||
| hitpoints = |
| hitpoints = |
||
⚫ | |||
}} |
}} |
||
{{Creature attack attributes <!-- Insert no immediately before parameter (e.g. nobolt =) to remove it --> |
{{Creature attack attributes <!-- Insert no immediately before parameter (e.g. nobolt =) to remove it --> |
Revision as of 16:34, 11 August 2016
This article is a work in progress!
Creature pages have two sets of templates, one on the top, one on the bottom, and specified sections in between.
Right Side Infoboxes
- Template:Creature start - Contains the start code and the basic creature attributes.
- Template:Creature attack attributes - Lists the various attack attributes, such as AS and CS.
- Template:Creature ability - Usage is {{Creature offensive attributes | <attack|bolt|ward|maneuver|ability> = {{Creature ability | <spell link> }} }}. Can be used to list both offensive and defensive spells.
- Template:Creature defense attributes - Lists DS, TD, etc. Lots of options for this one, such as {{meleeDS}}, {{boltDS}}, {{TD100}} etc.
- Template:Creature ability - Same as the link above. Usage is {{Creature defensive attributes | <defense|ability> = {{Creature ability | <spell link> }} }}. Can be used to list both offensive and defensive attributes.
- Template:Creature treasure - Attributes are coins, gems, magic items, boxes, skin, other. Not setting an attribute makes the line show with a question mark (?). Setting an attribute to no (case-sensitive) removes that line.
- Template:Creature end - Merely ends the creature template tables.
Copy/Paste Code
{{Creature start | picture = | level = | family = | type = | undead = | area = | bcs = Yes <!-- All new creatures are BCS --> | hitpoints = | asg = }} {{Creature attack attributes <!-- Insert no immediately before parameter (e.g. nobolt =) to remove it --> | physical = | bolt = | warding = | maneuver = | ability = }} {{Creature defense attributes | defense = {{creature ability|[[Melee]] |? [[Defensive strength|DS]]}} {{creature ability|[[Ranged]] |? [[Defensive strength|DS]]}} {{creature ability|[[Bolt]] |? [[Defensive strength|DS]]}} {{creature ability|[[UAC]] |? [[UDF]]}} {{creature ability|[[Bard Base]] |? [[Target defense|TD]]}} {{creature ability|[[Ranger Base]] |? [[Target defense|TD]]}} {{creature ability|[[Sorcerer Base]] |? [[Target defense|TD]]}} {{creature ability|[[Wizard Base]] |? [[Target defense|TD]]}} {{creature ability|[[Cleric Base]] |? [[Target defense|TD]]}} {{creature ability|[[Empath Base]] |? [[Target defense|TD]]}} {{creature ability|[[Paladin Base]] |? [[Target defense|TD]]}} {{creature ability|[[Major Elemental]] |? [[Target defense|TD]]}} {{creature ability|[[Minor Elemental]] |? [[Target defense|TD]]}} {{creature ability|[[Major Spiritual]] |? [[Target defense|TD]]}} {{creature ability|[[Minor Spiritual]] |? [[Target defense|TD]]}} {{creature ability|[[Major Mental]] |? [[Target defense|TD]]}} {{creature ability|[[Minor Mental]] |? [[Target defense|TD]]}} }} {{Creature treasure | coins = | magic items = | gems = | boxes = | other = | skin = | nobox = | noskinvalue = }} {{Creature end}}