| TuxScreen on SourceForge | TuxScreen CVS | search the Wiki |
| Browsing -> Wiki -> Users -> [JAWH] |
| edit, info, topics, orphans, hubs and nodes, or recent changes in the Wiki | create a new user or login |
|
Wiki is great fun. I've decided to fiddle around a bit and see what I come up with. If anyone cares to contribute, go right ahead. For Reference:
Playground: Experiments with WikiI've just discovered Wiki and I'm curious about the interactions between various things. I'll be posing questions and attempting to find the answer. Wiki may not be worth all this trouble, but I'm having great fun :)
Basic Wiki
FormattingCan Wiki things like * be embedded in words? Let's see: *bold*word, _italic_word Nope. Only entire words can be formatted thusly. *boldword*, italicword Woopsie. My bolds didn't work. Must have been that naughty comma. Let's try that again bold with no comma, and italics But of course.
Horizontal LinesNow let's see how many dashes you need to make a nifty horizontal rule (or, "line", as they say). The line up at the top is four dashes as shown in WikiFormat. Let's try less: Three Two -- One - Okay, to create a line requires at least 3 hyphens (a.k.a. dashes). Let's see if we can make a line immediately after or before a paragraph (and by immediately, I mean without surrounding it with blank lines). I'll press Enter once, put three dashes, press Enter again, and type some more. And here we are. That worked well, but what's this? The font's gone and changed! This text must be on the same paragraph as the line before, and for some reason that's fiddled with the HTML. Let's try that again, pressing Enter twice after the dashes. That seems to have done it. Now let's see if I can change the font again simply by pressing Enter only once between paragraphs. Hullo? Testing, testing, one two three. Did I trick you? I did the italics myself :) However, we see that the text is still in the same font (and, in fact, still in the same paragraph), so no cigar. Back to lines real quick: can we end a paragraph with one? Let's find out. Here come three dashes: --- And three dashes are what we got. Now let's start a line with one. Three dashes begin the following paragraph, followed immediately by the text.
Same as before, apparently. A line, and a changed font. What can we learn from this? Two things:
All this talk about newlines leaves me wondering how more than two are treated. I'll press Enter five times and see what we get:
Just one blank line. So, any more than two newlines in a row are discarded.
SummaryLet's summarize what we've discovered thus far:
A Foray into HTMLNow WikiFormat lists all the HTML codes that are supported, and I'll list them again just for the heck of it: H?, CODE, CITE, KBD, PRE, Q, SUB, SUP, S, STRIKE, TT, and VAR Let's see what these all do (suddenly I'm grinning hugely). The H code must be headers, i.e. H1 through H6. Thusly,
This should be massive, being header one (H1),and this should be smaller, being H2and so forth down to H6.Let me point out that I typed all that in a single line like so: <H1>This should be massive, being header one (H1),</H1><H2>and this should be smaller, being H2</H2><H6>and so forth down to H6.</H6> This text must have been passed straight to HTML, which typically does a line break after headers. That example leads to another interesting discovery about Wiki: although it's not mentioned in WikiFormat, characters such as < and > (less than and greater than) are supported, which in turn means that I produced the earlier line by typing: <H1>This should be massive, being header one (H1),</H1><H2>and this should be smaller, being H2</H2><H6>and so forth down to H6.</H6> And I'm not showing you how that line was produced or I'll be here all afternoon.
And here we are again. Yesterday I was on a different machine, running a
|
|
|
|