diff --git a/faq.php b/faq.php index d9721a8..7e54339 100644 --- a/faq.php +++ b/faq.php @@ -60,6 +60,216 @@

Once you've done that, sign up for an account (or log in if you've already made one). It's simple and very easy to do. After you're registered, you're more than welcome to just jump in and say hi. We're friendly people and won't bite (usually). Let us know about yourself, how you found us, or whatever's on your mind — or just jump in and start contributing to discussions. "); + + $faq .= faqformat("tags", "What are &tags&?", " + These are variables that can be used in your post header or signature. Once you post, they'll get replaced with a value depending on the tag used. +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Tag + Value +
&numposts&Current post count
&numdays&Number of days since registration
&level&Level
&exp&EXP
&expdone&EXP done in the current level
&expdone1k&EXP done / 1000
&expdone10k&EXP done / 10000
&expnext&Amount of EXP left for next level
&expnext1k&EXP needed / 1000
&expnext10k&EXP needed / 10000
&exppct&Percentage of EXP done in the level
&exppct2&Percentage of EXP left in the level
&expgain&EXP gain per post
&expgaintime&Seconds for 1 EXP when idle
&lvlexp&Total EXP amount needed for next level
&lvllen&EXP needed to go through the current level
&5000&Posts left until you have 5000
&10000&Posts left until you have 10000
&20000&Posts left until you have 20000
&30000&Posts left until you have 30000
&rank&Current rank, according to your amount of
posts
&postrank&Post ranking
&date&Current date
+ "); + + $faq .= faqformat("bbcode", "What is BBcode?", " + BBcode is a simple syntax which you can use on your posts to format the text or add images and videos. Below is a list of the supported tags: +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BBcode + Result +
[b]Bolded text.[/b]Bolded text.
[i]Italicized text.[/i]Italicized text.
[u]Underlined text.[/u]Underlined text.
[s]Strikethrough text.[/s]Strikethrough text.
[abbr=Basic Input/Output System]BIOS[/abbr]BIOS
[sp=terrible]Great[/sp] software.BIOS
[url]http://example.com/[/url]http://example.com/
[url=http://example.com/]Link text here.[/url]Link text here.
[img]https://tcrf.net/images/c/c4/SMB2-smiley.png[/img]
[red]Red color.[/color]Red color.
[green]Green color.[/color]Green color.
[blue]Blue color.[/color]Blue color.
[orange]Orange color.[/color]Orange color.
[yellow]Yellow color.[/color]Yellow color.
[pink]Pink color.[/color]Pink color.
[white]White color.[/color]White color.
[black]Black color.[/color] (bad idea)Black color.
[quote=user]Quoted text.[/quote]
Originally posted by user
Quoted text.
[code]Check it out, it's sample code[/code]" . escape_codeblock("Check it out, it's sample code") . "
[spoiler]Spoiler text.[/spoiler]
Spoiler:
Spoiler text.
[youtube]BrQn-O_zFRc[/youtube] (video ID, e.g. https://www.youtube.com/watch?v=BrQn-O_zFRc)
+ "); /* $faq .= faqformat("n00b", "I have this n00b sticker on my post. What's up with that?", " @@ -220,4 +430,4 @@ } -?> \ No newline at end of file +?>