A fact in Amapedia is a piece of information about the subject of an article. Every article can have many facts; each fact consists of a name and optionally a list of values.
For example, a "singleton fact" (name-only) such as Side Quests on a computer game would indicate, presumably, that it featured side quests; "multi-part facts" (facts with a name and a list of values) such as Publisher: Atari or Designer: Sid Meyer, Brian Reynolds can convey specific information about different aspects of a product.
Add each fact on its own line in the Facts box on the article’s edit page. For a singleton fact, just type the name. For a multi-part fact, type the name, a colon (:), and each value. Separate multiple values with commas (,). If the value itself contains a comma, precede that comma with a backslash (\). Some examples:
Platform: XBox, Nintendo GameCubeAs you type, amapedia will suggest names and values users typically enter for other like products.
Yes, despite the name. Should a fact you list become controversial or lead to a revert war, it probably belongs in the Description section as a "controversial issue".
The thing is, there can only be one current set of facts for an article. It is up to the community to decide if something belongs there or not, whether it should be a singleton or multi-part fact (or even a "This Is A" tag), what the fact’s name should be, and what standard format (if any) the values should take.
I often hear "the book was better". When was the movie better? Don't mention movie "novelizations", which are just books that adapt the movie after the fact. I'm really interested in movies that surpassed the books on which they were based. |
Between the fact the 2 of the characters die and it's the very last book, I'm sort of dreading reading it! |
This works:
echo "<meta http-equiv=\"refresh\" content=\"10;url=";
echo "http://www.yahoo.com\" />";
but this doesn't:
echo "<meta http-equiv=\"refresh\" content=\"10;url=";
echo "\"$pathdirectory\" />";
$pathdirectory = a fully functional URL. (???)
Viewing the source of the HTML generated by the PHP, the one with the variable looks perfect, just like the yahoo one, but a different, complete URL, but it never redirects. ???
So, why would a variable not work?
Again, the variable when viewing the sources looks perfect, example:
http://www.site.com/path1/file.php
Any ideas as to why it doesn't refresh/redirect? |
|
||||