Template:Infobox: Difference between revisions

From FusionGirl Wiki
Jump to navigationJump to search
(Rebuild Template:Infobox - pure wikitext with ParserFunctions (40 rows))
(Rebuild Template:Infobox - pure wikitext with ParserFunctions (40 rows))
 
Line 1: Line 1:
<includeonly><table class="infobox infobox-fusiongirl">
<
<tr><th colspan="2" class="infobox-title">{{#if:{{{title|}}}|{
== FusionGirl Infobox Template ==
== FusionGirl Infobox Template ==
Pure wikitext infobox using ParserFunctions. Supports up to 40 numbered rows.
Pure wikitext infobox using ParserFunctions. Supports up to 40 numbered rows.

Latest revision as of 17:53, 13 March 2026

FusionGirl Infobox Template

Pure wikitext infobox using ParserFunctions. Supports up to 40 numbered rows.

Quick Example

{{Infobox
| title   = Magneto Speeder
| image   = [[File:MagnetoSpeeder.png|250px]]
| caption = The Magneto Speeder in flight
| header1 = Overview
| label2  = Type
| data2   = Multi-role aerospace vehicle
| label3  = Developer
| data3   = [[Tho'ra Clan]]
| header4 = Specs
| label5  = Speed
| data5   = Mach 2+
| label6  = Range
| data6   = Global / orbital
| below   = [[Magneto Speeder|Main article]]
}}

Parameters

Parameter Description
title / name Infobox heading (defaults to page name)
above Text above the image
subheader Subtitle row
image / image2 Image wikitext
caption / caption2 Image caption
headerN Full-width section header (N = 1-40)
labelN Left-column label
dataN Right-column data
below Footer row