Multilingual Wiki Documentation

You are currently using syntax.
In an attempt to improve PlantUML documentation...
Please do not use this website for your own diagrams.
You can click here and use the online server here for your own documentation.

Wiki Toc    View page history    Add new chapter    Reorder page    Raw


OpenIconic

OpenIconic

OpenIconicはとても素晴らしいオープンソースのアイコンセットです。 これらのアイコンは、creole parserに統合されているので、簡単に使うことができます。

次の構文を使用します: <&ICON_NAME>

@startuml
title: <size:20><&heart>Use of OpenIconic<&heart></size>
class Wifi
note left
  Click on <&wifi>
end note
@enduml

GUI設計ツールのsaltでも使用することができます。

@startsalt
{
  Login<&person> | "MyName   "
  Password<&key> | "****     "
  [Cancel <&circle-x>] | [OK <&account-login>]
}
@endsalt

すべてのアイコンの一覧はOpenIconicのウェブサイトにあります。または、次の特別なダイアグラムを使用します:

@startuml
listopeniconic
@enduml

WARNING
 This translation need to be updated. 
WARNING

OpenIconic is an very nice open source icon set. Those icons have been integrated into the creole parser, so you can use them out-of-the-box.

You can use the following syntax: <&ICON_NAME>.

@startuml
title: <size:20><&heart>Use of OpenIconic<&heart></size>
class Wifi
note left
  Click on <&wifi>
end note
@enduml

It also works with salt, the graphical interface designer.

@startsalt
{
  Login<&person> | "MyName   "
  Password<&key> | "****     "
  [Cancel <&circle-x>] | [OK <&account-login>]
}
@endsalt

The complete list is available on OpenIconic Website, or you can use the following special diagram:

@startuml
listopeniconic
@enduml


Please report any bugs to plantuml@gmail.com or here.
This website is still in beta testing.