mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 19:09:03 +00:00
60 lines
2.8 KiB
Plaintext
60 lines
2.8 KiB
Plaintext
@startuml
|
|
sprite $wordpress [48x48/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000003678885200000000000000000000
|
|
000000000000000004AFFFFFFFFFD9300000000000000000
|
|
0000000000000003CFFFFFFFFFFFFFFB3000000000000000
|
|
00000000000000AFFFFFFFFFFFFFFFFFF900000000000000
|
|
0000000000002DFFFFFFFFFFFFFFFFFFFFC1000000000000
|
|
000000000002EFFFFFFFFFFFFFFFFFFFF800000000000000
|
|
00000000001EFFFFFFFFFFFFFFFFFFFFB000000000000000
|
|
0000000000BFFFEFFFFEFFFFFFFEFFFF6000000000000000
|
|
0000000000110000EF80000110003FFF7000000000000000
|
|
00000000000003ABFFEA8000005ADFFFB000001000000000
|
|
00000000100001FFFFFFF300005FFFFFF300001600000000
|
|
00000000B00000BFFFFFF900000FFFFFFC00001D00000000
|
|
00000003F300006FFFFFFE00000AFFFFFF50002F20000000
|
|
00000008F900001FFFFFFF400005FFFFFFC0004F70000000
|
|
0000000BFE00000BFFFFFFB00000FFFFFFF2008FA0000000
|
|
0000000DFF500006FFFFFFF10000AFFFFFF500CFC0000000
|
|
0000000EFFA00001FFFFFFF600005FFFFFF601FFD0000000
|
|
0000000FFFF10000BFFFFFF300000FFFFFF407FFE0000000
|
|
0000000EFFF600005FFFFFD000000AFFFFF20CFFD0000000
|
|
0000000DFFFC00000FFFFF80600004FFFFE02FFFC0000000
|
|
0000000AFFFF20000BFFFF34E00000EFFF908FFF90000000
|
|
00000007FFFF800005FFFD09F30000AFFF40DFFF60000000
|
|
00000002FFFFD00000FFF80FF900004FFF03FFFF10000000
|
|
00000000CFFFF40000AFF35FFF00000EFB08FFFC00000000
|
|
000000006FFFF900005FD0AFFF50000AF60EFFF500000000
|
|
000000000DFFFF00000F80FFFFB00004F13FFFD000000000
|
|
0000000004FFFF50000A35FFFFF10000B09FFF3000000000
|
|
00000000009FFFB000030AFFFFF6000020EFF80000000000
|
|
00000000000CFFF100000FFFFFFC000004FFB00000000000
|
|
000000000000CFF600005FFFFFFF200009FC000000000000
|
|
0000000000000AFC0000BFFFFFFF80000FA0000000000000
|
|
000000000000007F2001FFFFFFFFE0003500000000000000
|
|
00000000000000013006FFFFFFFFF3000000000000000000
|
|
00000000000000000008FFFFFFFEA3000000000000000000
|
|
000000000000000000000235532000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_WORDPRESS(_alias) ENTITY(rectangle,black,wordpress,_alias,DEV WORDPRESS)
|
|
!define DEV_WORDPRESS(_alias,_label) ENTITY(rectangle,black,wordpress,_label,_alias,DEV WORDPRESS)
|
|
!define DEV_WORDPRESS(_alias,_label,_shape) ENTITY(_shape,black,wordpress,_label,_alias,DEV WORDPRESS)
|
|
!define DEV_WORDPRESS(_alias,_label,_shape,_color) ENTITY(_shape,_color,wordpress,_label,_alias,DEV WORDPRESS)
|
|
skinparam folderBackgroundColor<<DEV WORDPRESS>> White
|
|
@enduml
|