Hydaelyn Role-Players
How to add the spoilers thing? - Printable Version

+- Hydaelyn Role-Players (https://ffxiv-roleplayers.com/mybb18)
+-- Forum: Community (https://ffxiv-roleplayers.com/mybb18/forumdisplay.php?fid=8)
+--- Forum: Character Workshop (https://ffxiv-roleplayers.com/mybb18/forumdisplay.php?fid=34)
+--- Thread: How to add the spoilers thing? (/showthread.php?tid=13112)



How to add the spoilers thing? - Vincent Sarkoza - 08-23-2015

Or the show hidden thing?


RE: How to add the spoilers thing? - Unnamed Mercenary - 08-23-2015

Spoiler tags?

Code:
[spoiler=optional_title]
put spoiler things here
[/spoiler]



RE: How to add the spoilers thing? - Vincent Sarkoza - 08-23-2015

Thanks a bunch Smile just one more question~ how to insert a picture? i'm having trouble figuring out which one to use and how to use them @.@


RE: How to add the spoilers thing? - Unnamed Mercenary - 08-23-2015

For pictures, I'd use the normal img tag for that, unless you want it to be a certain size. If you use the code editor, you'll have to handle the scaling on your own. If you use the visual editor, it'll ask you.

Code:
[img]URL_of_picture[/img]

[img=widthxheight]URL[/img]



RE: How to add the spoilers thing? - Vincent Sarkoza - 08-23-2015

(08-23-2015, 12:14 PM)Unnamed Mercenary Wrote: For pictures, I'd use the normal img tag for that, unless you want it to be a certain size. If you use the code editor, you'll have to handle the scaling on your own. If you use the visual editor, it'll ask you.

Code:
[img]URL_of_picture[/img]

[img=widthxheight]URL[/img]
hey sorry for being such a noob lol~ but i'm using freelance winzard's template rn. For the spoilers code, only what I type shows up : / and for the img I'm trying to use only the link i put down shows up : (


RE: How to add the spoilers thing? - Unnamed Mercenary - 08-23-2015

Is this forum-based or for the wiki?

The wiki uses different tags for all of that.


RE: How to add the spoilers thing? - Vincent Sarkoza - 08-23-2015

ohhhhh ok so that's why it wasn't working


RE: How to add the spoilers thing? - Unnamed Mercenary - 08-23-2015

Here are some code snippets for the wiki.

To spoiler something
Code:
<spoiler>
spoiler stuff here
</spoiler>

To make a link to another wiki page (#REDIRECT is something else)
Code:
[[internal link]]

To add in a picture, upload it to the wiki first, then wrap up the File: portion
Code:
[[File:filename.ext]]



RE: How to add the spoilers thing? - Vincent Sarkoza - 08-23-2015

(08-23-2015, 12:43 PM)Unnamed Mercenary Wrote: Here are some code snippets for the wiki.

To spoiler something
Code:
<spoiler>
spoiler stuff here
</spoiler>

To make a link to another wiki page (#REDIRECT is something else)
Code:
[[internal link]]

To add in a picture, upload it to the wiki first, then wrap up the File: portion
Code:
[[File:filename.ext]]
Thanks so much Big Grin funny enough i just noticed that it was <> instead of []