Formatting questions
TappedOut forum
Posted on Jan. 17, 2015, 3:11 p.m. by PlattBonnay
I'm trying to add some better organization to the descriptions of decks, but Im not sure of how to format it.
Can anyone provide a brief explanation of how to format text to be in a subsection, where it is naturally hidden, but after clicking a link it expands to reveal the text?
Thanks in advance
You could use jQuery to make the lookup relative and not change ids.
January 17, 2015 3:30 p.m.
Femme_Fatale says... #4
If Epoch's tutorial isn't easy to understand I have one on this deck list: Ack! Run Hans Run! The Slivers Are Coming!.
January 17, 2015 3:34 p.m.
vampirelazarus says... #5
yeaGO: if someone doesn't know html, why would they know how to use jQuery? Just sayin' :P
Also.... what is jQuery?
January 17, 2015 3:52 p.m.
I agree.
I've actually got some ideas about making this easier for people to do.
And a branch that makes updates collapsible so crazy people like epoch with dozens of updates can finally have less novella decks.
January 17, 2015 3:57 p.m.
yeaGO, making it easier would be really appreciated :) My vote goes for adding bbcode system. It's easy to use and has many features that would work well with this site (and is very similar to thing we already use here).
January 17, 2015 4:33 p.m.
vampirelazarus says... #11
We have markdown, which is like a more powerful bb code.
January 17, 2015 5:11 p.m.
Uh you can just use
((details))((summary))Title((/summary))
Content
((/details))
It's super easy.
January 17, 2015 5:18 p.m.
Oh, sorry for my ignorance. Is there somewhere a proper list of all usable commands that we can use?
January 17, 2015 8:18 p.m.
vampirelazarus says... #14
Underneath every comment field is a link that says "markdown syntax"
January 17, 2015 8:33 p.m.
Yeah. After that I would really hope there would be something like bbcode for newbies like me... At leastfrom my point of view it is much more easier system to remember and use in general. And I'm not saying it should replace what we have no. it should be an addition if something.
Epochalyptik says... #2
Copy and paste verbatim.
<a id="show_id1" onclick="document.getElementById('spoiler_id1').style.display=''; document.getElementById('show_id1').style.display='none';" class="link"><b>SHOW</b></a><span id="spoiler_id1" style="display: none"><a onclick="document.getElementById('spoiler_id1').style.display='none'; document.getElementById('show_id1').style.display='';" class="link"><b>HIDE</b></a<br /><br />
Content goes here.
<br /></span>
Each "id" needs to be the same within this block of code. If you use multiple instances of these blocks, then each block must have a unique id.
January 17, 2015 3:22 p.m.