#How do I add images in the <infobox> text?

14 messages · Page 1 of 1 (latest)

green breach
#

when you actually use infobox (template) on normal page you should type
|image = Example.png

#

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]]

wispy canyonBOT
green breach
#

if you are using Visual Editor - templates w/ parameters don't work in it out of the box, you'll have to enable extension TemplateData and make additional coding w/ it

#

good choice