Template:Infobox: Difference between revisions

From NexthWiki
No edit summary
No edit summary
Tag: Reverted
Line 6: Line 6:
| '''Description''' || {{{text|}}}
| '''Description''' || {{{text|}}}
{{#if: {{{feature1|}}} |
{{#if: {{{feature1|}}} |
|-
| '''Feature 1''' || {{{feature2|N/A|}}}
| '''Feature 1''' || {{{feature2|N/A|}}}
|}}
|}}
{{#if: {{{feature2|}}} |
{{#if: {{{feature2|}}} |
|-
| '''Feature 2''' || {{{feature2|N/A|}}}
| '''Feature 2''' || {{{feature2|N/A|}}}
|}}
|}}

Revision as of 15:08, 21 March 2025


This is the Infobox template. Use it by adding:

{{Infobox
| title = Example
| text = This is an example Infobox.
| feature1 = First Feature
| feature2 = Second Feature
}}