Grand Prix Racing Online Forum > General forum > Forum Edition Resources Guide Temu stavi na listu ignoriranja Temu stavi na listu praćenja
Stranica [1
Začetnik Tema: Forum Edition Resources Guide 3 odgovora
Florencia Caro
(Grupa Amateur - 69)



GPRO Ekipa
Teme: 17129
  Država:
Argentina 
Potvrđeno: 
Sviđa mi se ova poruka (29)   Ne sviđa mi se ova poruka (2)
Stari post #1 objavljeno 8 Ožu 2019, 20:50:35 (zadnji uredio8 Ožu 2019, 21:11:59 od Florencia Caro) Citat 
Welcome to the Forum Edition Resources Guide


Here you'll find a list of forum codes, working BBcodes plus some other useful resources that will help you pimp your posts.

It's divided in 3 sections:

Available to all forum users
Available with image rights
Combining and nesting tags

Image rights are granted by request (contact a forum moderator) to Topic Mods hosting specific topics, such as Silly Games. Also, image rights are enabled by default inside Team Forums and Manager's Mailboxes.

This topic is not a discussion topic, hence, it'll be locked. If you have questions, found a problem or want to comment, use
this topic

Special thanks to Vlad, who finished the job Jukka started, fixing the bugs the Table Tag had, and Jukka himself of course. Credits to Gulf Porsche Racing and Jaguar Racing for being sources in my research. The job they did FOBYing codes was very valuable and at least 50% of the guide content.

Last version March 2019
Florencia Caro
(Grupa Amateur - 69)



GPRO Ekipa
Teme: 17129
  Država:
Argentina 
Potvrđeno: 
Sviđa mi se ova poruka (19)   Ne sviđa mi se ova poruka (0)
Stari post #2 objavljeno 8 Ožu 2019, 20:50:53 Citat 
Available to all forum users


Remember to remove the spaces for those to work - Displayed this way to make codes "visible"

Site's internal links

Link toCodeExampleReference
Manager Profile [ ml=ManagerID]Text[ /ml] Vladimir Alexandrov Manager's ID number is found at end of the manager's profile URL
/ManagerProfile.asp?IDM=1
Team Profile [ tl=TeamID]Text[ /tl] Groinkpff! Team ID number is found at end of the team's profile URL
/TeamProfile.asp?TeamId=51
Track Details [ tr=TrackID]Text[ /tr] Interlagos Track ID numbers are found at the end of the track details URL
/TrackDetails.asp?id=1


Emojis

CodeResult
: upset :
: cool :
[ cup ]


For the fresher managers, was the graphic appearing after GPRO Individual/Team Champion's names. When teams got to 2 digits it was replaced for the current one to save space

You can also insert unicode characters freely:
https://unicode.org/emoji/charts/full-emoji-list.html


BBCodes

Text Formatting

Text Format CodeResult
[ u ]Underline[ /u ] Underline
[ b ]Bold[ /b ] Bold
[ s ]Strikethrough[ /s ] Strikethrough
[ i ]Italic[ /i ] Italic


Quotation Box
[ quote]Quotation Box[ /quote]
Quotation Box


If you want to link a particular post, the Quote button generates a fully formatted code, including a link back to the post, all at one click.

Short Quotation
[ q=TopicNumber|PostNumber][ /q]
Example:
[ q=9404|715983]Newbie Forum Guidelines[ /q]
Newbie Forum Guidelines

Notice that the post number stands for the entire forum, not the topic post number. Post ID numbers are found within the URL of the post, when you click on # link at the top left of the particular post
/forum/ViewTopic.asp?TopicId=9404&PostId=715983#post715983


To get it without typing so much, simply click Quote command in the post and copy this part of the quote
[ q=9404|715983 ] Quote [ /q ]
then replace with desired text.

It can also be used with the topic number only, without post reference, to link a chosen topic

[ q=TopicNumber|][ /q]
Example:
[ q=17948| ]Newbies, introduce yourselves![ /q ]
Newbies, introduce yourselves!

You can also use this method to quote team forum posts. The only difference is that the code will have |t added after the post ID to reference the team forum. It works internally and if clicked by someone not within the team, it'll lead them to their own team forum (in case the manager is in a team)

Example:
[ q=1|1|t]Just a fictitious example[ /q]
Just a fictitious example

Once again, post # reference is for whole team forum section and not the particular topic.

YouTube Videos

[ youtube]Code after "v=" on youtube URL[/ youtube]
Example:
[ youtube ]nkScxXnmee4[ /youtube ]


Code Tag

To get this result

1. Overview
Grand Prix Racing Online is a web based motor sport management game, where you get to control and influence a racing team of your own. Sign drivers, technical directors, and staff. Negotiate with sponsors, and other managers to form teams. Set up your car for qualifying and the race, and set your strategy in order to become the best manager and win the Elite group title.


You need to code this
[ code ]
1. Overview
Grand Prix Racing Online is a web based motor sport management game, where you get to control and influence a racing team of your own. Sign drivers, technical directors, and staff. Negotiate with sponsors, and other managers to form teams. Set up your car for qualifying and the race, and set your strategy in order to become the best manager and win the Elite group title.
[ /code ]

If you want to build a simple table, you can do it by counting the characters and working out the spacing. You need to use 8 characters intervals. Example:



Text Len

G 1
GR 2
GRA 3
GRAN 4
GRAND 5
GRAND_ 6
GRAND_P 7
GRAND_PR 8
GRAND_PRI 9
GRAND_PRIX 10
GRAND_PRIX_ 11
GRAND_PRIX_R 12
GRAND_PRIX_RA 13
GRAND_PRIX_RAC 14
GRAND_PRIX_RACI 15
GRAND_PRIX_RACIN 16
GRAND_PRIX_RACING 17
GRAND_PRIX_RACING_ 18
GRAND_PRIX_RACING_O 19
GRAND_PRIX_RACING_ON 20
GRAND_PRIX_RACING_ONL 21
GRAND_PRIX_RACING_ONLI 22
GRAND_PRIX_RACING_ONLIN 23
GRAND_PRIX_RACING_ONLINE 24


Table Tag

Table tag uses associated tags. In order of hierarchy:
[ table] [ /table ]
[ trow] [ /trow ]
[ th] [ /th ]
[ td][ /td ]

You open and close 1 row tag per row. On the first row, you open as many th tags as needed to place the headers. After that, each cell of the subsequent rows need a td tag. Notice that the higher number of header or cell tags (either of those) determines the number of columns.

Example 1

To obtain this
Header 1Header 2Header 3Header 4Header 5
Column 1 Row 1 Column 2 Row 1 Column 3 Row 1 Column 4 Row 1 Column 5 Row 1
Column 1 Row 2 Column 2 Row 2 Column 3 Row 2 Column 4 Row 2 Column 5 Row 2
Column 1 Row 3 Column 2 Row 3 Column 3 Row 3 Column 4 Row 3 Column 5 Row 3


You need to code this
[ table]
[ trow]
[ th]Header 1[ /th]
[ th]Header 2[ /th]
[ th]Header 3[ /th]
[ th]Header 4[ /th]
[ th]Header 5[ /th]
[ /trow]
[ trow]
[ td]Column 1 Row 1[ /td]
[ td]Column 2 Row 1[ /td]
[ td]Column 3 Row 1[ /td]
[ td]Column 4 Row 1[ /td]
[ td]Column 5 Row 1[ /td]
[ /trow]
[ trow]
[ td]Column 1 Row 2[ /td]
[ td]Column 2 Row 2[ /td]
[ td]Column 3 Row 2[ /td]
[ td]Column 4 Row 2[ /td]
[ td]Column 5 Row 2[ /td]
[ /trow]
[ trow]
[ td]Column 1 Row 3[ /td]
[ td]Column 2 Row 3[ /td]
[ td]Column 3 Row 3[ /td]
[ td]Column 4 Row 3[ /td]
[ td]Column 5 Row 3[ /td]
[ /trow]
[ /table]

Example 2

Placing a tag and leaving the text blank will respect the columns/row structure
Header 1Header 2Header 4
Column 1 Row 1 Column 2 Row 1 Column 3 Row 1 Column 4 Row 1
Column 1 Row 2 Column 2 Row 2 Column 4 Row 2
Column 1 Row 3 Column 3 Row 3 Column 4 Row 3
Column 2 Row 4 Column 3 Row 4 Column 4 Row 4
Column 1 Row 5 Column 2 Row 5 Column 3 Row 5


[ table]
[ trow]
[ th]Header 1[ /th]
[ th]Header 2[ /th]
[ th][ /th]
[ th]Header 4[ /th]
[ /trow]
[ trow]
[ td]Column 1 Row 1[ /td]
[ td]Column 2 Row 1[ /td]
[ td]Column 3 Row 1[ /td]
[ td]Column 4 Row 1[ /td]
[ /trow]
[ trow]
[ td]Column 1 Row 2[ /td]
[ td]Column 2 Row 2[ /td]
[ td][ /td]
[ td]Column 4 Row 2[ /td]
[ /trow]
[ trow]
[ td]Column 1 Row 3[ /td]
[ td][ /td]
[ td]Column 3 Row 3[ /td]
[ td]Column 4 Row 3[ /td]
[ /trow]
[ trow]
[ td][ /td]
[ td]Column 2 Row 4[ /td]
[ td]Column 3 Row 4[ /td]
[ td]Column 4 Row 4[ /td]
[ /trow]
[ trow]
[ td]Column 1 Row 5[ /td]
[ td]Column 2 Row 5[ /td]
[ td]Column 3 Row 5[ /td]
[ td][ /td]
[ /trow]
[ /table]

Example 3

A missing header tag will result in a header missing, while the number of columns is still determined by the subsequent rows:

Header 1Header 2
Column 1 Row 1 Column 2 Row 1 Column 3 Row 1
Column 1 Row 2 Column 2 Row 2 Column 3 Row 2
Column 1 Row 3 Column 2 Row 3 Column 3 Row 3
Column 1 Row 4 Column 2 Row 4 Column 3 Row 4


[ table]
[ trow]
[ th]Header 1[ /th]
[ th]Header 2[ /th]
[ /trow]
[ trow]
[ td]Column 1 Row 1[ /td]
[ td]Column 2 Row 1[ /td]
[ td]Column 3 Row 1[ /td]
[ /trow]
[ trow]
[ td]Column 1 Row 2[ /td]
[ td]Column 2 Row 2[ /td]
[ td]Column 3 Row 2[ /td]
[ /trow]
[ trow]
[ td]Column 1 Row 3[ /td]
[ td]Column 2 Row 3[ /td]
[ td]Column 3 Row 3[ /td]
[ /trow]
[ trow]
[ td]Column 1 Row 4[ /td]
[ td]Column 2 Row 4[ /td]
[ td]Column 3 Row 4[ /td]
[ /trow]
[ /table]

Example 4

SeasonTeamManager 1Manager 2
1 Brabham Hanny Syrjä Lukas Jonaitis
2 Lotus Gordon Ashford Mikko Heikkinen
3 Jordan Chris Williamson Tom Parker
4 Toro Rosso Atis Praudins Rimantas Sagatas
5 Toro Rosso Paul Venner Rimantas Sagatas


Notice that manager profiles can be linked

Example 5

In this example you can see a more complex table. multiple columns are possible, as well as adding formatting tags for text, img tag, etc.

SeasonGroupPosWinsPodiumsPolesF.LapsPointsRacesAvg pts/raceCupTyresMoneyStatus
67 R-3 23 0 0 0 0 0 1 0 R1 $-974.806 Retain group
66 R-3 21 0 0 0 0 0 0 - R1 $-11.395.655 Retain group
65 R-3 19 0 0 0 0 0 0 - R1 $13.597.338 Retain group
64 R-3 20 0 0 0 0 0 1 0 R1 $16.855.322 Retain group
63 R-3 21 0 0 0 0 0 1 0 R2 $26.692.748 Retain group
62 R-3 21 0 0 0 0 0 2 0 R1 $14.384.928 Retain group


That last table took 118 lines of code, so if you want such table, be very patient, work hard and, if possible, get assistance from an edition software. I used an online editor that can be found here: https://www.teamopolis.com/tools/bbcode-table-generator.aspx

You need to edit the code it generates in a text editor though, as the tr tag was replaced at GPRO for trow tag
Florencia Caro
(Grupa Amateur - 69)



GPRO Ekipa
Teme: 17129
  Država:
Argentina 
Potvrđeno: 
Sviđa mi se ova poruka (12)   Ne sviđa mi se ova poruka (0)
Stari post #3 objavljeno 8 Ožu 2019, 20:51:10 Citat 
Available with image rights


Remember to remove the spaces for those to work - Displayed this way to make codes "visible"

BBCodes

Text sizes

Size CodeResult
[ size=+4] This text is +4 [/size] This text is +4
[ size=+3] This text is +3[/size] This text is +3
[ size=+2] This text is +2 [/size] This text is +2
[ size=+1] This text is +1 [/size] This text is +1
[ size=+0] This text is +0 [/size] This text is +0
[ size=-1] This text is -1 [/size] This text is -1
[ size=-2] This text is -2 default size for GPRO [/size] This text is -2 default size for GPRO


Some Basic Colours

This is only a short selection, there are dozens of colors that work with name codes

Color CodeResult
[ color=yellow]Yellow[/color] Yellow
[ color=greenyellow]Green Yellow[/color] Green Yellow
[ color=lime]Lime[/color] Lime
[ color=green]Green[/color] Green
[ color=cyan]Cyan[/color] Cyan
[ color=blue]Blue[/color] Blue
[ color=lightskyblue]Light Sky Blue[/color] Light Sky Blue
[ color=purple]Purple[/color] Purple
[ color=magenta]Magenta[/color] Magenta
[ color=violet]Violet[/color] Violet
[ color=pink]Pink[/color] Pink
[ color=red]Red[/color] Red
[ color=orangered]Orange Red[/color] Orange Red
[ color=brown]Brown[/color] Brown
[ color=chocolate]Chocolate[/color] Chocolate
[ color=orange]Orange[/color] Orange
[ color=gold]Gold[/color] Gold


Simplified hexadecimal color wheel

Instead of the color name, after the = sign the code is formed by #RRGGBB, where first 2 digits represent red, following 2 represent green, and last 2 represent blue, using alphabetic characters A to F (hexa) and numeric characters 0 to 9 (decimal). Some examples:

Color CodeResult
[ color=#FFFF00]Yellow[ / color] Yellow
[ color=#ADFF2F]Green Yellow[/color] Green Yellow
[ color=#00FF00]Lime[ / color] Lime
[ color=#008000]Green[/color] Green
[ color=#00FFFF]Cyan[ / color] Cyan
[ color=#0000FF]Blue[ / color] Blue
[ color=#34547F]GPRO Blue[ /color] GPRO Blue <---- Yes It Is Here
[ color=#800080]Purple[ / color] Purple
[ color=#FF00FF]Magenta[/color] Magenta
[ color=#EE82EE]Violet[/color] Violet
[ color=#FFC0CB]Pink[/color] Pink
[ color=#FF0000]Red[/color] Red
[ color=#FF4500]Orange Red[/color] Orange Red
[ color=#A52A2A]Brown[/color] Brown
[ color=#D2691E]Chocolate[/color] Chocolate
[ color=#FFA500]Orange[/color] Orange
[ color=#FFD700]Gold[/color] Gold


You can find a reference (there are more) of the working colors in the following color wheel



Want to try some funky options?

I love colouring text

I love colouring text

I love colouring text

then, try this open source online editor: https://www.stuffbydavid.com/textcolorizer

You can set bold, italics and size tags in it too, but for those to fit GPRO formatting, you'll need to process the code on a text editor first.



Image tag

Taking the colour wheel as example, you can insert an image on a post using the image tag:

[ img]https://i.imgur.com/DhN1H4S.png[/img ]
Florencia Caro
(Grupa Amateur - 69)



GPRO Ekipa
Teme: 17129
  Država:
Argentina 
Potvrđeno: 
Sviđa mi se ova poruka (11)   Ne sviđa mi se ova poruka (0)
Stari post #4 objavljeno 8 Ožu 2019, 20:51:35 Citat 
Combining and nesting tags


Remember to remove the spaces for those to work - Displayed this way to make codes "visible"

Tags need to be coded within a given sintaxis. First of all, all tags require an opening and a closing tag, and second; there's a hierarchy that needs to be respected for the content to display as expected.

Container tags always need to be at the extremes of the code. For example, Manager Profile Link tag:

ExampleCode
Stefan Voggenreither [ ml=15][ size=2][ color=#FFFF00]Stefan Voggenreither[ /color][ /size][ /ml]


Formatting tags require a certain order to work properly. From outside to inside, tags order is:
Underline
Bold
Strikethrough
Italic
Size
Color


ExampleCode
This is an underlined, bold, struckthrough, italic, size -, orange coloured sentence [ u][ b][ s][ i][ size=-1][ color=orange]This is an underlined, bold, struckthrough, italic, size -1, orange coloured sentence[ /color][ /size][ /i][ /s][ /b][ /u]


You can, of course, omit any of those tags if you do not want them, but you should not change the order

ExampleCode
This is an underlined, bold, struckthrough, italic, size -1 sentence [ u][ b][ s][ i][ size=-1]This is an underlined, bold, struckthrough, italic, size -1 sentence[ /size][ /i][ /s][ /b][ /u]
This is an underlined, bold, italic, size -1, orange coloured sentence [ u][ b][ i][ size=-1][ color=orange]This is an underlined, bold, italic, size -1, orange coloured sentence[ /color][ /size][ /i][ /b][ /u]
This is an underlined, bold, size -1, orange coloured sentence [ u][ b][ size=-1][ color=orange]This is an underlined, bold, size -1, orange coloured sentence[ /color][ /size][ /b][ /u][
This is a bold, struckthrough, italic, size -1, orange coloured sentence [ b][ s][ i][ size=-1][ color=orange]This is a bold, struckthrough, italic, size -1, orange coloured sentence[ /color][ /size][ /i][ /s][ /b]


FOBY is also in order here. You can try tags combinations at your team forum and mailbox (you can PM yourself, did you know?) Those with team forums will find the edition feature useful to test the codes and modify as needed.
Stranica [1
Grand Prix Racing Online Forum > General forum > Forum Edition Resources Guide Temu stavi na listu ignoriranja Temu stavi na listu praćenja

Ova je tema zatvorena od moderatora!