Template:Txrow
| Code | Result |
|---|---|
|
{{example}} |
Template:Example |
Template example row. This template is used inside tables to demonstrate other templates. The borders here are not part of the template. It's similar to {{tlrow}} but doesn't include the extra links. It also handles empty parameters slightly different for the first column ("what to type" part) and the second column (result) can be overridden with |example= to do perform the template directly in case it doesn't work correctly.
The following compares {{tlrow}} and {{txrow}} with and without using the example parameter. They are demonstrating {{tlf}}, a template where empty parameters are not ignored. Only the last row displays correctly.
{| class="wikitable"
! Code !! Result
{{tlrow|tlf|example|example_param1||example_param3}}
{{txrow|tlf|example|example_param1||example_param3}}
{{txrow|tlf|example|example_param1||example_param3|example={{tlf|example|example_param1||example_param3}}}}
|}
- Gives:
| Code | Result |
|---|---|
|
{{tlf|example|example_param1||example_param3}} |
{{example|example_param1||example_param3|||||}} |
|
{{tlf|example|example_param1||example_param3}} |
{{example|example_param1||example_param3}} |