fish_report.conf

Download raw config

include classpath("fragments/fish_facts.conf")

report {
  audience = [
    "marine biology students",
    "aquarium visitors",
    "river restoration volunteers",
    "wildlife survey teams"
  ]

  format = [
    "{tone | titlecase}: {subject | titlecase}",
    "{subject | titlecase} Observation",
    "{category | titlecase} Profile"
  ]
}

summary = [
  "{subject | article | sentence} is {trait | article} {category} often seen in {habitat | article}. Its {color} {bodyPart} is useful while {behavior}."
]

origin = "{% subject:fish.names %}{% category:fish.categories %}{% bodyPart:fish.body_parts %}{% habitat:fish.habitats %}{% color:fish.colors %}{% behavior:fish.behaviors %}{% trait:fish.traits %}{% tone:report.tone %}{% reader:report.audience %}{report.format}: {summary} Written for {reader}."