Difference between revisions of "User:12Me21"
(m) |
|||
Line 5: | Line 5: | ||
-Properties (tmp, ctype, etc.) | -Properties (tmp, ctype, etc.) | ||
− | |||
+ | *Reaction format: | ||
+ | **reactant + reactant → product + product | ||
+ | **(To type the arrow, hold ALT and type 2 6 on the number pad, then release ALT.) | ||
− | + | *All elements in reactions will be MaterialBtn's: | |
+ | **{{MaterialBtn | EQVE}} <nowiki>{{MaterialBtn | EQVE}}</nowiki> | ||
+ | *If pressure or gravity is created, it will be shown as a reactant | ||
+ | **5 pressure | ||
− | + | *If one of the reactants is not consumed in the reaction, it will be in parenthesis: | |
+ | **{{MaterialBtn | FUSE}} + ({{MaterialBtn | SPRK}}) -> {{MaterialBtn | PLSM}} | ||
− | {{MaterialBtn | | + | *If one of the reactants needs a certain temp, pressure, or other property, it will be in parenthesis after the reactant: |
+ | **{{MaterialBtn | FSEP}}(temp > {{Temperature|t=973.15}}) -> {{MaterialBtn | PLSM}} | ||
+ | **For temperature, use <nowiki>{{Temperature|t=973.15}}</nowiki>, where t is the temp in kelvin. It will show up as {{Temperature|t=973.15}} | ||
+ | *If one of the reactants sets a property that is VERY IMPORTANT for other reactions, it can be listed in parenthesis after the reactant: | ||
+ | **(HYGN+OXYG->WATR reaction) Example coming soon. | ||
− | + | *Any additional information about the reaction will be in parenthesis after the reaction: | |
− | + | **{{MaterialBtn | HYGN}}(pressure > 8) + ({{MaterialBtn | DESL}}) -> {{MaterialBtn | WATR}} + {{MaterialBtn | OIL}} (This reaction rarely occurs because DESL explodes at pressures above 5) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | Any additional information about the reaction will be in parenthesis after the reaction: | ||
− | |||
− | {{MaterialBtn | HYGN}}(pressure > 8) + ({{MaterialBtn | DESL}}) -> {{MaterialBtn | WATR}} + {{MaterialBtn | OIL}} (This reaction rarely occurs because DESL explodes at pressures above 5) | ||
There will be up to 3 reaction sections, depending on which element's code the reaction is in, etc. | There will be up to 3 reaction sections, depending on which element's code the reaction is in, etc. | ||
− | + | * Reactions: The reactions in the code of the element that the page is about | |
− | + | * Other Elements' Reactions: reactions that are in the code of other elements | |
− | + | * Reactions that produce the element that the page is about (this overrides section 2) | |
− | |||
Line 51: | Line 39: | ||
Only show properties that the element uses (be careful) | Only show properties that the element uses (be careful) | ||
only show temp when it does something different (changes color, affects another property, etc.) | only show temp when it does something different (changes color, affects another property, etc.) | ||
+ | |||
+ | |||
+ | Important templates: | ||
+ | *[[Template:Temperature|Temperature]] | ||
+ | **<nowiki>{{Temperature| t=(temp in kelvin)}}</nowiki> | ||
+ | **Converts the temp to Celsius, and shows Kelvin and Fahrenheit when pointed at. | ||
+ | **<nowiki>{{Temperature| t=0}}</nowiki> = {{Temperature| t=0}} | ||
+ | *[[Template:MaterialBtn|MaterialBtn]] | ||
+ | **<nowiki>{{MaterialBtn| (element)}}</nowiki> | ||
+ | **Shows the element's in-game icon, and links to the article. | ||
+ | **Only use this for lists and reactions. | ||
+ | **<nowiki>{{MaterialBtn| PSCN}}</nowiki> = {{MaterialBtn| PSCN}} |
Latest revision as of 18:06, 4 November 2015
Element Page Format:
-General description, uses, etc. -Reactions (see below) -Properties (tmp, ctype, etc.)
- Reaction format:
- reactant + reactant → product + product
- (To type the arrow, hold ALT and type 2 6 on the number pad, then release ALT.)
- If pressure or gravity is created, it will be shown as a reactant
- 5 pressure
- If one of the reactants needs a certain temp, pressure, or other property, it will be in parenthesis after the reactant:
- If one of the reactants sets a property that is VERY IMPORTANT for other reactions, it can be listed in parenthesis after the reactant:
- (HYGN+OXYG->WATR reaction) Example coming soon.
- Any additional information about the reaction will be in parenthesis after the reaction:
There will be up to 3 reaction sections, depending on which element's code the reaction is in, etc.
- Reactions: The reactions in the code of the element that the page is about
- Other Elements' Reactions: reactions that are in the code of other elements
- Reactions that produce the element that the page is about (this overrides section 2)
Properties:
Only show properties that the element uses (be careful)
only show temp when it does something different (changes color, affects another property, etc.)
Important templates:
- Temperature
- {{Temperature| t=(temp in kelvin)}}
- Converts the temp to Celsius, and shows Kelvin and Fahrenheit when pointed at.
- {{Temperature| t=0}} = -273.15°C
- MaterialBtn