Template:Ahnentafel/doc: Difference between revisions
(add template calls) |
(add example) |
||
Line 14: | Line 14: | ||
The column-specific style attributes are included after (and thus override) the generic ones, which are included after the default styles and the border thickness specified by the <code>border</code> parameter(s). | The column-specific style attributes are included after (and thus override) the generic ones, which are included after the default styles and the border thickness specified by the <code>border</code> parameter(s). | ||
=== Example === | |||
{| cellspacing="0" border="1" width="100%" | |||
!You type (in the User namespace) | |||
!You get | |||
|- | |||
| | |||
<pre> | |||
{{Ahnentafel | |||
| state = uncollapsed | |||
| 1 = Individual | |||
| 2 = Father | |||
| 3 = Mother | |||
| 4 = Father's father | |||
| 5 = Father's mother | |||
| 6 = Mother's father | |||
| 7 = Mother's mother | |||
}} | |||
</pre> | |||
| style="text-align:center; font-size:90%;" | | |||
{{Ahnentafel | |||
| state = uncollapsed | |||
| 1 = Individual | |||
| 2 = Father | |||
| 3 = Mother | |||
| 4 = Father's father | |||
| 5 = Father's mother | |||
| 6 = Mother's father | |||
| 7 = Mother's mother | |||
| demospace = user | |||
}} | |||
<includeonly> | <includeonly> |
Revision as of 08:20, 21 April 2010
![]() |
This is a documentation subpage for Template:Ahnentafel (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. |
This template takes genealogical data in the form of an ahnentafel and presents it as a graphical ancestry tree (realized as a collapsible HTML table). The template can be called using {{ahnentafel}} or {{pedigree chart}}.
The entries in the ahnentafel are given as numbered parameters to the template, and may contain arbitrary wikimarkup. In addition, the template accepts the following named parameters:
- title
- Title of the table. (default: Pedigree Chart).
- state
- Set the state of the collapsible table collapsed or uncollapsed. (default: collapsed}.
- style
- CSS style attributes to be applied to the entire table.
- boxstyle
- CSS style attributes to be applied to the boxes containing the entries.
- border
- Thickness of the borders around the boxes in pixels (default: 2).
- boxstyle_1, boxstyle_2, ...
- CSS style attributes to be applied to the boxes in a given column.
- border_1, border_2, ...
- Thickness of the borders around the boxes in a given column.
The column-specific style attributes are included after (and thus override) the generic ones, which are included after the default styles and the border thickness specified by the border
parameter(s).
Example[edit source]
You type (in the User namespace) | You get | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Ahnentafel | state = uncollapsed | 1 = Individual | 2 = Father | 3 = Mother | 4 = Father's father | 5 = Father's mother | 6 = Mother's father | 7 = Mother's mother }} |
|