Log View: Difference between revisions

From Exalted MUSH
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
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
|from=volv_action
|data=characterId=character_id,characterName=character_name,actionId=action_id,actionText=action_text
|where=scene_id={{#if:{{#urlget:id}}|{{#urlget:id}}|-1}} AND action_is_deleted=0
|order by=action_date_created ASC
}}
{| class="LogTable"
{| class="LogTable"
|- class="LogRow"
|- class="LogRow"

Latest revision as of 18:49, 28 September 2022


Source Contents