Drupal database

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

{{#get_db_data:

 db = my_wiki
 |from = user
 |where = user_id = '{{{user_id}}}'
 |limit=50
 |order by = user_name asc

}}

user_id user_name

{{#for_external_table:

{{{user_id}}} {{{user_name}}}

}}