ServiceMediaFile
azure-19/Item/General/ServiceMediaFile
include('azure-19/Item/General/ServiceMediaFile')
Illustration | ServiceMediaFile | ServiceMediaFileCard | ServiceMediaFileGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$ServiceMediaFileXs>
<$ServiceMediaFileSm>
<$ServiceMediaFileMd>
<$ServiceMediaFileLg>
ServiceMediaFile
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceMediaFile
include('azure-19/Item/General/ServiceMediaFile')
' renders the element
ServiceMediaFile('ServiceMediaFile', 'Service Media File', 'an optional tech label', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceMediaFile
include('azure-19/Item/General/ServiceMediaFile')
' renders the element
ServiceMediaFile('ServiceMediaFile', 'Service Media File', 'an optional tech label', 'an optional description')
@enduml
ServiceMediaFileCard
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceMediaFileCard
include('azure-19/Item/General/ServiceMediaFile')
' renders the element
ServiceMediaFileCard('ServiceMediaFileCard', 'Service Media File Card', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceMediaFileCard
include('azure-19/Item/General/ServiceMediaFile')
' renders the element
ServiceMediaFileCard('ServiceMediaFileCard', 'Service Media File Card', 'an optional description')
@enduml
ServiceMediaFileGroup
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceMediaFileGroup
include('azure-19/Item/General/ServiceMediaFile')
' renders the element
ServiceMediaFileGroup('ServiceMediaFileGroup', 'Service Media File Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceMediaFileGroup
include('azure-19/Item/General/ServiceMediaFile')
' renders the element
ServiceMediaFileGroup('ServiceMediaFileGroup', 'Service Media File Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml