meta data for this page
  •  

This is an old revision of the document!


Integration of figures

The Integration of figures into a page is straightforward, and Figure 1) shows an example. However, note that figures first have been uploaded via the Media Manager.

Figure 1: EM Image of A. baumannii

WikiCode

WikiCode

**media integration is straightforward** (Figure {{ref>AB}}).
<figure AB>
{{:pbioc_basics:images:abaumannii.png?200|}}
<caption>
EM Image of //A. baumannii//
</caption>
</figure>

You can then refer to the figure at any position on the page by referencing the figure name. :!: Figures will then be automatically numbered.

The Integration of figures into a page is straightforward, and Figure {{ref>AB}}) shows an example

Embedding figures in boxes

Sometimes it is nicer to embed a figure into a box. You can use the WRAP plugin for this. Figure 2 gives an example.

Figure 2: EM Image of A. baumannii

WikiCode

WikiCode

<WRAP round box 200px>
<figure AB2>
{{:pbioc_basics:images:abaumannii.png?200|}}
<caption>
EM Image of //A. baumannii//
</caption>
</figure>
</WRAP>