Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Template-info Documentation

This is a meta-template that can be used to parse templates correctly in tables. It acts similarly to an escape character.

Usage

This template allows the character || to be used in template parameters and in tables, since the pipe character normally acts as a cell seperator. This template cannot be used to include the character inside a wikitable, in this case, it is better to use: ||.

Parameters

This template does not use any parameters.

Example

The following code demonstrates the use of {{!!}} in tables:

{| class="wikitable"
| Row 1 Column 1 {{#ifeq:{{#expr:100+100}}|200|{{!!}} Row 1 Column 2}}
|}

produces:

Row 1 Column 1 Row 1 Column 2


This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.

Advertisement