Difference between revisions of "Template:Infobox Element"
(<pre>) |
(Add more example properties, <pre> in the correct place, fix link to Element:STKM) |
||
Line 79: | Line 79: | ||
}} above {{{highpressure}}} pressure | }} | }} above {{{highpressure}}} pressure | }} | ||
| header40 = {{#if: {{#pos:{{{properties|}}} | PROP_}} | Misc properties |}} | | header40 = {{#if: {{#pos:{{{properties|}}} | PROP_}} | Misc properties |}} | ||
− | | data46 = {{#if: {{#pos:{{{properties|}}}|PROP_CONDUCTS}} | Conducts electricity ( | + | | data46 = {{#if: {{#pos:{{{properties|}}}|PROP_CONDUCTS}} | Conducts electricity ({{Material | SPRK}}) {{#ifeq: {{{nocat|0}}} | 0 | [[Category:Conductive]] | }} | }} |
| data47 = {{#if: {{#pos:{{{properties|}}}|PROP_NEUTPENETRATE}} | Mangled by neutrons | }} | | data47 = {{#if: {{#pos:{{{properties|}}}|PROP_NEUTPENETRATE}} | Mangled by neutrons | }} | ||
| data48 = {{#if: {{#pos:{{{properties|}}}|PROP_NEUTABSORB}} | Absorbs neutrons | }} | | data48 = {{#if: {{#pos:{{{properties|}}}|PROP_NEUTABSORB}} | Absorbs neutrons | }} | ||
| data49 = {{#if: {{#pos:{{{properties|}}}|PROP_NEUTPASS}} | Allows neutrons to pass through | }} | | data49 = {{#if: {{#pos:{{{properties|}}}|PROP_NEUTPASS}} | Allows neutrons to pass through | }} | ||
− | | data50 = {{#if: {{#pos:{{{properties|}}}|PROP_DEADLY}} | Harmful to | + | | data50 = {{#if: {{#pos:{{{properties|}}}|PROP_DEADLY}} | Harmful to {{Material | STKM}} | }} |
− | | data51 = {{#if: {{#pos:{{{properties|}}}|PROP_RADIOACTIVE}} | Radioactive, harmful to | + | | data51 = {{#if: {{#pos:{{{properties|}}}|PROP_RADIOACTIVE}} | Radioactive, harmful to {{Material | STKM}} | }} |
}} | }} | ||
{{#ifeq: {{{nocat|0}}} | 0 | [[Category:Elements]] | }} | {{#ifeq: {{{nocat|0}}} | 0 | [[Category:Elements]] | }} | ||
Line 94: | Line 94: | ||
Example: | Example: | ||
− | < | + | <pre><nowiki>{{ infobox Element |
| icon = ASDF.png | | icon = ASDF.png | ||
| longname = | | longname = | ||
Line 122: | Line 122: | ||
| temperature = 2564.15 | | temperature = 2564.15 | ||
| weight = 85 | | weight = 85 | ||
− | | properties = TYPE_PART PROP_LIFE_DEC PROP_LIFE_KILL_DEC | + | | properties = TYPE_PART PROP_LIFE_DEC PROP_LIFE_KILL_DEC PROP_CONDUCTS PROP_NEUTPENETRATE PROP_DEADLY |
| lowtemperature = 1234 | | lowtemperature = 1234 | ||
| lowtemperaturetransition = DUST | | lowtemperaturetransition = DUST | ||
Line 131: | Line 131: | ||
| highpressure = | | highpressure = | ||
| highpressuretransition = | | highpressuretransition = | ||
− | }}</ | + | }}</nowiki></pre> |
which gives | which gives | ||
Line 164: | Line 164: | ||
| temperature = 2564.15 | | temperature = 2564.15 | ||
| weight = 85 | | weight = 85 | ||
− | | properties = TYPE_PART PROP_LIFE_DEC PROP_LIFE_KILL_DEC | + | | properties = TYPE_PART PROP_LIFE_DEC PROP_LIFE_KILL_DEC PROP_CONDUCTS PROP_NEUTPENETRATE PROP_DEADLY |
| lowtemperature = 1234 | | lowtemperature = 1234 | ||
| lowtemperaturetransition = DUST | | lowtemperaturetransition = DUST |
Revision as of 14:36, 6 October 2014
Infobox for displaying various element properties.
Most of them should be passed exactly as in the source code. However, the properties parameter should be space separated (so remove the pipes). Example: TYPE_LIQUID PROP_CONDUCTS PROP_NEUTPENETRATE PROP_LIFE_DEC
Example:
{{ infobox Element | icon = ASDF.png | longname = | image = | identifier = DEFAULT_PT_ASDF | name = ASDF | description = Very light dust. Flammable. | colour = FFE0A0 | menusection = SC_POWDERS | menuvisible = 1 | advection = 0.7 | airdrag = 0.02 | airloss = 0.96 | loss = 0.8 | collision = 0 | diffusion = 0 | explosive = 0 | falldown = 1 | flammable = 10 | gravity = 0.1 | hardness = 30 | heatconduct = 70 | hotair = 0 | meltable = 0 | state = ST_SOLID | temperature = 2564.15 | weight = 85 | properties = TYPE_PART PROP_LIFE_DEC PROP_LIFE_KILL_DEC PROP_CONDUCTS PROP_NEUTPENETRATE PROP_DEADLY | lowtemperature = 1234 | lowtemperaturetransition = DUST | hightemperature = 5678 | hightemperaturetransition = special | lowpressure = | lowpressuretransition = | highpressure = | highpressuretransition = }}
which gives
Properties | |
---|---|
Section | Powders |
Spawn temperature | 2291°C |
Heat Conductivity | 28% |
Relative weight | 85 |
Gravity | 0.1 |
Acid dissolve rate | 3% |
Flammability | 10 |
State | Powder |
Transitions | |
Low temperature | below 960.85°C |
High temperature | transition occurs above 5404.85°C |
Misc properties | |
Conducts electricity (SPRK) | |
Mangled by neutrons | |
Harmful to STKM | |
Source code |