How can I create this type of table/catalog? [closed]

  1. You should create custom post type – you can do it with code in functions.php or using a plugin
  2. Create basic page template to loop through new post type
  3. Add custom fields to store extra data as in tour screenshot. I usually use acf plugin for it
  4. Fine tune your new page template with the display of custom fields.

That’s it