Page 1 of 1
Forum buttons
Posted: Mon 12 Apr , 2010 6:40 pm
by Cartoon
So what dose Code -
do?
and why 2 lists?
What dose [*] do?
<- How dose this work?
<-- this 1 should be quite easy, copy and paste from google images or something?
Re: Forum buttons
Posted: Mon 12 Apr , 2010 6:59 pm
by Deathblade
Code does :
(Example code)
Code: Select all
Define CONF_WORD = 0x31f4
Define CLOCK_FREQUENCY = 4
ADCON0 = %00001000 'Pin AN2 en analog, Vref sur VDD
ANSEL.2 = 1 'AN2 en entrée
TRISIO.1 = 0
Dim ad As Word
GPIO.1 = 0
loop:
Adcin 2, ad
If ad > 900 Then
GPIO.1 = 1
Endif
If ad < 870 Then
GPIO.1 = 0
Endif
WaitUs 1
Goto loop
Re: Forum buttons
Posted: Mon 12 Apr , 2010 7:27 pm
by Cartoon
Ahh okay - I don't think I'll ever use that :S Whats the code used for anyway? and what about other buttons?

Re: Forum buttons
Posted: Mon 12 Apr , 2010 7:33 pm
by THE_NICAM
Creating an Unordered list
BBCode supports two types of lists, unordered and ordered. They are essentially the same as their HTML equivalents. An unordered list outputs each item in your list sequentially one after the other indenting each with a bullet character. To create an unordered list you use
and define each item within the list using [*]. For example to list your favourite colours you could use:
Code: Select all
[list]
[*]Red
[*]Blue
[*]Yellow
[/list]
This would generate the following list:
Creating an Ordered list
The second type of list, an ordered list, gives you control over what is output before each item. To create an ordered list you use
to create a numbered list or alternatively
for an alphabetical list. As with the unordered list, items are specified using [*]. For example:
Code: Select all
[list=1]
[*]Go to the shops
[*]Buy a new computer
[*]Swear at computer when it crashes
[/list]
will generate the following:
- Go to the shops
- Buy a new computer
- Swear at computer when it crashes
Whereas for an alphabetical list you would use:
Code: Select all
[list=a]
[*]The first possible answer
[*]The second possible answer
[*]The third possible answer
[/list]
giving
- The first possible answer
- The second possible answer
- The third possible answer
Re: Forum buttons
Posted: Mon 12 Apr , 2010 7:52 pm
by Cartoon
lol swear at computer when it crashes
Thank you for that guide. But I think I can stick to the DIY
Re: Forum buttons
Posted: Sat 08 May , 2010 6:29 pm
by Nardaq_NL
Cartoon wrote:Ahh okay - I don't think I'll ever use that :S Whats the code used for anyway? and what about other buttons?

the code tag is used to use a fixed distance font type like courier. Its makes a better view to display "code" or other Ascii stuff
quick google search for a example
Code: Select all
TTL to MMi99 input interface
BC547 MMi99 I/P
10K --------------------
TTL input ___ |/
------------|___|------|
|>
|
GND | MMi99 0V
-------------------------o------------------
and now w/out the tag
TTL to MMi99 input interface
BC547 MMi99 I/P
10K --------------------
TTL input ___ |/
------------|___|------|
|>
|
GND | MMi99 0V
-------------------------o------------------
u can see the extra tabs and space-bars are ingnored
the
can be used in a few ways
[b]*[/b] no ... .google.nl
(use quotes to show up half linked url's like: &playnext_from=TL&videos=lJ1G9IXmxgw&feature=rec-LGOUT-exp_stronger_r2-2r-8-HM)
* give the URL a name
[ URL=
www.google.nl]yahoo[ /URL ]
yahoo
same way for the
* and the same to show up a small picture linked to a bigger one (Thumbnails)
[ URL=
http://homepage.eircom.net/~JBarrett847/Shot01071.jpg][ IMG ]
http://fpmedia.insidegamer.nl/avatars/15076.jpg[ /IMG ][ /URL ] (U can use img= but its not working

)

Re: Forum buttons
Posted: Fri 16 Jul , 2010 12:30 am
by KimiRäikkönen
The only code i know:
(\/)
(O.o)
|"||"|

Re: Forum buttons
Posted: Fri 16 Jul , 2010 2:10 pm
by Azarael
Necromancy, locked.