As Shaz said, there are several ways to do this - but they all require some basic knowledge about the engine.
If you go by show text command, you'll need to know how to use the control variable command (game data area) to load the enemies data into a variable and then display it by textcode in the show text command.
If you go by script - the master script list contains more than 1000 existing scripts, and one of them from Yanfly can do what you want.
However, I suggest you follow the link in my signature and work through the tutorials listed there - especially the variables guide should show you the basics on how to use variables for the first option.