1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
|
# Contact template for khard version 0.11.0
#
# Use this yaml formatted template to create a new contact:
# either with: khard new -a address_book -i template.yaml
# or with: cat template.yaml | khard new -a address_book
# name components
# every entry may contain a string or a list of strings
# format:
# First name : name1
# Additional :
# - name2
# - name3
# Last name : name4
Prefix :
- Prof.
- Dr.
First name : Mark
Additional :
- Stephe
- Tom
Last name : Schröder
Suffix : II
# person related information
#
# birthday
# Formats:
# vcard 3.0 and 4.0: yyyy-mm-dd or yyyy-mm-ddTHH:MM:SS
# vcard 4.0 only: --mm-dd or text= string value
Birthday : 1992-12-21
# nickname
# may contain a string or a list of strings
Nickname :
- several
- nicknames
# organisation
# format:
# Organisation : company
# or
# Organisation :
# - company1
# - company2
# or
# Organisation :
# -
# - company
# - unit
Organisation :
-
- Company1
- Sub-Company1
- Company2
# organisation title and role
# every entry may contain a string or a list of strings
#
# title at organisation
# example usage: research scientist
Title :
- research scientist
- Manager
# role at organisation
# example usage: project leader
Role :
- CEO
- CTO
# phone numbers
# format:
# Phone:
# type1, type2: number
# type3:
# - number1
# - number2
# custom: number
# allowed types:
# vcard 3.0: At least one of bbs, car, cell, fax, home, isdn, msg, modem,
# pager, pcs, pref, video, voice, work
# vcard 4.0: At least one of home, work, pref, text, voice, fax, cell, video,
# pager, textphone
# Alternatively you may use a single custom label (only letters).
# But beware, that not all address book clients will support custom labels.
Phone :
cell, pref : 0161 99999999
work :
- 090 11122200
- 090 33344400
- 090 55566600
# email addresses
# format like phone numbers above
# allowed types:
# vcard 3.0: At least one of home, internet, pref, work, x400
# vcard 4.0: At least one of home, internet, pref, work
# Alternatively you may use a single custom label (only letters).
Email :
home :
work : mark@example.com
pref : mark@example.org
# post addresses
# allowed types:
# vcard 3.0: At least one of dom, intl, home, parcel, postal, pref, work
# vcard 4.0: At least one of home, pref, work
# Alternatively you may use a single custom label (only letters).
Address :
Custom :
Box :
Extended :
Street : Riverlane 1
Code : 99A99
City : A City
Region : Region
Country : Country
home :
-
Extended : 1st Floor
Street : Main street 1
Code : 12345
City : Another City
-
Extended :
Street : |
Market Street 1
33333 City
Region, Country
Code :
City :
# categories or tags
# format:
# Categories : single category
# or
# Categories :
# - category1
# - category2
Categories :
-
- cat1
- cat2
- cät3
- one more
# web pages
# may contain a string or a list of strings
Webpage :
- http://example.com
- https://example.org
# private objects
# define your own private objects in the vcard section of your khard.conf file
# these objects are stored with a leading "X-" before the object name in the
# vcard files.
# every entry may contain a string or a list of strings
Private :
Jabber :
- jabber1
- jabber2
Skype :
- skype1
- skype2
Twitter :
- twitter1
- twitter2
- twitter3
# notes
# may contain a string or a list of strings
# for multi-line notes use:
# Note : |
# line one
# line two
Note :
- single line note with emoji 🍵
- |
multi-line
note
|