#Infobox template

5 messages · Page 1 of 1 (latest)

orchid otter
#

I'd like to make a piece of software infobox on a wiki but after pasting a very simple template:
"{{Infobox software
| name = GIMP
| logo = The GIMP icon - gnome.svg
| screenshot = GIMP 2.10.jpg
| caption = GIMP version 2.10
| collapsible = yes
| ver layout = stacked
| discontinued = yes
| latest release version = {{wikidata|property|preferred|references|edit|Q8038|P348|P548=Q2804309}}
| latest release date = {{wikidata|qualifier|preferred|single|Q8038|P348|P548=Q2804309|P577}}
| latest preview version = {{wikidata|property|preferred|references|edit|Q8038|P348|P548=Q51930650}}
| latest preview date = {{wikidata|qualifier|preferred|single|Q8038|P348|P548=Q51930650|P577}}
}}"

The result is this (joint media).

I know I messed up something but I forgot what to do.
Do I need to make a page at .../wiki/Template:Infobox ?

gleaming parrot
#

So the thing you posted above is the code to call an existing template on another page, it's not the template code itself

#

That's why you're getting a red link asking you for the template Infobox software