Guide to Statblocks
Creating RPG blocks
In order to make your first blocks, you'll need to select the RPG system for your world. Once this is done, go to the Statblocks section of your world, accessible from the sidebar menu or from the green button: On the right side of this page you will see a panel with a drop-down from which you can select the kind of sheet you want to create. For example, if you want to create a character sheet of Dungeons and Dragons 5e, you will have to choose Character Sheet (Dungeons & Dragons 5th Edition (DnD5e)). When you click the create button, a page with a form will appear. Fill in the fields you want to fill and click Save changes. You're done!Creating non-RPG blocks
Whether you select and RPG system or not, the blocks & sheets section will have some blocks tagged as Generic. These are utility blocks that are not meant to be used as statblocks. Their name is Generic, [block type]Table
In a table block you can add the table title, a description and then the table itself, in the Table Data field. This field uses the standard CSV syntax with the character | as a separator. What this means is that you can just write the content of each row in its own line, separating the cells with |. Take, for example, the following code:Level|XP|Abilities 1|0|Super Cuccumber 2|1200|Tomato Slicing ExpertiseThe result will look like this:
Chefling
Level | XP | Abilities |
---|---|---|
1 | 0 | Super Cuccumber |
2 | 1200 | Tomato Slicing Expertise |
Text
Text blocks are just plain-text content. The Content fiields accepts regular BBCode formatting. This can be used to create template text that you can easily re-use in multiple articles.Image
The Image block lets you add an image (that has been uploaded to your world, see Guide to Images) with a title, description and a table attached to it.Webpage (iframe)
If you want to embed a full web page on a world anvil article, use this block. Just paste the URL of the page you want to embed and that's it! Keep in mind that some web sites don't allow embedding, so this system will not work with all web sites.Random table
Random tables use the same formatting as regular tables. The difference is that when you view the table, you will be able to click a button to "roll on the table". Make sure that the first cell of every row contains a number or a number range like 18-20 (the rest of cells can have whatever content you want).Using blocks
No matter the kind of block you created, they can be used in the same way. All blocks have an ID number that you can use to embed in any article, journal, Heroes post or generally any text fields that supports BBCode. The block contents will not actually be in the article, so editing the block itself will change how it is displayed in all places where it is embedded. To get the ID, view the block you want to embed and go to the bottom, where you will see a footer similar to the following screenshot:
DnD 5e SRD SRD
Dart
Ranged Weapon Finesse, Thrown Common
Type | Damage | Damage | Range | Properties |
---|---|---|---|---|
Simple | 1d4 | Piercing | 20/60 ft | Finesse, Thrown |
Cost: 5 cp Weight: 1/4 lb
Horatio Hornblower
Isn't this article mixed up with the Guide to block templates article? This one is titled Sheets, but concerns block templates and that one is called block templates, but concerns sheets.
It's a confusing terminology. Basically, a sheet, or a block, is what you use on article. A block template is what you use to make blocks. I'l try to clear it up now, thanks!