onlyworlds_obsidian-plugin/Scripts/WorldDataTemplate.ts
2025-04-23 20:04:47 +02:00

20 lines
507 B
TypeScript

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