Template:Infobox row

From DeltaWiki
Revision as of 22:50, 4 May 2023 by Xan (talk | contribs) (Created page with "<includeonly>|- style="background-color: {{{alternate|#E8EFFF}}};" | style="padding: 0px 4px; min-width: 40%" |'''{{ucfirst:{{{label|''?''}}}}}''' | style="padding: 0px 4px" | {{{field|''?''}}}</includeonly><noinclude> An Template:infobox row == Usage == === With automatic title and image === <nowiki> {{Infobox |image=SWCity.jpg |rows= {{Infobox row|alternate=|label=label|field={{{field1}}} }} {{Infobox row|label=label2|field= * Option 1 * Option 2}} {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


An Template:infobox row

Usage

With automatic title and image

 {{Infobox
 |image=SWCity.jpg
 |rows=
 {{Infobox row|alternate=|label=label|field={{{field1}}} }}
 {{Infobox row|label=label2|field=
   * Option 1
   * Option 2}}
 {{Infobox row|alternate=|label=label3|field={{{field3|default}}} }}
 }}