sequenceDiagram
Alice->>+John: Hello John, how are you?
Alice->>+John: John, can you hear me?
John-->>-Alice: Hi Alice, I can hear you!
John-->>-Alice: I feel great!
You can hide the borders of embedded notes and blocks by adding ‘|clean]]’ to the wikilink’s alias.
This allows the embed to appear seamlessly as a part of the page it is embedded in.
Column
This is a standard transclusion:
ews
ss
This is a 'clean' transclusion:
we
ses
Embedding block links which float left or right
You must add a left or right attribute to embeds if the embedded content itself already floats left or right.
Example:
The infobox callout already floats right. To embed it in another page, add |right to the embed wikilink’s alias.
This prevents the embed from taking up 100% of the page-width, instead of wrapping around other content
Float Embed Left or Right
Embeds can be made to float to the left or right of a page by adding |left or |right to the embed wikilink’s alias.
As well as being a stylistic choice to move supplementary content outside of the main flow of the text, it is also necessary when embedding a block which contains an element with a float property already stipulated (e.g., an infobox callout).