Preview of Available Markup
Heading 1
Heading 2
Heading 3
Heading 4
this text is in the left
this text is in the center
this text is in the right
wzh1
wzh2
wzh3
wzh4
size=50
size=75
size=100
size=150
size=250
size=500
color=black
color=orange
color=LightGoldenRodYellow
color=#44ff77
wzh2
content
content on red background!
content on blue background!
content on green background!
Available Markup Code
- Link levels are used to add headings to the table of contents. The link level should match the heading level.
- Coloured Waze boxes (wzbox) can be nested together using the wzBoxes tag. The wzBoxes tag can also be used on its own as a singular Waze box.
[left]this text is in the left[/left]
[center]this text is in the center[/center]
[right]this text is in the right[/right]
[wzh=1]wzh1[/wzh]
[wzh=2]wzh2[/wzh]
[wzh=3]wzh3[/wzh]
[wzh=4]wzh4[/wzh]
## [wzh=2]wzh2 with link level 2[/wzh]
### [wzh=3]wzh3 with link level 3[/wzh]
#### [wzh=4]wzh4 with link level 4[/wzh]
[size=50]size=50[/size]
[size=75]size=75[/size]
[size=100]size=100[/size]
[size=150]size=150[/size]
[size=250]size=250[/size]
[size=500]size=500[/size]
[color=black]color=black[/color]
[color=orange]color=orange[/color]
[color=LightGoldenRodYellow]color=LightGoldenRodYellow[/color]
[color=#44ff77]color=#44ff77[/color]
[wzBoxes]
[wzBox]
[center][wzh=1]wzh1[/wzh][/center]
[/wzBox]
[wzBox]
content
[/wzBox]
[wzBoxRed]
content on red background!
[/wzBoxRed]
[wzBoxBlue]
content on blue background!
[/wzBoxBlue]
[wzBoxGreen]
content on green background!
[/wzBoxgreen]
[wzBox]
content
[/wzBox]
[/wzBoxes]
Example wzTemplate
[wzTemplate topic=380019 post=1][/wzTemplate]
Template of topic 380019, post 1
In order to use the new template functionality, given some post you want to use as a template, copy its’ topic id and post number in the post (first post is number 1). When you want to use the template, insert the following bbcode tag into the post:
[wzTemplate topic=<topic_id> post=<post_number>][/wzTemplate]
Templates also support named parameters. In order for a post to use a named parameter in its’ content, wrap it in {{}}. For example:
This is a greeting.
Hello {{first_name}}
Parameters are provided by name, prefixed with p_. For example, in order to use that template:
[wzTemplate topic=123 post=1 p_first_name="Shira"][/wzTemplate]
Will render as
This is a greeting.
Hello Shira.
This is the option for templets in a post