Help:Templates
Jump to navigation
Jump to search
Need help using templates?
To use a template, simply add {{Your template here}} to the page.
Example:
{{ASIN}}
generates: ASIN {{{1}}}
To substitute, add the prefix subst: after the curly brackets which are {{, then add your template name here and then }}.
Example: Substituting expands the code from:
{{subst:0}}
to:
<span style="visibility:hidden;color:transparent;">{{{1|0}}}</span>
You may also add a pipe (|) and then text from here after the template name (}}). You can also add = like: |Example=example or #ifeq or like this.