De/t/registrierung eigenschaften

From Wiki
< De‎ | t
Jump to: navigation, search

De/t/registrierung eigenschaften is Germany's version of the general registration properties template. It sets registration properties for the transcluding page (always a top-level user page). It also adds the page to Category:Registrant. It is mainly for the use of area-specific registration templates, such as DD/t/eintragen.

The registration properties are rendered as a series of table rows (tr). In each row, the table cell (td) that specifies the property value is formally identified by the name of the property itself (for benefit of client-side scripts). For example:

<tr>
   <th><a href="/w/Property:Area">Area of residence</a></th>
   <td id="regpArea"><a href="/w/DD">DD</a></td>
   </tr>

Usage

All registration properties are optional.

Example

<table>
  {{registrierung eigenschaften
   | area = DD
   | plz = 01097
   }}
  </table>