• Welcome to Touhou Wiki!
  • Registering is temporarily disabled. Check in our Discord server to request an account and for assistance of any kind.

User talk:TheSinnerChrono

From Touhou Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Hi, welcome to Touhou Wiki! Thanks for your edit to the Scarlet Weather Rhapsody: Demo Scenario page.

Please leave a message on my talk page if I can help with anything! -- Uberfuzzy (Talk) 05:43, 6 June 2009

Good Article!

You made the article, Spelling discrepancies‎. It's a good one. I, maybe everyone, appreciate your work. Thank you very much. --Masuo64 18:04, September 1, 2009 (UTC)

You're quite welcome, and thanks for the compliment. --TheSinnerChrono 18:07, September 1, 2009 (UTC)
Yes, the article will be pivotal in resolving spelling issues once and for all. Great work. TheTrueBlue 19:13, September 1, 2009 (UTC)

The spacing issue

How about a <br /> tag instead of enter down as I checked the HTML code is using <p> when you "change to next line" in the edit box. That's why I kill those spacing thing - KyoriAsh 16:25, October 23, 2009 (UTC)

BR won't work because it produces a different amount of space:
top/bottom of cell
(nothing) EXAMPLE
P

EXAMPLE

BR (1 before and after)
EXAMPLE
BR (1 before, 2 after)
EXAMPLE

between paragraphs
P BR (two)

EXAMPLE
EXAMPLE

EXAMPLE

EXAMPLE
EXAMPLE

EXAMPLE
What's wrong with P, though? It may not always be needed or warranted, but if it's used for a paragraph, then I don't see what it could be hurting. As a comparison, would you do this to avoid using P?
{|
|-
|
|}<br />Paragraph below table.
--TheSinnerChrono 01:48, October 24, 2009 (UTC)
Well it is nothing of using <p>, but as of W3 consortium suggest, no paragraph in <td> code. As your provided example, the source code looks like this:
<td><p>EXAMPLE</p></td>
In which <p> is not encourage to insert in table code.
Well, since this is Wiki, the above reply may seems to be "rubbish", but not for HTML editors ^^. Never mind then, the "enter" format may quite "be formattable". -- KyoriAsh 07:45, October 24, 2009 (UTC)
I think you might have that backwards: A table can't be in P, but the other way around should be fine. This W3C document about tables says in part:
The order of precedence (from highest to lowest) for the attributes align, char, and charoff is the following:
1. An alignment attribute set on an element within a cell's data (e.g., P).
Also, I ran the following code through their validator, and it passed:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">

<head>
<title>Test</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
</head>

<body>

<table border="1" cellpadding="5">
  <tr>
    <th>Reimu</th>
    <td><p>That flying thing is so fast!</p>
        <p>I'm not going to catch up to it if I'm half-hearted about it!</p></td>
  </tr>
</table>

</body>
</html>
This email about their CSS validator also suggests that P can be placed in TD.
Anyway, you're right about wikis being generally lenient with format. It's unfortunate, but it can't really be helped without losing what makes them so accessible. (Incidentally, most of this conversation is in a definition list...) --TheSinnerChrono 15:19, October 24, 2009 (UTC)
Erm... aren't we following XHTML 1.0 Transitional instead of good old HTML 4.01? Well I try to read the XHTML 1.0 documents first. - KyoriAsh 16:36, October 24, 2009 (UTC)
Addon: OK, I just know from the e-mail that says about the TD issue... It seems that the validator at that year (so.... unfortunate I tested at that year last time about the TD can't have inline statement) having a bug... OK thanks for informing of P is allow in TD and TH inline. Currently I prefer of XHTML 1.0 writing format~ - KyoriAsh 16:50, October 24, 2009 (UTC)
Oh, I didn't think of changing it to XHTML (I started with a template .html file that I have, so I forgot). To confirm, it does still pass as XHTML 1.0 Transitional. --TheSinnerChrono 16:58, October 24, 2009 (UTC)

Organisation

Thank you for organising the talk page on Shingyoku's profile! I would have done that myself if I knew how, but I'm still a n00b at talk pages... I think I know how now. I tried with this message~

--AliceKirisame 02:42, November 7, 2009 (UTC)

You're welcome. If there's anything you'd like help with, feel free to ask. --TheSinnerChrono 03:32, November 7, 2009 (UTC)

Thank you for fixing the capitalization on the 東方実験室 page, slipped my mind I'm afraid! Certainly good to see that people can make out even mistakes as small as this, so thank you again, please keep it up! --Petit89 05:16, February 16, 2010 (UTC)

Question

How do i put the contents bar? -Dandan550 02:20, December 18, 2009 (UTC)

You can use "__FORCETOC__" to place it directly above the first section header, or "__TOC__" to place it at wherever "__TOC__" is located. If there are at least four section headers, then the table of contents will appear automatically (unless it's disabled via "__NOTOC__"). --TheSinnerChrono 03:02, December 18, 2009 (UTC)