User Tools

Site Tools


building:standards

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
building:standards [2019/04/03 20:07]
Mavrixio
building:standards [2019/04/03 20:15]
Mavrixio
Line 4: Line 4:
 All tags must follow the following rules: All tags must follow the following rules:
   - Use all upper case characters   - Use all upper case characters
-  - Start by their object type prefix:  +  - Start by their object type prefix: ​<​WRAP>​ 
-^Object Type^Tag Prefix^ + 
-|asdf|asdf+^ Object Type ^ Tag Prefix ^ 
-  - test+|Area|A_| 
 +|Creature|C_| 
 +|Door|DR_| 
 +|Encounters|E_| 
 +|Item|I_| 
 +|Merchant/​Store|M_| 
 +|Placeable|P_| 
 +|Trigger/​Transition|T_| 
 +|Waypoint|WP_| 
 + 
 +</​WRAP>​ 
 +  - The object type prefix must be followed by the [[https://​sinfar.net/​building/​devsite#​erfsresources_prefix|ERF prefix]] from which the object come from and ideally the full Blueprint (remember, that Blueprints already always start by their ERF prefix) 
 + 
 +A proper Tag looks like this: DR_JJ_DOOR_TO_LANDING 
 +\\ 
 +DR_ = Tag-code \\ 
 +JJ_ = Prefix of module \\ 
 +DOOR_TO_LANDING = actual name of the door \\
building/standards.txt · Last modified: 2019/04/03 20:17 by Mavrixio

phpBB Appliance - Powered by TurnKey Linux