Template:Info: Difference between revisions

From koreapedia
Spinster (talk | contribs)
Created page with "<noinclude> <!-- Template:Infobox — HTML-based, safe version, now supports image URLs --> </noinclude> <table class="infobox"> <tr> <th class="infobox-title" colspan="2">{{{title|{{PAGENAME}}}}}</th> </tr> {{#if:{{{image|}}}| <tr> <td class="infobox-image" colspan="2" style="text-align:center;"> <img src="{{{image}}}" alt="{{{caption|}}}" style="max-width:280px;"/> </td> </tr> }} {{#if:{{{caption|}}}| <tr> <td class="infobox-capt..."
(No difference)

Revision as of 19:45, 8 October 2025


Info


TemplateData

HTML-based infobox with optional image/caption and up to 10 label/data rows. Now supports image URLs.

Template parameters

ParameterDescriptionTypeStatus
Titletitle

no description

Stringoptional
Image URL (e.g., https://example.com/image.jpg)image

no description

Stringoptional
Image captioncaption

no description

Stringoptional
Row 1 labellabel1

no description

Stringoptional
Row 1 valuedata1

no description

Stringoptional
Row 2 labellabel2

no description

Stringoptional
Row 2 valuedata2

no description

Stringoptional
Row 3 labellabel3

no description

Stringoptional
Row 3 valuedata3

no description

Stringoptional
Row 4 labellabel4

no description

Stringoptional
Row 4 valuedata4

no description

Stringoptional
Row 5 labellabel5

no description

Stringoptional
Row 5 valuedata5

no description

Stringoptional
Row 6 labellabel6

no description

Stringoptional
Row 6 valuedata6

no description

Stringoptional
Row 7 labellabel7

no description

Stringoptional
Row 7 valuedata7

no description

Stringoptional
Row 8 labellabel8

no description

Stringoptional
Row 8 valuedata8

no description

Stringoptional
Row 9 labellabel9

no description

Stringoptional
Row 9 valuedata9

no description

Stringoptional
Row 10 labellabel10

no description

Stringoptional
Row 10 valuedata10

no description

Stringoptional

Usage

{{Infobox
 | title   = Koreapedia
 | image   = https://example.com/image.jpg
 | caption = Official logo
 | label1  = Founded      | data1 = 2024
 | label2  = Type         | data2 = Online encyclopedia
 | label3  = Headquarters | data3 = Seoul, South Korea
}}