#How do I add images in the <infobox> text?
14 messages · Page 1 of 1 (latest)
if you want to give it a default/placeholder image, the code, if I remember correctly
<image source="image"><default>Example.png</default></image>
for images it has to be <image ...> tag
otherwise you'll need complex template coding
hard to get what's problem you are having, better link the template and example page
to post links #verify or type /auth
templates on normal pages are called w/ {{...}}
in your case
{{title of your infobox template here
|title = |image = |date = |location =
etc
}}
|parameter=value
to make things easier, a usage blank code (boilerplate) is added to template documentation part, so users can copy it, paste on normal and add values
you might need to check basic templates guide [[mw:Help:Templates]]