Template:Infobox: Difference between revisions

From NexthWiki
(Created page with "<includeonly> {| class="wikitable" style="width: 100%; border: 1px solid #aaa; background-color: #f9f9f9;" |- ! style="background-color: #ddd; text-align: center; font-size: 120%;" colspan="2" | {{{title|Infobox}}} |- | '''Description''' || {{{text|}}} |- | '''Feature 1''' || {{{feature1|}}} |- | '''Feature 2''' || {{{feature2|}}} |} </includeonly> <noinclude> This is the Infobox template. Use it by adding: <pre> {{Infobox | title = Example | text = This is an example In...")
 
No edit summary
Line 6: Line 6:
| '''Description''' || {{{text|}}}
| '''Description''' || {{{text|}}}
|-
|-
| '''Feature 1''' || {{{feature1|}}}
| '''Feature 1''' || {{{feature2|N/A|}}}
|-
|-
| '''Feature 2''' || {{{feature2|}}}
| '''Feature 2''' || {{{feature2|N/A|}}}
|}
|}
</includeonly>
</includeonly>

Revision as of 14:46, 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
}}