(1):上級文章分類列表標簽#article_category_parent_list參數有
articleCategoryId:文章分類ID(必傳) (Int)
recursive:是否遞歸 (Boolean)
count:數量 (Int)
(2):返回變量對象
articleCategorys:上級文章分類列表
```
#article_category_parent_list(articleCategoryId="1",recursive="true")
#for(articleCategory: articleCategorys)
<li><s></s><a class="select" href="#(articleCategory.path)">#(articleCategory.name)</a></li>
#end
#end
```