onlyworlds_obsidian-plugin/Scripts/WorldDataTemplate.ts
2025-03-16 18:20:29 +01:00

19 lines
492 B
TypeScript

// worldTemplate.ts
export const worldTemplateString = `
# World Overview: {{name}}
## Core
- **API Key:** {{api_key}}
- **Name:** {{name}}
- **Description:** {{description}}
- **Version:** {{ow_version}}
- **Image:** None
## Time Settings
- **Time Formats:** {{time_format_names}}
- **Time Format Equivalents:** {{time_format_equivalents}}
- **Basic Time Unit:** {{time_basic_unit}}
- **Current Time:** {{time_current}}
- **Time Range:** From {{time_range_min}} to {{time_range_max}}
`;