Log View: Difference between revisions

From Exalted MUSH
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
   .LogCell:nth-child(odd) { word-wrap:break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-height:1.5em; height:1.5em; display:block;}
   .LogCell:nth-child(odd) { word-wrap:break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-height:1.5em; height:1.5em; display:block;}
}}
}}
{{#get_db_data:
 
db=game
{| class="LogTable"
|from=volv_action
|- class="LogRow"
|data=characterId=character_id,characterName=character_name,actionId=action_id,actionText=action_text
! class=HeaderCell | Source
|where=scene_id={{#if:{{#urlget:id}}|{{#urlget:id}}|-1}} AND action_is_deleted=0
! class=HeaderCell | Contents{{#for_external_table:<nowiki/>
|order by=action_date_created ASC
{{!}}- class="LogRow"
{{!}} class="LogCell" {{!}} [{{fullurl:Character_Page|id={{{characterId}}}}} {{{characterName}}}]
{{!}} class="LogCell" {{!}} {{{actionText}}}
}}
}}
 
|}
[[Category:Index]]
[[Category:Index]]

Revision as of 18:46, 28 September 2022


Source Contents