@model PlotLineListViewModel
@{
ViewData["Title"] = "Plot Lines";
ViewData["ProjectSection"] = "Threads";
}
No plot lines yet. Add one to create the first timeline lane.
} else {| Colour | Name | Type | Importance | Book | Timeline | |
|---|---|---|---|---|---|---|
| @plotLine.PlotLineName | @plotLine.PlotLineTypeName | @plotLine.PlotImportanceName | @(plotLine.BookTitle ?? "Project-wide") | @(plotLine.IsVisibleOnTimeline ? "Visible" : "Hidden") | Focus Add thread Edit |