Template:Info: Difference between revisions
From koreapedia
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..." |
|||
| Line 93: | Line 93: | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
Revision as of 19:57, 8 October 2025
| Info |
|---|
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
}}
