%% DATAVIEW_PUBLISHER: start ```js const fs = require("fs"); const { Table } = customJS; const raceTable = Table.raceTable(dv, fs, file.basename); const page = dv.page(file.path); let image = Table.getImage(page.image, fs); ` # ${file.basename} ${image} ${page.description} ${raceTable} `; ``` %% # Fishfolk (Fish-Men) ![[_attachments_/Races/BlueStarFishfolkFish-Men.png|BlueStarFishfolkFish-Men.png]] Fish-men are one of two humanoid races that inhabit and rule the seas. They appear as hybrids between humans and fish, having both human legs and fish-like features. They are completely amphibious, having both gills to breathe underwater and lungs to breathe on land. | 1d0 | Race | Plane | Pathfinder Race | Description | | --- | ---- | ----- | --------------- | ----------- | %% DATAVIEW_PUBLISHER: end %%