1

I can not get images in info boxes of my MediaWiki (1.29.1, Semantic MediaWiki installed) to show up. It just renders the filename as text.

My info box template:

<includeonly>{| class="wikitable"
! Name
| [[Initiative_Name::{{{Name|}}}]] 
|-
! Logo
| [[Initiative_Logo::{{{Initiative_Logo}}}]]
...
|}
</includeonly>

And here“s what i use on the page where the info box should be displayed:

{{Infobox
|Name=My Name
|Logo=Logo_Kasimir.png
...
}}

Any help appreciated.

user33958
  • 65
  • 1
  • 6

1 Answers1

2

Solved it, the File:-part was missing

|Logo=File:Logo_Kasimir.png
user33958
  • 65
  • 1
  • 6