This commit is contained in:
TheGiddyLimit
2024-07-10 20:47:40 +01:00
parent e5844f8a3f
commit 2eeeb0771b
341 changed files with 67623 additions and 11384 deletions

View File

@@ -68,7 +68,7 @@ class DeitiesPage extends ListPage {
dataProps: ["deity"],
isMarkdownPopout: true,
listSyntax: new ListSyntaxDeities({fnGetDataList: () => this._dataList}),
});
}
@@ -88,7 +88,7 @@ class DeitiesPage extends ListPage {
<span class="ve-col-2 ve-text-center">${ent.pantheon}</span>
<span class="ve-col-2 ve-text-center">${alignment}</span>
<span class="ve-col-3 ${ent.domains[0] === VeCt.STR_NONE ? `list-entry-none` : ""}">${domains}</span>
<span class="ve-col-2 ve-text-center ${Parser.sourceJsonToColor(ent.source)} pr-0" title="${Parser.sourceJsonToFull(ent.source)}" ${Parser.sourceJsonToStyle(ent.source)}>${source}</span>
<span class="ve-col-2 ve-text-center ${Parser.sourceJsonToSourceClassname(ent.source)} pr-0" title="${Parser.sourceJsonToFull(ent.source)}" ${Parser.sourceJsonToStyle(ent.source)}>${source}</span>
</a>`;
const listItem = new ListItem(