**This is an old revision of the document!**
part of the GtC documentation
WRAP
Try out all these techniques below in the playground.
Using the toolbar
Near the right end of the toolbar, there is a button icon:
.
Clicking here reveals a long menu:
You probably won't need to use any of these, but you are welcome to explore, or ask for help if desired.
Used on the site already
Just taking a couple of examples from the first topic commoning in the first topic group community & culture, there are several uses of the <WRAP> feature. We've used it in every page; this is just the first one that comes to hand.
<WRAP center centeralign>
<figure>
{{url>https://www.youtube.com/embed/7bQiBcd7mBc 560,315}}
<caption>
_How does the commons work? From the [Next System Project](https://thenextsystem.org/)._
</caption>
</figure>
</WRAP>
gives
This illustrates centering and captions, as well as an embedded video. It's essentially the same with still images. Here we have used Markdown syntax.
<WRAP center centeralign> <figure>  <caption> _[Survival International](https://www.survivalinternational.org/) are fighting the enclosure of ‘wilderness’ that has been commoned by indigenous people all over the world for millennia._ </caption> </figure> </WRAP>
gives
There are many many more examples on almost every topic page. You get the general idea!
