Log Page: 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;}
}}
}}
{{#if: {{#urlget:scene_id}} | Yeah it ran.
{{#get_db_data:
{{#get_db_data:
db=game
db=game
|from=volv_action
|from=volv_action
|data=characterId=character_id,characterName=character_name,actionId=action_id,actionText=action_text
|data=characterId=character_id,characterName=character_name,actionId=action_id,actionText=action_text
|where=scene_id={{#urlget:scene_id}} AND action_is_deleted=0
|where=scene_id={{#if:{{#urlget:scene_id}}|{{#urlget:scene_id}}|0}}  AND action_is_deleted=0
|order by=action_date_created ASC
|order by=action_date_created ASC
}}
}}
Line 30: Line 29:
}}
}}
|}
|}
| Must call this page with a scene_id!}}
[[Category:Index]]
[[Category:Index]]

Revision as of 21:51, 29 July 2018


Source Contents