图谱: Difference between revisions

From wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
digraph G {
{{#network:环境保护|图谱
    // 定义节点
    "气候变化" [shape=ellipse, style=filled, color=lightblue];
    "空气污染" [shape=ellipse, style=filled, color=lightgreen];
    "可再生能源" [shape=ellipse, style=filled, color=lightyellow];
    "能源效率" [shape=ellipse, style=filled, color=lightpink];


     // 定义边
| options=
     "气候变化" -> "空气污染" [label="导致"];
{
    "气候变化" -> "可再生能源" [label="减缓"];
     "autoResize": true,
    "可再生能源" -> "能源效率" [label="提升"];
     "nodes": {
}
        "color": "lightblue",
        "shape": "box",
        "borderWidth": 3,
        "font": { "color": "red", "size": 17 }
    },
}}
 
[[环境保护]]
 
[[大学环境保护:图谱]]
 
[[国际环境保护]]

Latest revision as of 05:26, 24 April 2025