編集の要約なし |
編集の要約なし |
||
| 2行目: | 2行目: | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table=FestivalTypes | _table=FestivalTypes | ||
|type_id=Integer | |type_id=Integer | ||
|name=String | |name=String | ||
|slug=String | |slug=String | ||
|description=Text | |description=Text | ||
|parent_id=Integer | |parent_id=Integer | ||
}} | }} | ||
| 30行目: | 17行目: | ||
{{#cargo_store: | {{#cargo_store: | ||
_table=FestivalTypes | _table=FestivalTypes | ||
|type_id={{PAGEID}} | |type_id={{PAGEID}} | ||
|name={{{name|}}} | |name={{{name|}}} | ||
|slug={{{slug|}}} | |slug={{{slug|}}} | ||
|description={{{description|}}} | |description={{{description|}}} | ||
|parent_id={{{parent_id|}}} | |parent_id={{{parent_id|}}} | ||
}} | |||
{| class="wikitable" | |||
! colspan="2" | {{{name|祭り分類}}} | |||
|- | |||
! 分類名 | |||
| {{{name|}}} | |||
|- | |||
! slug | |||
| <code>{{{slug|}}}</code> | |||
|- | |||
! 説明 | |||
| {{{description|}}} | |||
|- | |||
! 上位分類 | |||
| {{#cargo_query: | |||
tables=FestivalTypes | |||
|fields=name | |||
|where=type_id={{{parent_id|0}}} | |||
|format=list | |||
|default=なし | |||
}} | }} | ||
|} | |||
</includeonly> | </includeonly> | ||