「Drupal database」の版間の差分

提供:UselessNotes
編集の要約なし
編集の要約なし
 
(同じ利用者による、間の11版が非表示)
1行目: 1行目:
{{#get_db_data:
{{#get_db_data: db=my_wiki
  db = my_wiki
   | from = page
   |from = actor
   | limit = 10
   |where = actor_id = '{{{actor_id}}}'
  |data=id='{{page_id}}', title='{{page_title}}'
  |where = actor_name = '{{{actor_name}}}'
  |limit=10
}}
}}
{| class="wikitable" style="margin:auto"
{| class="wikitable" style="margin:auto"
|+my_wiki actor List
  |+ Page List
|-
  ! id !! title
! actor_id !! actor_name
{{#for_external_table:
{{#for_external_table:
   |-
   |-
   | {{{actor_id}}} || {{{actor_name}}}
   | {{id}} || {{title}}
}}
}}
|}
|}
----
[[Category:website]]

2025年4月13日 (日) 09:06時点における最新版

Page List
id title