「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}}}' | ||
|limit = 10 | | wher=actor_name='{{{name}}}' | ||
| limit=10 | |||
| data=id=actor_id, name=actor_name | |||
}} | }} | ||
{| class="wikitable" style="margin:auto" | {| class="wikitable" style="margin:auto" | ||
|+my_wiki actor List | |+my_wiki actor List | ||
|- | |- | ||
! | ! id !! name | ||
|- | |- | ||
| {{{ | {{#for_external_db | ||
| {{{id}}} || {{{name}}} | |||
}} | |||
|} | |} | ||
---- | ---- | ||
[[Category:website]] | [[Category:website]] |
2025年4月11日 (金) 10:10時点における版
{{#for_external_db
id | name |
---|---|
{{{id}}} | {{{name}}}
}} |