「Drupal database」の版間の差分
提供: UselessNotes
ナビゲーションに移動検索に移動
編集の要約なし |
編集の要約なし |
||
| 1行目: | 1行目: | ||
{{#get_db_data: | {{#get_db_data: | ||
db = | db = my_wiki | ||
|from = | |from = actor | ||
|where = | |where = actor_id = '{{{actor_id}}}' | ||
|limit=10 | |limit=10 | ||
}} | }} | ||
| 10行目: | 10行目: | ||
{{#for_external_table: | {{#for_external_table: | ||
|- | |- | ||
| {{{ | | {{{actor_id}}} | ||
}} | }} | ||
|} | |} | ||
2025年4月9日 (水) 11:30時点における版
{{#get_db_data:
db = my_wiki
|from = actor
|where = actor_id = '{{{actor_id}}}'
|limit=10
}}
| user_id
{{#for_external_table: |
|---|
| {{{actor_id}}}
}} |