Foren / Cotonti / Core Labs / Archive / Standard bbcodes list

123NächsteLetzte

Trustmaster
#1 22. August 2008, 06:22
Please post in this topic bbcodes which must be present in standard installation (keeping in mind that the rest could be added later in Admin panel or with plugins). You can also list optional plugins after the word "Optional:".
May the Source be with you!
NovoKain
#2 22. August 2008, 07:25
- code

Working
<object></object>
code for embed video like <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/JTIBMhs80H8&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/JTIBMhs80H8&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
Orkan
#3 22. August 2008, 07:25
[color=#00ff00]
[color=green]

instead of:
 [green], [blue] 
etc..
Perl - the only language that looks the same before and after RSA encryption.
Trustmaster
#4 22. August 2008, 10:00
I mean a complete bbcode list from scratch is needed.
May the Source be with you!
Boss
#5 22. August 2008, 11:33
#619 NovoKain : - code
It impossible. This tag for strike text.

My offer.
	
COMPULSORY
============

1. Style text
[b]text[/b] - Makes text bold.
[i]text[/i] - Makes text italicized.
[u]text[/u] - Underlines text.
[s]text[/s] - Strikes out text.

2. Aligns text, pictures, etc
[left]left align[/left]	- Aligns enclosed items to the left.
[center]centered[/center] - Aligns enclosed items to the center.
[right]right align[/right]	- Aligns enclosed items to the right.

3. Codes and quotes.
[ code ]code[ /code ] - Used to insert codes.
[ quote ]text[ /quote ] or [ quote=Author ]text[ /quote ] - Used to insert quote box.

4. Images and links.
[img]http://somesite/image.jpg[/img] - Inserts image
[url]http://somesite[/url] or [url=http://somesite]Site Name[/url] Inserts link

5. Color tags (as were in SE)
[black][/black]
[grey][/grey]
etc

OPTIONAL
=========

[list]
[li]item[/li] - Inserts items in list format (points).
[/list]

[list]
[ol]item[/ol] - Inserts items in list format (numbers).
[/list]

[table][/table]	- Inserts a table.
[tr][/tr] - Inserts a row into a table.
[th][/th] - Inserts a title column into a table.
[td][/td] - Inserts a column into a table.

Ratibor
#6 22. August 2008, 12:32
COMPULSORY
============

1. Style text
[b]text[/b] - Makes text bold.
[i]text[/i] - Makes text italicized.
[u]text[/u] - Underlines text.
[s]text[/s] - Strikes out text.
[_]
[br]
[hr]
[sub]
[sup]

2. Aligns text, pictures, etc
[align=left]left align[/align] - Aligns enclosed items to the left.
[align=center]centered[/align] - Aligns enclosed items to the center.
[align=right]right align[/align] - Aligns enclosed items to the right.
[align=justify]justifyalign[/align] - Aligns enclosed items to the justify.

3. Codes and quotes.
[ code ]code[ /code ] - Used to insert codes.
[ quote ]text[ /quote ] or [ quote=Author ]text[ /quote ] - Used to insert quote box.
[acronym="XXXXX"]yyyyyyyyyyy[/acronym]
[ spoiler]XXXXXXXXXXXXX[ /spoiler]
[hide]xxxxxxxxx[/hide]
[hide=Y]xxxxxxxxx[/hide]

4. Images and links.
[img]http://somesite/image.jpg[/img] - Inserts image
[url]http://somesite[/url] or [url=http://somesite]Site Name[/url] Inserts link
[ email=][/email]

5. Color tags (as were in SE)
[color=red]
[color=black]
etc

6. List tags
[list]
[*] - Inserts items in list format (points).
[/list]

[list=1]
[*] - Inserts items in list format (numbers).
[/list]

7. Table tags
[table][/table] - Inserts a table.
[caption]Header[/caption]
[tr][/tr] - Inserts a row into a table.
[th][/th] - Inserts a title column into a table.
[td][/td] - Inserts a column into a table.
Не задавай глупых вопросов, не услышишь вранья.
Kilandor
#7 22. August 2008, 18:59
Here is a much better version of list/li
	'[li]' => '<li>',
	'[/li]' => '</li>',

	'\\[list=(square|disc|circle|none)\\]' => '<ul type="\\1">',
	'\\[li=(square|disc|circle|1|a|A|i|I)\\]' => '<li type="\\1">',
Dayver
#8 22. August 2008, 21:13
I think does not need forget this bbcode
[newpage]
[title][/title]
Pavlo Tkachenko aka Dayver
Trustmaster
#9 23. August 2008, 06:13
newpage bbcode is actually parsed in page.inc.php, not in parser
May the Source be with you!
Boss
#10 25. August 2008, 02:45
[align=left]left align[/align] - Aligns enclosed items to the left.
[align=center]centered[/align] - Aligns enclosed items to the center.
[align=right]right align[/align] - Aligns enclosed items to the right.
[align=justify]justifyalign[/align] - Aligns enclosed items to the justify.
This much complicated way.

[acronym="XXXXX"]yyyyyyyyyyy[/acronym]
[ spoiler]XXXXXXXXXXXXX[ /spoiler]
[hide]xxxxxxxxx[/hide]
[hide=Y]xxxxxxxxx[/hide]
This much seldom to whom it is necessary. Offer this place in OPTIONAL.

[caption]Header[/caption]
This not understandable why.
Boss
#11 25. August 2008, 02:47
So for list all want used diferent tags, that their too possible carry in OPTIONAL.
esclkm
#12 17. Dezember 2008, 23:23
size - i think that this bb code is not necessary
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты
Trustmaster
#13 17. Dezember 2008, 23:41
How do you set sizes when you write articles then?
May the Source be with you!
Lombi
#14 18. Dezember 2008, 00:31
Yep, size is necessary.
<a href="http://www.domenlo.com">Surreal Art</a>
esclkm
#15 18. Dezember 2008, 00:40
i think that we have h1-h7 bbcodes.
and if we will use fontsize it may make site no so strong. site becomes look like new year tree.
littledev.ru - мой маленький зарождающийся блог о котонти.
снижение стоимости программирования и снижение стоимости производства разные вещи. Первое можно скорее сравнить с раздачей работникам дешевых инструментов, чем со снижением зарплаты

123NächsteLetzte