
(07-31-2014, 04:42 PM)LiveVoltage Wrote: Thats still pretty confusing and im having alot of trouble with it. Mind giving a cleaner and more thorough example?  :O
Sure, no problem. I just took a look at your page. You have the following right now:
Code: (Select All)
{{Infobox-character
| name = Inessa Hara
| image =
| imagewidth = 440x353
So, first thing is the "image" field is blank. You need to place an image to display in that field, one that you have uploaded to the wiki. There is an "Upload New Image" button on the sidebar on the wiki (just below the link to RPC Forums). For ease of use, here's a link straight to image upload:
http://ffxiv-roleplayers.com/wiki/index....ial:Upload
Browse for the image and enter a final name. For example, "Inessa_Hara.jpg". Remember the file name!
The second issue with the above is the "imagewidth" field. You've put the resolution there; you only need to put the width of the image, so the first value (440). Reworked, the initial part of your infobox should be:
Code: (Select All)
{{Infobox-character
| name = Inessa Hara
| image = Inessa_Hara.jpg (or whatever you name your file)
| imagewidth = 440
Adjust the imagewidth (the 440 value) to the size you want. I suggest somewhere between 250 and 350.