Test 竖分解图: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 January 2025

  • curprev 10:5710:57, 18 January 2025Mwroot talk contribs 376 bytes +20 No edit summary
  • curprev 10:5710:57, 18 January 2025Mwroot talk contribs 356 bytes +356 Created page with "<graphviz> graph sth { splines=false; A [shape=record; label="<one> A1 | <two> A2 | <three> A3 | <four> A4 | <five> A5 | <six> A6"] subgraph B { node [shape=plain]; B1 [label="B1"] B2 [label="B2"] B3 [label="B3"] B4 [label="B4"] B5 [label="B5"] B6 [label="B6"] } A:one -- B1 A:two -- B2 A:three -- B3 A:four -- B4 A:five -- B5 A:six -- B6 } </graphviz>"