Drupal database

提供: UselessNotes
2025年4月9日 (水) 09:45時点におけるMatabe (トーク | 投稿記録)による版
ナビゲーションに移動検索に移動

{{#get_db_data:

 db = drupal
 |from = user
 |where = user_id = '{{{user_id}}}'
 |limit=10

}}

user_id

{{#for_external_table:

{{{user_id}}}

}}