Skip to content

沃德利地图 (v11.14.0+)

🌐 Wardley Maps (v11.14.0+)

沃德利地图是商业战略的可视化表示,用于绘制值链和组成部分的演变。它们有助于识别战略机会、依赖,并指导技术决策。

介绍

🌐 Introduction

沃德利地图将组件沿两个轴定位:

🌐 Wardley Maps position components along two axes:

  • 可见性(Y轴):组件对用户的可见性/值(0.0 = 基础设施,1.0 = 面向用户)
  • 演化(X轴):组件的演化/成熟程度(0.0 = 起源/新颖,1.0 = 商品化/通用工具)

这种双重定位使战略分析成为可能,分析内容包括:

🌐 This dual positioning enables strategic analysis of:

  • 值链依赖
  • 组件随时间的演变
  • 自建与购买的决策
  • 惯性和对变革的抵抗

基本示例

🌐 Basic Example

语法

🌐 Syntax

图表声明

🌐 Diagram Declaration

每个 Wardley 图都以 wardley-beta 关键字开头:

🌐 Every Wardley diagram starts with the wardley-beta keyword:

  • wardley-beta - 所需的图表类型标识符(测试版)
  • title - 可选标题显示在顶部
  • size - 可选的画布尺寸(像素)(默认:[1100, 600]

坐标系

🌐 Coordinate System

重要:Wardley 地图使用 OnlineWardleyMaps (OWM) 格式:[visibility, evolution]

  • 第一个值(可见性):0.0-1.0(底部到顶部)- Y轴位置
  • 第二个数值(进化):0.0-1.0(从左到右)- X轴位置

这与典型的 (x, y) 符号正好相反!

🌐 This is opposite of typical (x, y) notation!

组件与锚点

🌐 Components and Anchors

组件

🌐 Components

示例:

🌐 Example:

🌐 Anchors

锚点表示带有粗体标签的用户或客户:

🌐 Anchors represent users or customers with bold labels:

装饰器

🌐 Decorators

惯性

🌐 Inertia

标记抗变化的组件:

🌐 Mark components resistant to change:

源策略

🌐 Source Strategy

表明自建/购买/外包的决策:

🌐 Indicate build/buy/outsource decisions:

  • (build) - 三角形符号
  • (buy) - 钻石符号
  • (outsource) - 方形符号
  • (market) - 圆圈符号

🌐 Links and Dependencies

示例:

🌐 Example:

进化与运动

🌐 Evolution and Movement

进化箭头

🌐 Evolution Arrows

用红色虚线箭头显示组件演变:

🌐 Show component evolution with red dashed arrows:

趋势指标

🌐 Trend Indicators

显示预测的未来位置:

🌐 Show predicted future position:

注意:趋势使用标准的 (x, y) 顺序,而不是 [可见度, 演变]!

🌐 Note: Trends use standard (x, y) order, not [visibility, evolution]!

管道

🌐 Pipelines

管道组件共享可见性,仅在演化上有所不同:

🌐 Pipeline components share visibility and only vary by evolution:

自定义进化阶段

🌐 Custom Evolution Stages

定义自定义轴标签:

🌐 Define custom axis labels:

双重标签

🌐 Dual Labels

自定义阶段宽度

🌐 Custom Stage Widths

使用 @ 表示法指定自定义边界宽度:

🌐 Specify custom boundary widths using @ notation:

注释与注意

🌐 Annotations and Notes

注意

🌐 Notes

在特定坐标添加上下文注释:

🌐 Add contextual notes at specific coordinates:

note "text" [visibility, evolution]

"> 注意:文本必须用引号括起来。"

编号注释

🌐 Numbered Annotations

创建带可选注释框的编号参考:

🌐 Create numbered references with optional annotation box:

annotations [x, y]              # Optional: position for annotation numbers
annotation number,[x, y] "text"

注意:注释文本必须用引号括起来。

视觉元素

🌐 Visual Elements

加速器和归约器

🌐 Accelerators and Deaccelerators

影响进化的力量:

🌐 Forces affecting evolution:

高级功能

🌐 Advanced Features

标签定位

🌐 Label Positioning

微调标签位置:

🌐 Fine-tune label placement:

负X向左移动,正X向右移动。 负Y向上移动,正Y向下移动。

🌐 Negative X moves left, positive X moves right. Negative Y moves up, positive Y moves down.

自定义画布大小

🌐 Custom Canvas Size

完整示例

🌐 Complete Example

配置

🌐 Configuration

沃德利地图支持 Mermaid 图的主题系统。使用标准 Mermaid 图配置来自定义外观。

🌐 Wardley Maps support Mermaid's theme system. Use standard Mermaid configuration to customize appearance.

资源

🌐 Resources

语法摘要

🌐 Syntax Summary

元素语法示例
图表wardley-betawardley-beta
标题title Texttitle My Map
尺寸size [width, height]size [1100, 800]
组件component Name [vis, evo]component API [0.6, 0.7]
锚点anchor Name [vis, evo]anchor User [0.9, 0.95]
链接A -> BAPI -> Database
流程A +> BUser +> API
演变evolve Name targetEvoevolve API 0.85
注释note "Text" [vis, evo]note "Key insight" [0.4, 0.5]
批注annotation N,[x,y] "Text"annotation 1,[0.5,0.5] "Critical"
惯性(inertia)component DB [0.4, 0.6] (inertia)
战略(build|buy|outsource|market)component API [0.6, 0.7] (buy)
流水线pipeline Parent { ... }参见上面的流水线示例
演化evolution Stage1 -> Stage2 -> ...参见上面的演化示例
Opens in mermaid.ai