Template:Props/doc: Difference between revisions
Jump to navigation
Jump to search
imported>David Yamakuchi mNo edit summary |
imported>David Yamakuchi mNo edit summary |
||
Line 1: | Line 1: | ||
== Template Usage == | == Template Usage == | ||
Use {{tl|Props}} to display a table of all properties listed in (((Material)))/Properties/List | Use {{tl|Props}} to display a table of all properties listed in (((Material)))/Properties/List | ||
<pre> | So for instance...<br /><br /> | ||
{{Props|Material= | The properties that are listed at [[Iron/Properties/List]] are: | ||
<pre>Atomic symbol | |||
Atomic number | |||
Atomic mass | |||
etc..</pre> | |||
so that when we say: | |||
<pre>{{Props|Material=Iron}} | |||
</pre> | </pre> | ||
we get: | |||
{{Props|Material= | {{Props|Material=Iron}} | ||
Notice that the items on the list that do not have corresponding pages do not appear in the table. For a property to appear in the table, it must be both included on the list and have a corresponding property page to get the data from. Since [[Iron/Atomic number]] is a valid page, it returns the value that is displayed in the table. [[Iron/Molecular formula]] is not, and so does not appear. |
Revision as of 16:19, 27 June 2008
Template Usage
Use {{Props}} to display a table of all properties listed in (((Material)))/Properties/List
So for instance...
The properties that are listed at Iron/Properties/List are:
Atomic symbol Atomic number Atomic mass etc..
so that when we say:
{{Props|Material=Iron}}
we get:
Properties of Iron | ||
Atomic_symbol: | Fee | |
Atomic number: | 26e | |
Atomic mass: | 55.845(2)e | |
Standard phase: | Solide | |
Elemental Class: | Transition metale | |
Electronegativity: | 1.83e | |
Melting point: | 1,538 °C e | |
Boiling point: | 2,861 °C e | |
Note: Please see template {{Props}} for instructions on adding new properties of Iron to this table. |
Notice that the items on the list that do not have corresponding pages do not appear in the table. For a property to appear in the table, it must be both included on the list and have a corresponding property page to get the data from. Since Iron/Atomic number is a valid page, it returns the value that is displayed in the table. Iron/Molecular formula is not, and so does not appear.