「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}}}' | ||
| where =actor_name='{{{name}}}' | | where = 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" | ||
! id !! name{{#for_external_table: | |+actor List | ||
! id !! name | |||
{{#for_external_table: | |||
|- | |||
| {{{id}}} || {{{name}}} | |||
}} | }} | ||
|} | |} | ||
2025年4月12日 (土) 07:35時点における版
{{#get_db_data: db=my_wiki
| from = actor
| where = actor_id = '{{{id}}}'
| where = actor_name = '{{{name}}}'
| limit = 10
| data = id=actor_id, name=actor_name
}}
| id | name
{{#for_external_table: |
|---|---|
| {{{id}}} | {{{name}}}
}} |