MediaWiki edit (Category edit)
Also list complaints / wish-list MediaWiki features here (for now).
I believe the answer, in MediaWiki, is: you can't! You can move pages in one atomic operation, but not sections. They shoudl be treated more like objects, less like simple wikitext.
Is there any way I can put a section of a page in a category and have that category indicator show up in that section (or in multiple sections) rather than on the bottom of the page?
I don't want to be forced to create a tiny stub of a page for something just to put it in a category.
There seem to be some nice database-like features that are only available for page objects.
Obviously, MediaWiki is more of a wiki than a database, so I shouldn't expect the power I would have if, say, I could have each section on the page be a row in a table.
I can see how subpages might get annoying when you get to have a certain number of them. Then I might want to "upgrade" to using categories. But is there an easy "upgrade path"? Or do I have to manually go to each page, rename it (to get rid of the parent page name), and add the category include to it?
I can also see how if a category got big enough, I might even want it in its namespace. But I'm a little bit hesitant to just create new namespaces without having a really good reason/need.
This doesn't work:
a code block that I
want to list in item 2
Nor this:
a code block that I
:want to list :in item 2
And, an intimately related question: Where would/should you put the signature?
Here's a bunch of stuff about something. (If the signature is after the second paragraph, how is it clear that this paragraph is part of that post (by the same author, posted on the same date)??)
More stuff about something (same post). Put the signature here? — Tyler (2006-06-12 22:23)
Now something from a different poster.
On a different date even. — AnotherPoster (2006-04-24)
Here's a bunch of stuff about something. (If the signature is after the second paragraph, how is it clear that this paragraph is part of that post (by the same author, posted on the same date)??)
More stuff about something (same post). Put the signature on its own line? That seems to have the exact same problem.
— Tyler (2006-06-12 22:23)
Now something from a different poster.
On a different date even.
— AnotherPoster (2006-04-24)
Here I'm going to indent all paragraphs in a post except the first.
Now something from a different poster.
— Tyler (2006-06-12 22:23)
— AnotherPoster (2006-04-24)
Tyler (2006-06-12 22:23):
AnotherPoster (2006-04-24):
I might want to make lines bold, strikedthrough, or colored!
This doesn't work! It treats my HTML tags as literal text (even though I don't use < character entities)!
... <b>$wgScriptPath = "/w";</b> <b>$wgPrettyScriptPath = "/wiki";</b> <b>$wgScript = "$wgPrettyScriptPath/index.php";</b> <b>$wgRedirectScript = "$wgPrettyScriptPath/redirect.php";</b> <b>$wgArticlePath = "$wgPrettyScriptPath/$1"; $wgStylePath = "$wgScriptPath/skins"; $wgStyleDirectory = "$IP/skins"; ...
How do I make it work?