Templat:Pohon keluarga/doc

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

Templat pohon keluarga digunakan untuk membuat silsilah. Templat ini berasal dari templat Familytree di Wikipedia Bahasa Inggris.

Contoh Kegunaan[sunting sumber]

Ini kode:

{{familytree/start |summary=I have a brother Joe and a little sister: my mom married my dad, and my dad's parents were Grandma and Grandpa; they had another child, Aunt Daisy.}}
{{familytree | | | | N |~|y|~| K | | N=Gladys|K=Sydney}}
{{familytree | | | | | | | |)|-|-|-|.| }}
{{familytree | | | M |y| P | | B | M=Mama|P=Papa|B=[[Bibi Daisy]]}}
{{familytree | |,|-|-|-|+|-|-|-|.| | | }}
{{familytree | KL | | S | | AP | | | KL=Kakak laki-laki saya|S='''Saya!'''|SIS=Adik perempuan saya}}
{{familytree/end}}

Ini prosedur:

 
 
 
Gladys
 
 
 
Sydney
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Mama
 
Papa
 
Bibi Daisy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Joe
 
SAYA!
 
Susi
 
 


Parameter[sunting sumber]

The |summary=text parameter of the {{familytree/start}} template should be used to describe the overall layout of the tree. This summary is for accessibility: it is read aloud to visually impaired readers who use screen readers, and is invisible to sighted readers.

The {{familytree}} template produces one row in a family tree table. The template accepts up to 80 unnamed parameters describing the contents of the table. Each parameter specifies a tile or a box.

  • Tiles are line drawing symbols consisting of horizontal and vertical lines and various corners and crossings thereof. Tiles are specified using single-character symbols that more or less approximate the shape of the tile in appearance. A special case of a tile is the empty tile, specified by a single space character. A table of supported tiles is given below.
Garis sambung:
,
 
 
 
 
v
 
 
 
.
 
 
 
)
 
 
 
+
 
 
 
 
(
 
 
 
`
 
 
 
^
 
 
 
'
 
 
 
-
 
 
!
 
 
 
Garis putus:
F
 
 
 
 
V
 
 
 
7
 
 
 
D
 
 
 
%
 
 
 
 
C
 
 
 
L
 
 
 
A
 
 
 
J
 
 
 
~
 
 
:
 
 
 
Campuran (1):
r
 
 
 
 
y
 
 
 
n
 
 
 
]
 
 
 
#
 
 
 
 
[
 
 
 
c
 
 
 
h
 
 
 
j
 
 
 
~
 
 
!
 
 
 
Campuran (2):
p
 
 
 
 
u
 
 
 
q
 
 
 
}
 
 
 
*
 
 
 
 
{
 
 
 
b
 
 
 
t
 
 
 
d
 
 
 
-
 
 
:
 
 
 
Misc.:
T
 
 
 
 
G
 
 
 
 
X
 
 
 
 
K
 
 
 
k
 
 
 
U
 
 
 


  • Boxes can contain arbitrary wiki markup. The contents of boxes are specified using additional named parameters appended to the template call. Each box is three tiles wide and normally has a 2 pixels wide black border. Boxes can have any name that is a valid template parameter name, although single character names should be avoided to prevent conflicts with tile symbols.

Gaya atribut[sunting sumber]

The appearance of the boxes may be controlled by the optional template parameters border and boxstyle. The former sets the width of the box border in pixels, while the latter can be used to append arbitrary CSS declarations directly to the box style attributes. Contoh,

Kode:

{{familytree/start |summary=Kotak 1 menikah Kotak 2, dengan anak Kotak 3 dan Kotak 4}}
{{familytree|border=0|boxstyle=background:#dfd;| | FOO |y| BAR | |FOO=Kotak 1|BAR=Kotak 2}}
{{familytree|border=0|boxstyle=background:#dfd;| | |,|-|^|-|.| | }}
{{familytree|border=0|boxstyle=background:#dfd;| | FOO | | BAR | |FOO=Kotak 3|BAR=Kotak 4}}
{{familytree/end}}
</nowiki>

Produser:

 
Kotak 1
 
Kotak 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Kotak 3
 
Kotak 4
 


Menambahkan warna latar belakang ke kotak, contoh:

Kode:

{{familytree/start |Kotak Putih dengan tiga anak kotak merah, kotak hijau, kotak biru, semuanya menikah satu sama lain}}
{{familytree| | | | |P| | | | |P=Kotak putih}}
{{familytree| |,|-|-|'|!|`|-|-|.| }}
{{familytree|M |~|H|~|B |M=Kotak merah|H=Kotak hijau|B=Kotak biru
|boxstyle_M =background-color: #faa;
|boxstyle_H =background-color: #afa;
|boxstyle_B =background-color: #aaf;
}}
{{familytree/end}}

Produser:

 
 
 
 
Kotak putih
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Kotak merah
 
Kotak hijau
 
Kotak biru
 
 


NOTE: When specifying style attributes for individual named boxes, make sure the box names are aligned to the left side of area reserved for them in the template call (as in "|RED  |" instead of "| RED |" in the example above). Otherwise the template will end up looking for a style parameter with spaces in its name.

The {{familytree/start}} template also accepts an optional style parameter that can be used to set CSS styles for the entire table.

Lihat juga[sunting sumber]