「Drupal database」の版間の差分
提供:UselessNotes
編集の要約なし |
編集の要約なし |
||
1行目: | 1行目: | ||
{{#get_db_data: db=my_wiki | {{#get_db_data: | ||
db=my_wiki | |||
| from = actor | | from = actor | ||
| where = actor_id = '{{{id}}}' | | where = actor_id = '{{{id}}}' AND actor_name = '{{{name}}}' | ||
| limit = 10 | | limit = 10 | ||
| data = id=actor_id, name=actor_name | | data = id=actor_id, name=actor_name | ||
}} | }} | ||
{| class="wikitable" style="margin:auto" | {| class="wikitable" style="margin:auto" | ||
|+ | |+ Actor List | ||
! id !! name | ! id !! name | ||
{{#for_external_table: | {{#for_external_table: | ||
14行目: | 15行目: | ||
}} | }} | ||
|} | |} | ||
2025年4月12日 (土) 09:39時点における版
id | name |
---|