Loading...
Loading...
Compare original and translation side by side
world-bible/
├── discovery.md # Navigation guide and quick reference
├── canon-status.md # Canon state overview
│
├── characters/ # People and beings
│ ├── _index.md # Character directory
│ └── [name].md # Individual entries
│
├── locations/ # Places
│ ├── _index.md # Location hierarchy
│ └── [place]/
│ ├── overview.md # Place description
│ └── [sublocation].md # Nested locations
│
├── history/ # Timeline and events
│ ├── timeline.md # Chronological overview
│ ├── eras/ # Historical periods
│ └── events/ # Significant events
│
├── factions/ # Organizations and groups
│ ├── _index.md # Faction directory
│ └── [faction].md # Individual entries
│
├── rules/ # How the world works
│ ├── _index.md # Systems overview
│ ├── magic.md # Magic system (if applicable)
│ ├── technology.md # Tech level and rules
│ └── [system].md # Other systems
│
├── culture/ # Beliefs, customs, languages
│ ├── _index.md # Culture directory
│ └── [culture]/
│ ├── overview.md
│ ├── beliefs.md
│ ├── customs.md
│ └── language.md
│
├── artifacts/ # Significant objects
│ ├── _index.md
│ └── [artifact].md
│
├── species/ # Non-human beings (if applicable)
│ ├── _index.md
│ └── [species].md
│
└── meta/ # About the world bible itself
├── contributors.md # Who has contributed
├── conflicts.md # Detected contradictions
├── changelog.md # Recent changes
└── style-guide.md # Writing conventionsworld-bible/
├── discovery.md # 导航指南与快速参考
├── canon-status.md # Canon状态总览
│
├── characters/ # 人物与生物
│ ├── _index.md # 人物目录
│ └── [name].md # 单个人物条目
│
├── locations/ # 地点
│ ├── _index.md # 地点层级
│ └── [place]/
│ ├── overview.md # 地点描述
│ └── [sublocation].md # 子地点
│
├── history/ # 时间线与事件
│ ├── timeline.md # 时间顺序总览
│ ├── eras/ # 历史时期
│ └── events/ # 重大事件
│
├── factions/ # 组织与团体
│ ├── _index.md # 势力目录
│ └── [faction].md # 单个势力条目
│
├── rules/ # 世界运作规则
│ ├── _index.md # 体系总览
│ ├── magic.md # 魔法体系(如适用)
│ ├── technology.md # 科技水平与规则
│ └── [system].md # 其他体系
│
├── culture/ # 信仰、习俗、语言
│ ├── _index.md # 文化目录
│ └── [culture]/
│ ├── overview.md
│ ├── beliefs.md
│ ├── customs.md
│ └── language.md
│
├── artifacts/ # 重要物品
│ ├── _index.md
│ └── [artifact].md
│
├── species/ # 非人类生物(如适用)
│ ├── _index.md
│ └── [species].md
│
└── meta/ # 世界圣经相关元信息
├── contributors.md # 贡献者列表
├── conflicts.md # 已检测到的矛盾点
├── changelog.md # 近期变更记录
└── style-guide.md # 写作规范| Status | Symbol | Meaning | Use |
|---|---|---|---|
| Established | ✓ | Appears in published/approved work | Treat as fact |
| Proposed | ? | Suggested but not yet approved | Available for use, may change |
| Deprecated | ✗ | Was canon, now superseded | Don't use in new work |
| Contradicted | ⚠ | Conflicts with other canon | Needs resolution |
| Speculative | ~ | Extrapolated from canon | Use cautiously |
| 状态 | 符号 | 含义 | 使用说明 |
|---|---|---|---|
| Established(已确立) | ✓ | 出现在已发布/已批准的作品中 | 视为事实 |
| Proposed(提议中) | ? | 已提出但未获批准 | 可使用,但可能变更 |
| Deprecated(已废弃) | ✗ | 曾是Canon,但已被取代 | 不要用于新作品 |
| Contradicted(存在矛盾) | ⚠ | 与其他Canon内容冲突 | 需要解决 |
| Speculative(推测性) | ~ | 从Canon内容推导而来 | 谨慎使用 |
undefinedundefined
---
---undefinedundefined
---
---[[Character Name]] # Link to character
[[Location Name|the city]] # Link with display text
[[Faction Name#history]] # Link to section[[人物名称]] # 链接到人物条目
[[地点名称|该城市]] # 带显示文本的链接
[[势力名称#history]] # 链接到指定章节| Type | Meaning | Example |
|---|---|---|
| contains | Parent-child location | City contains neighborhoods |
| member_of | Membership | Character member_of faction |
| located_in | Physical location | Event located_in place |
| related_to | General association | Character related_to character |
| preceded_by | Temporal sequence | Event preceded_by earlier event |
| contradicts | Canon conflict | Entry contradicts other entry |
| supersedes | Replaces | New entry supersedes deprecated |
| 类型 | 含义 | 示例 |
|---|---|---|
| contains(包含) | 父子地点关系 | 城市包含街区 |
| member_of(所属) | 成员关系 | 人物属于某势力 |
| located_in(位于) | 物理位置关系 | 事件发生在某地 |
| related_to(相关) | 一般关联 | 人物与人物相关 |
| preceded_by(前置) | 时间顺序关系 | 事件发生在另一事件之前 |
| contradicts(矛盾) | Canon冲突 | 条目与其他条目矛盾 |
| supersedes(取代) | 替代关系 | 新条目取代废弃条目 |
| Role | Can Do | Cannot Do |
|---|---|---|
| Reader | View all entries | Edit anything |
| Writer | Add proposed entries, edit own entries | Establish canon, edit others' work |
| Editor | Edit any entry, resolve conflicts | Establish canon |
| Canon Authority | Establish canon, deprecate entries | — |
| 角色 | 可执行操作 | 不可执行操作 |
|---|---|---|
| 读者 | 查看所有条目 | 编辑任何内容 |
| 创作者 | 添加提议中条目、编辑自己的条目 | 确立Canon、编辑他人作品 |
| 编辑 | 编辑任何条目、解决矛盾 | 确立Canon |
| Canon权威方 | 确立Canon、标记条目为废弃 | — |
deno run --allow-read --allow-write scripts/init-world.ts "World Name"deno run --allow-read --allow-write scripts/init-world.ts "世界名称"deno run --allow-read --allow-write scripts/add-entry.ts \
--category character \
--name "Character Name" \
--status proposeddeno run --allow-read --allow-write scripts/add-entry.ts \
--category character \
--name "人物名称" \
--status proposeddeno run --allow-read scripts/check-conflicts.ts world-bible/deno run --allow-read scripts/check-conflicts.ts world-bible/deno run --allow-read --allow-write scripts/build-index.ts world-bible/deno run --allow-read --allow-write scripts/build-index.ts world-bible/deno run --allow-read scripts/export-reference.ts world-bible/ --format mddeno run --allow-read scripts/export-reference.ts world-bible/ --format md| Task | Use Shared-World | Use Worldbuilding |
|---|---|---|
| "What's established about the economy?" | ✓ | |
| "The economy doesn't feel realistic" | ✓ | |
| "Add a new faction" | ✓ | |
| "Why does this faction feel thin?" | ✓ | |
| "What contradicts what?" | ✓ | |
| "How should magic affect society?" | ✓ |
| 任务 | 使用共享世界Skill | 使用世界构建Skill |
|---|---|---|
| “关于经济的已确立设定是什么?” | ✓ | |
| “这个经济设定感觉不真实” | ✓ | |
| “添加一个新势力” | ✓ | |
| “为什么这个势力设定显得单薄?” | ✓ | |
| “哪些内容存在矛盾?” | ✓ | |
| “魔法应该如何影响社会?” | ✓ |
undefinedundefined
---
---world-bible/
├── characters/
├── locations/
├── factions/
├── events/
├── cultures/
├── items/
└── meta/init-world.tsadd-entry.tsbuild-index.tscheck-conflicts.tsworld-bible/
├── characters/
├── locations/
├── factions/
├── events/
├── cultures/
├── items/
└── meta/init-world.tsadd-entry.tsbuild-index.tscheck-conflicts.tsexplorations/context/output-config.mdexplorations/context/output-config.md| Goes to File | Stays in Conversation |
|---|---|
| Canonical entries | Discussion of what to include |
| Cross-references | Conflict resolution |
| Status updates (Proposed→Established) | Canon debates |
| Structure and organization | Writer questions |
| 存入文件 | 保留在对话中 |
|---|---|
| Canon条目 | 关于内容包含的讨论 |
| 交叉引用 | 矛盾解决过程 |
| 状态更新(提议中→已确立) | Canon决策讨论 |
| 结构与组织 | 创作者的问题 |