Difference between revisions of "Template:PFRPG Statblock"
(Nevermind.) |
(Using as a sandbox for now) |
||
| Line 1: | Line 1: | ||
| + | <includeonly> | ||
| + | |- | ||
| + | | '''Z''' || Zzzzz | ||
| + | {{#if: {{{foo|}}} | ||
| + | | | ||
| + | {{!}}- | ||
| + | {{!}}'''Foo'''{{!}}{{!}}{{{foo}}} | ||
| + | }} | ||
| + | {{#if: {{{bar|}}} | ||
| + | | | ||
| + | {{!}}- | ||
| + | {{!}}'''Bar'''{{!}}{{!}}{{{bar}}} | ||
| + | }} | ||
| + | |- | ||
| + | | '''Baz''' || buzzzzzzz | ||
| + | {{#if: {{{qux|}}} | ||
| + | | | ||
| + | {{!}}- | ||
| + | {{!}}'''Qux'''{{!}}{{!}}{{{qux}}} | ||
| + | }} | ||
| + | |- | ||
| + | | '''Quxx''' || xxxdere | ||
| + | <noinclude>Just doing some testing. ~µ | ||
| + | |||
| + | {{PFRPG_Statblock | ||
| + | |foo=HONK HONK | ||
| + | |bar=Beeeep | ||
| + | |qux=??? | ||
| + | }} | ||
| + | |||
| + | ---- | ||
| + | |||
| + | {{PFRPG_Statblock | ||
| + | |foo=HONK HONK HOOONK | ||
| + | |qux=beep | ||
| + | }} | ||
| + | |||
| + | ---- | ||
| + | |||
| + | {{PFRPG_Statblock}} | ||
| + | |||
| + | </noinclude> | ||