Difference between revisions of "User:Evon R'al/Sandbox template/doc"
From EVE University Wiki
(Changed "ship class" to "ship type" to make language more uniform; checked grammar; change "the NPC" to "an NPC"; added a few explanations) |
m (Coding and testing.) |
||
Line 4: | Line 4: | ||
; Dependencies: | ; Dependencies: | ||
:; Requires | :; Requires | ||
− | :: {{T|NPCTableCSS}} is required only once per page where there's at least one NPCTable. | + | :: {{T|NPCTableCSS}} is required only <em>once</em> per page where there's at least one NPCTable. It is included into {{T|CMBSiteInfo}} and {{T|CMBSite}}(deprcated), so when one of those is used there is no need to add it separately. |
:: {{T|NPCTableHead}} | :: {{T|NPCTableHead}} | ||
Line 12: | Line 12: | ||
:: type, count and name are anonymous (positional) parameters and must be ordered as written. | :: type, count and name are anonymous (positional) parameters and must be ordered as written. | ||
::; type : sets the [[NPC naming conventions|type and size]] of an NPC ship or structure. It is displayed as the ships bracket icon and type. A prefix can be added to control the brackets color. See the tables for valid options. | ::; type : sets the [[NPC naming conventions|type and size]] of an NPC ship or structure. It is displayed as the ships bracket icon and type. A prefix can be added to control the brackets color. See the tables for valid options. | ||
− | {| class= "wikitable collapsible collapsed" style="text-align: center;" | + | {| class= "wikitable collapsible collapsed" style="margin-left: 4em; text-align: center;" |
|+ Ships | |+ Ships | ||
|- | |- | ||
− | ! rowspan= 2 style="min-width: 12em;" | Name || colspan= 3 | Prefix | + | ! rowspan= 2 style="min-width: 12em;" | Name || colspan= 3 | Prefix |
|- | |- | ||
| ''none'' || Neutral || Friendly | | ''none'' || Neutral || Friendly | ||
Line 48: | Line 48: | ||
|- | |- | ||
| style="text-align: left;" | Overseer Cruiser || [[image:icon_red_cruiser.png|16px|link=|Overseer Cruiser]] || [[image:icon_white_cruiser.png|16px|link=|Overseer Cruiser]] || [[image:icon_blue_cruiser.png|16px|link=|Overseer Cruiser]] | | style="text-align: left;" | Overseer Cruiser || [[image:icon_red_cruiser.png|16px|link=|Overseer Cruiser]] || [[image:icon_white_cruiser.png|16px|link=|Overseer Cruiser]] || [[image:icon_blue_cruiser.png|16px|link=|Overseer Cruiser]] | ||
− | |||
− | |||
|- | |- | ||
| style="text-align: left;" | Battlecruiser || [[image:icon_red_battlecruiser.png|16px|link=|Battlecruiser]] || [[image:icon_white_battlecruiser.png|16px|link=|Battlecruiser]] || [[image:icon_blue_battlecruiser.png|16px|link=|Battlecruiser]] | | style="text-align: left;" | Battlecruiser || [[image:icon_red_battlecruiser.png|16px|link=|Battlecruiser]] || [[image:icon_white_battlecruiser.png|16px|link=|Battlecruiser]] || [[image:icon_blue_battlecruiser.png|16px|link=|Battlecruiser]] | ||
Line 69: | Line 67: | ||
| style="text-align: left;" | Sentry || [[image:icon_red_tower.png|16px|link=|Sentry]] || [[image:icon_bracket_tower.png|16px|link=|Sentry]] || [[image:icon_blue_tower.png|16px|link=|Sentry]] | | style="text-align: left;" | Sentry || [[image:icon_red_tower.png|16px|link=|Sentry]] || [[image:icon_bracket_tower.png|16px|link=|Sentry]] || [[image:icon_blue_tower.png|16px|link=|Sentry]] | ||
|} | |} | ||
− | {| class="wikitable collapsible collapsed" | + | {| class="wikitable collapsible collapsed" style="margin-left: 4em;" |
|+ Structures | |+ Structures | ||
|- | |- | ||
Line 110: | Line 108: | ||
:; count : The number of NPCs of that type. This is often a range, so feel free to use number ranges (e.g. <code>10-12</code>). | :; count : The number of NPCs of that type. This is often a range, so feel free to use number ranges (e.g. <code>10-12</code>). | ||
− | :; name : The NPC's name. Consolidate ships of the same type into a single line (e.g. <code>Coreli Watchman/Patroller</code>). If there are a large number of different ship types, list the most common three or four types followed by an ellipsis (e.g. <code>Corelum Chief Guard/Defender/Protector/...</code>). | + | :; name : The NPC's name. Consolidate ships of the same type into a single line (e.g. <code>Coreli Watchman/Patroller</code>). If there are a large number of different ship types, list the most common three or four types followed by an ellipsis (e.g. <code>Corelum Chief Guard/Defender/Protector/...</code>). It is however perfectly fine to use a separate row to make it clear which ship type is using EWAR or triggers an action. |
:; point : If an NPC has a [[Warp Disruptor]], set to <code>point= yes</code> or <code>point= point</code>. If an NPC uses a [[Warp Scrambler]] (shuts off [[MWD]] and stops [[MJD]]) you can specify <code>point= scram</code>. | :; point : If an NPC has a [[Warp Disruptor]], set to <code>point= yes</code> or <code>point= point</code>. If an NPC uses a [[Warp Scrambler]] (shuts off [[MWD]] and stops [[MJD]]) you can specify <code>point= scram</code>. | ||
:; ewar | :; ewar | ||
:; ewar2 | :; ewar2 | ||
:; ewar3 : Type of [[electronic warfare]] used by an NPC. Displayed as an icon | :; ewar3 : Type of [[electronic warfare]] used by an NPC. Displayed as an icon | ||
− | {| class="wikitable" | + | {| class="wikitable" style="margin-left: 4em;" |
|+ EWAR codes | |+ EWAR codes | ||
|- | |- |
Revision as of 16:30, 1 June 2023
- Description
- This template is used to create a content row in NPCTable.
- Dependencies
-
- Requires
- {{NPCTableCSS}} is required only once per page where there's at least one NPCTable. It is included into {{CMBSiteInfo}} and {{CMBSite}}(deprcated), so when one of those is used there is no need to add it separately.
- {{NPCTableHead}}
- Syntax
- {{NPCTableRow|<type>|<count>|<name>|<ewar= ewar>|<ewar2= ewar>|<ewar3= ewar>|<cargo= cargo>|<drop= drop>|<trigger= trigger>|<note= notes>}}
- Parameters
- type, count and name are anonymous (positional) parameters and must be ordered as written.
- type
- sets the type and size of an NPC ship or structure. It is displayed as the ships bracket icon and type. A prefix can be added to control the brackets color. See the tables for valid options.
Code | Icon |
---|---|
Acceleration Gate | |
Agent | |
Asteroid | |
Asteroid Field | |
Beacon | |
Billboard | |
Container | |
Red Container | |
Force Field | |
Gas Cloud | |
Hackable | |
Hangar Array | |
Station | |
Stargate | |
Structure | |
Tower | |
Wormhole |
- count
- The number of NPCs of that type. This is often a range, so feel free to use number ranges (e.g.
10-12
). - name
- The NPC's name. Consolidate ships of the same type into a single line (e.g.
Coreli Watchman/Patroller
). If there are a large number of different ship types, list the most common three or four types followed by an ellipsis (e.g.Corelum Chief Guard/Defender/Protector/...
). It is however perfectly fine to use a separate row to make it clear which ship type is using EWAR or triggers an action. - point
- If an NPC has a Warp Disruptor, set to
point= yes
orpoint= point
. If an NPC uses a Warp Scrambler (shuts off MWD and stops MJD) you can specifypoint= scram
. - ewar
- ewar2
- ewar3
- Type of electronic warfare used by an NPC. Displayed as an icon
Type | Code | Icon |
---|---|---|
ECM/Jamming | ECM | |
Tracking disruption | TD | |
Guidance disruption | GD | |
Sensor dampening | Damp | |
Target painting | TP | |
Stasis webifier | Web | |
Energy neutralization ("neut") | Neut |
- drop
- If an NPC leaves behind notable loot (e.g. T1 ammo, a trade good), note it here. A dull icon will be created.
- cargo
- If an NPC leaves behind valuable loot (e.g. faction modules, tech 2 salvage), note it here. A shiny icon will be created.
- trigger
- If destroying an NPC causes an action (acceleration gates get unlocked, a new wave of enemies spawn, etc), use this parameter.
- note
- Use to describe important information about an NPC (for instance, an NPC deals extremely high damage, is able to self-repair themselves quickly, ...).
- Sample
{{NPCTableHead|Initial defenders}}
{{NPCTableRow|Friendly Barge|1|Digger|drop= lots of stuff}}
{{NPCTableRow|Cruiser|1|Warship|point= yes|eawr= Web|ewar2= TD|note= bla, bla, bla|trigger= Mission complete|cargo= Expensive stuff}}
|}
- gives...
Initial defenders
WD | EWAR | L
| ||
---|---|---|---|---|
1 x Friendly Barge Digger | ||||
1 x Cruiser Warship |
- See also