De/t/registrierung eigenschaften
From Wiki
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.
<table>
{{registrierung eigenschaften
| area = the local area of residence.
| areaTitle = Property:Display title of the area.
| plz = the postleitzahl (PLZ) of the registrant's primary
residence. The value will be assigned to Property:Geohandle.
}}
</table>
Example
<table>
{{registrierung eigenschaften
| area = DD
| plz = 01097
}}
</table>