姓氏:
{{parseContent.LastName}}
性别:
{% if parseContent.Gender == "female" %}女{% else %}男{% endif %}
出生时间:
农历 {{born.LunarDate()}}{{bazi.ShiChen}}
公历 {{born.Solar().Time().Format("2006年01月02日 15时04分")}}
生肖:
{{zodiac.Name}}
出生方位:
{{parseContent.PositionName}}
出生时辰:
{{bazi.ShiChen}}
姓名形式:
{% if parseContent.NameType == "single" %}单字名{% elif parseContent.NameType == "overlap" %}叠字名{% else %}双字名{% endif %},推荐用名:{{firstName}}
姓名来源:
{{parseContent.SourceName}}
得分前20个取名结果
-
{% for item in firstList %}
- {{item}} {% endfor %}
姓氏解释
{{parseContent.LastName}}系您指定的姓氏用字。从生肖上看,生肖为{{zodiac.Name}}。
{% for item in lastChar %}
{{item.Ch}}的五行属{{item.WuXing}},偏旁部首为{{item.Radical}},{% if item.Stroke %}笔画为{{item.Stroke}}画,{% endif %}取名科学计算笔画为{{item.ScienceStroke}}画,康熙字典对应的字为{{item.KangXi}}。
{% endfor %}
{{surname.Description}}
八字用字分析
{{bazi.String()|safe}}
生肖用字分析
宝宝生肖属相为{{zodiac.Name}},起名宜有{{zodiac.GetXiRadical()}}等部首为吉,增加宝宝运势,以保万事顺利。
五格用字分析
姓氏
{% for item in lastChar %}
{{item.Ch}}的五行属性是{{item.WuXing}},偏旁部首为{{item.Radical}},{% if item.Stroke %}笔画为{{item.Stroke}}画,{% endif %}取名科学计算笔画为{{item.ScienceStroke}}画{% if ch.KangXi %},康熙字典对应的字为{{ch.KangXi}}{% endif %},
{% endfor %}
起名宜用三才配置佳,五格笔划组合85分以上的字来起名。
星座分析
宝宝的星座为{{star.Title}},起名宜{{star.Advantage}}等名字性格起名为吉,弥补宝宝性格缺点。
周易用字分析
根据周易卦象,起名宜用{{guaMing}}等周易卦象起名为吉。
| 卦象 | 本卦 | 变卦 | 互卦 | 错卦 | 综卦 |
|
{% for i in "01234"|make_list %}
{% set gua = baGua.Get(forloop.Counter-1) %}
|
{% endfor %}
生辰八字起名分析详解
| 出生公历 | {{born.Solar().Time().Format("2006年")}} | {{born.Solar().Time().Format("01月")}} | {{born.Solar().Time().Format("02日")}} | {{born.Solar().Time().Format("15时")}} |
| 出生农历 | {{lunarDate.Year}} | {{lunarDate.Month}} | {{lunarDate.Day}} | {{bazi.ShiChen}} |
| 八字 | {{bazi.GetBaZi(0)}} | {{bazi.GetBaZi(1)}} | {{bazi.GetBaZi(2)}} | {{bazi.GetBaZi(3)}} |
| 五行 | {{bazi.GetWuXing(0)}} | {{bazi.GetWuXing(1)}} | {{bazi.GetWuXing(2)}} | {{bazi.GetWuXing(3)}} |
| 纳音 | {{bazi.GetNaYin(0)}} | {{bazi.GetNaYin(1)}} | {{bazi.GetNaYin(2)}} | {{bazi.GetNaYin(3)}} |
八字五行强弱分析
金
木
水
火
土
五行:{{bazi.XiYong().GetWuXingNum("金")}}金, {{bazi.XiYong().GetWuXingNum("木")}}木, {{bazi.XiYong().GetWuXingNum("水")}}水, {{bazi.XiYong().GetWuXingNum("火")}}火, {{bazi.XiYong().GetWuXingNum("土")}}土
此命五行{{bazi.XiYong().GetWang()}}旺{% if bazi.XiYong().GetQue() %}缺{{bazi.XiYong().GetQue()}}{% endif %};
日主天干为{{bazi.RiZhuWuXing()}},同类为 {{bazi.XiYong().GetSimilar()}} ;异类为 {{bazi.XiYong().GetHeterogeneous()}} 。
八字喜用神分析
〖同类得分〗同类{{bazi.XiYong().GetSimilar()}} 同类共计{{bazi.XiYong().GetSimilarPoint()}}分;
〖异类得分〗异类{{bazi.XiYong().GetHeterogeneous()}} 异类共计{{bazi.XiYong().GetHeterogeneousPoint()}}分;
〖综合旺衰得分〗{{bazi.XiYong().GetZongPoint()}}分,【八字 偏{{bazi.XiYong().GetQiangRuo()}}】
〖八字喜用神〗八字喜【{{bazi.XiYongShen()}}】,【{{bazi.XiYongShen()}}】就是此命的【喜神】。
用五行属 {{bazi.XiYongShen()}} 的字起名,对今后健康,事业,婚姻,财运都更加有利。
{% include "partial/namelist.html" %}