This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
nickname912's profile picture

How to make spoilers

Started by nickname912, 06 October 2014 - 02:49 PM
nickname912 #1
Posted 06 October 2014 - 04:49 PM
Hello
How to make spoilers and quotes in a forum post?
Where do I publish games?
H4X0RZ #2
Posted 06 October 2014 - 04:56 PM
1.
you make spoilers like this:

[Spoiler]
some text here
[/Spoiler]

2. You can publish your games in the "Programs" section
KingofGamesYami #3
Posted 06 October 2014 - 05:03 PM
1. normal spoilers:

[spoiler]
stuff
[/spoiler]
named spoilers

[namedspoiler="name"]
stuff
[/namedspoiler]
Quotes: At the bottom of posts there is a "Quote" button. Click that.

Oh really Dog?
I am correctThis is using my="" thingy!
Edited on 06 October 2014 - 04:11 PM
Dog #4
Posted 06 October 2014 - 05:16 PM
I believe the named spoiler shouldn't have the '=' or the quotes
TestThis is using '=' and quotes

SpoilerThis is not using '=' or quotes

The second looks like this

[NAMEDSPOILER Test]
This is not using '=' or quotes
[/NAMEDSPOILER]

Also, don't forget you can replace 'spoiler' with 'code' for posting code.
Edited on 06 October 2014 - 03:17 PM
nickname912 #5
Posted 07 October 2014 - 05:50 AM
Thank you
Cranium #6
Posted 07 October 2014 - 05:59 AM
Since this is forum related, I'm moving it to the forum section.
theoriginalbit #7
Posted 07 October 2014 - 06:13 AM
-snip-
-snip-
There is no specific way to do named spoilers, take a look at the following 6

Spoiler

Spoiler

Spoiler

Test1

Test1

Test1

made with the following codes

[namedspoiler Test1]
[/namedspoiler]

[namedspoiler 'Test1']
[/namedspoiler]

[namedspoiler "Test1"]
[/namedspoiler]

[namedspoiler=Test1]
[/namedspoiler]

[namedspoiler='Test1']
[/namedspoiler]

[namedspoiler="Test1"]
[/namedspoiler]

It is the one thing IP.Board has actually got right, it can parse a few different formats.

What you cannot do however is have spaces around the = as Dog has pointed out with his demo.
Cranium #8
Posted 07 October 2014 - 06:18 AM
Although, I would like to make note. If you are using spoilers, do not make the actual
Spoilertext any different formatting, or your spoiler cannot be opened in some browsers.

You can do this by highlighting the
Spoilertags, and clicking on the [acronym='Remove Format']eraser icon[/acronym] in the editor toolbar.
danieldigital #9
Posted 08 May 2018 - 01:29 AM
Although, I would like to make note. If you are using spoilers, do not make the actual
Spoilertext any different formatting, or your spoiler cannot be opened in some browsers.

You can do this by highlighting the
Spoilertags, and clicking on the [acronym='Remove Format']eraser icon[/acronym] in the editor toolbar.

Unrelated, but how did you tooltip it?

Edit: I know I have replies, but I feel like such an idiot when I looked at the last reply date.
Edited on 08 May 2018 - 11:12 AM
Bomb Bloke #10
Posted 08 May 2018 - 02:06 AM
You don't. I'm unaware of any BBCode that does that.
Edited on 08 May 2018 - 12:06 AM
Lupus590 #11
Posted 08 May 2018 - 12:35 PM
Unrelated, but how did you tooltip it?

I belive moderators have access to another editor which uses another format which allows them to do fancy stuff like that.
danieldigital #12
Posted 08 May 2018 - 01:17 PM
Unrelated, but how did you tooltip it?

I belive moderators have access to another editor which uses another format which allows them to do fancy stuff like that.

[html]<html>
<style>
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;

/* Position the tooltip */
position: absolute;
z-index: 1;
bottom: 100%;
left: 50%;
margin-left: -60px;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
</style>
<body style="text-align:center;">
<div class="tooltip">Wait…
<span class="tooltiptext">I can do something similar.</span>
</div>
</body>
</html>[/html]
SquidDev #13
Posted 08 May 2018 - 01:45 PM
I belive moderators have access to another editor which uses another format which allows them to do fancy stuff like that.

[acronym='One can use the acronym tag (see "Special BB Code" next to the font selection).']Not quite[/acronym]
Edited on 08 May 2018 - 11:45 AM
EveryOS #14
Posted 08 May 2018 - 02:41 PM
Just wanted to point out, ya'll do realize you can [acronym='As in, use mismatched styling in your tags. It breaks the forums lexer or whatever.']escape[/acronym] spoilers without code tags?
[spoiler]
This is not a spoiler
[/spoiler]
Edited on 08 May 2018 - 12:49 PM
danieldigital #15
Posted 08 May 2018 - 08:25 PM
Just wanted to point out, ya'll do realize you can [acronym='As in, use mismatched styling in your tags. It breaks the forums lexer or whatever.']escape[/acronym] spoilers without code tags?


Oh, you do [acronym='Okay.']this[/acronym]?
Edited on 13 May 2018 - 11:09 PM
Stekeblad #16
Posted 09 May 2018 - 06:48 AM
You can't read tooltips if you are on the mobile/smartphone version of the forum.