mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-11 14:06:24 +10:00
13 lines
206 B
Plaintext
13 lines
206 B
Plaintext
h1 = person.full_name
|
|
|
|
- if person.chinese_name
|
|
h1 = person.chinese_name
|
|
|
|
- if person.pinyin_name
|
|
h2 = person.pinyin_name
|
|
|
|
- if person.preferred_name
|
|
h2
|
|
i = person.preferred_name
|
|
|
|
p = person.email |