Final Fantasy Wiki
m (oeps)
(+)
Line 33: Line 33:
 
-----
 
-----
 
<nowiki>
 
<nowiki>
Upload" onclick="return WMU_upload(event);" /><div>Before uploading, <span style="color:red;font-weight:bold">please observe</span> the following rules:</div><div style="margin-left:24px">Type "[[Category: ]]", and after the colon put the name of the game your image is from as well as what kind of image it is. For example, an image of an enemy in <i>Final Fantasy II</i> would go under [[Category:Final Fantasy II Enemy Images]]. A list of categories can be found either in <a href="http://finalfantasy.wikia.com/wiki/Special:Categories">Special:Categories</a> or by browsing through the top category <a href="http://finalfantasy.wikia.com/wiki/Category:Final_Fantasy_Wiki">Category:Final Fantasy Wiki</a>. If your image isn't from a game, put it in "[[Category:User Images]] or [[Category:Fanart]]".<br>Type "{{SECopyright}}". If your image is specifically a screenshot, type "{{Screenshot}}" instead. For fanart you've made, use "{{FCopyright}}".<br><span style="color:red;font-weight:bold">Failure to follow these two steps may result in your image being deleted.</span><br>If you need further help or don't understand these instructions, ask a <a href="http://finalfantasy.wikia.com/wiki/Project:Staff">Staff member</a> for help.</div><br
+
Upload" onclick="return WMU_upload(event);" /><div>Before uploading, <span style="color:red;font-weight:bold">please observe</span> the following rules:</div><div style="margin-left:24px">Type "&#91;[Category: ]]", and after the colon put the name of the game your image is from as well as what kind of image it is. For example, an image of an enemy in <i>Final Fantasy II</i> would go under &#91;[Category:Final Fantasy II Enemy Images]]. A list of categories can be found either in <a href="http://finalfantasy.wikia.com/wiki/Special:Categories">Special:Categories</a> or by browsing through the top category <a href="http://finalfantasy.wikia.com/wiki/Category:Final_Fantasy_Wiki">Category:Final Fantasy Wiki</a>. If your image isn't from a game, put it in "&#91;[Category:User Images]] or &#91;[Category:Fanart]]".<br>Type "&#123;{SECopyright}}". If your image is specifically a screenshot, type "&#123;{Screenshot}}" instead. For fanart you've made, use "&#123;{FCopyright}}".<br><span style="color:red;font-weight:bold">Failure to follow these two steps may result in your image being deleted.</span><br>If you need further help or don't understand these instructions, ask a <a href="http://finalfantasy.wikia.com/wiki/Project:Staff">Staff member</a> for help.</div><br
 
</nowiki>
 
</nowiki>
 
-----
 
-----
   
You'll need to add the nowiki tags yourself.
+
No nowiki tags needed.
   
 
If you want to know why it works, it's because I close the button coding after "Upload", and then at the end I open a br tag, which inherits the coding originally intended for the button, but it's not compatible with br so it doesn't effect the page, but doesn't leave empty code on the page. [[User:JBed|JBed]] 13:04, December 8, 2011 (UTC)
 
If you want to know why it works, it's because I close the button coding after "Upload", and then at the end I open a br tag, which inherits the coding originally intended for the button, but it's not compatible with br so it doesn't effect the page, but doesn't leave empty code on the page. [[User:JBed|JBed]] 13:04, December 8, 2011 (UTC)

Revision as of 13:35, 8 December 2011

Problem Scathe, no font coloring or linking. "<br>" tags are needed to denote new lines, though the coding may not work. Doreiku Kuroofangu 21:56, December 7, 2011 (UTC)

MediaWiki talk:Oasis-upload-photos-title. The code I used there should work.
I actually have no idea where this text actually goes in Oasis. 79.69.207.78 22:00, December 7, 2011 (UTC)
Click Edit, then Upload Photo on the right sidebar. Doreiku Kuroofangu 22:02, December 7, 2011 (UTC)
Also the first line needs to be "Upload" on its own, the font coloring appears to not work because the first line is the text that appears in the "upload" clickable bar. I think perhaps we may need to turn this over to Bluesey. Doreiku Kuroofangu 22:03, December 7, 2011 (UTC)

