Drupal database
提供: UselessNotes
{{#get_db_data:
db = my_wiki
|from = actor
|where = actor_id = '{{{actor_id}}}'
|limit=10
}}
| actor_id | actor_name
{{#for_external_table: |
|---|---|
| {{{actor_id}}} | {{{actor_name}}}
}} |
{{#get_db_data:
db = my_wiki
|from = actor
|where = actor_id = '{{{actor_id}}}'
|limit=10
}}
| actor_id | actor_name
{{#for_external_table: |
|---|---|
| {{{actor_id}}} | {{{actor_name}}}
}} |