Upload<div>Before uploading, <span style="color:red;font-weight:bold">please observe</span> the following rules:</div><div style="margin-left:24px">Type "[[Category: ]]", and after the colon put the name of the game your image is from as well as what kind of image it is. For example, an image of an enemy in <i>Final Fantasy II</i> would go under [[Category:Final Fantasy II Enemy Images]]. A list of categories can be found either in <a href="http://finalfantasy.wikia.com/wiki/Special:Categories">Special:Categories</a> or by browsing through the top category <a href="http://finalfantasy.wikia.com/wiki/Category:Final_Fantasy_Wiki">Category:Final Fantasy Wiki</a>. If your image isn't from a game, put it in "[[Category:User Images]] or [[Category:Fanart]]".<br>Type "{{SECopyright}}". If your image is specifically a screenshot, type "{{Screenshot}}" instead. For fanart you've made, use "{{FCopyright}}".<br><span style="color:red;font-weight:bold">Failure to follow these two steps may result in your image being deleted.</span><br>If you need further help or don't understand these instructions, ask a <a href="http://finalfantasy.wikia.com/wiki/Project:Staff">Staff member</a> for help.</div>


I'm 65% sure that will work. 10% of me thinks that using Wmu-upload-btn is hopeless. 20% of me thinks that the Upload button will have lots of empty space after it and look suck. The other 5% is that I made a typo or forgot something. JBed 22:21, December 7, 2011 (UTC)

Scathe, someone forgot the No Wiki tags. :) Doreiku Kuroofangu 23:22, December 7, 2011 (UTC)

I assumed the nowiki tags did nothing, since links weren't working before anyway.

Resolving this would be a lot easier if I had admin rights somewhere. I need to find a dead wiki to adopt. JBed 23:33, December 7, 2011 (UTC)

Okay, the reason I think it doesn't work is because, essentially, the code probably looks like this (I imagine):

  • <button name="Wmu-upload-btn" onclick="return WMU_upload(event);" />

For an idea, it's like our tabs... they use "title=" or something. You aren't going to be able to put colour changes, br tags, and div and span tags in that space. Unless you break it. Which is why I imagine as soon as stuff moves to the next lines, they work.

So logically speaking, that space you are trying to edit... it's not made for a long explanation. It's only there to be the name for the button users click to upload an image. JBed 00:05, December 8, 2011 (UTC)

It's too bad it didn't work out. Looking back at this, I wish I had realized that btn stood for button before you pointed it out. :P ScatheMote 00:35, December 8, 2011 (UTC)
I noticed that at the start. I was very confused when I noticed that we were trying to edit the previous system message that had "title" in its name. I was comforted when it was discovered it was the wrong system message, but confused further when we were editing a "button" that by default says "Upload" on it. :p JBed 00:48, December 8, 2011 (UTC)

It does actually work

I was going to tell you to do this yesterday, before I classed the entire thing as hopeless, but I thought if it didn't work it would be too much effort telling you to make minor tweaks.

But I just tried it at my own wiki and it worked in one shot.


Upload" onclick="return WMU_upload(event);" /><div>Before uploading, <span style="color:red;font-weight:bold">please observe</span> the following rules:</div><div style="margin-left:24px">Type "[[Category: ]]", and after the colon put the name of the game your image is from as well as what kind of image it is. For example, an image of an enemy in <i>Final Fantasy II</i> would go under [[Category:Final Fantasy II Enemy Images]]. A list of categories can be found either in <a href="http://finalfantasy.wikia.com/wiki/Special:Categories">Special:Categories</a> or by browsing through the top category <a href="http://finalfantasy.wikia.com/wiki/Category:Final_Fantasy_Wiki">Category:Final Fantasy Wiki</a>. If your image isn't from a game, put it in "[[Category:User Images]] or [[Category:Fanart]]".<br>Type "{{SECopyright}}". If your image is specifically a screenshot, type "{{Screenshot}}" instead. For fanart you've made, use "{{FCopyright}}".<br><span style="color:red;font-weight:bold">Failure to follow these two steps may result in your image being deleted.</span><br>If you need further help or don't understand these instructions, ask a <a href="http://finalfantasy.wikia.com/wiki/Project:Staff">Staff member</a> for help.</div><br


No nowiki tags needed.

If you want to know why it works, it's because I close the button coding after "Upload", and then at the end I open a br tag, which inherits the coding originally intended for the button, but it's not compatible with br so it doesn't effect the page, but doesn't leave empty code on the page. JBed 13:04, December 8, 2011 (UTC)