Page 1 of 1
Embedded coding and signs - instructions?
Posted: 26 May 2023, 10:28
by A Suitable Boy
There are some embedded coding and signs in the text that you are not suppsed to change in the translated text string.
Are there some general instructions of how to deal with these signs and coding? Things like; What you can change and what cannot be changed. What they mean etc.
In particular I would like to know about the ** coding, but some kind of general guide would be good to have too.
Re: Embedded coding and signs - instructions?
Posted: 27 May 2023, 06:29
by cigma
Some very common signs in games and tutorials:
*text* =
bold print (mostly used in tutorials)
[green]text[/green] = green print (mostly used in tutorials), the same applies to red and blue. Don't translate the color word (Remember to check if you use an online translator)!
${text} is programming a variable and should not be translated, e. g. keep ${You} !
<br /> is programming a line break
Some very common signs in the main page:
<strong class="text-strong">text</strong> =
bold print
<span style="text-decoration:underline">text</span> = text underlined
<br> is programming a line break
<a href="
https://boardgamearena.com/gamepanel?game=gamename" class="postlink">
https://boardgamearena.com/gamepanel?game=gamename</a> is programming a link and should not be changed
If you find anything else you can ask here.
Re: Embedded coding and signs - instructions?
Posted: 27 May 2023, 09:19
by A Suitable Boy
Thanks for the reply.
In addition I wonder about the ** coding. E.g. **text**.
What does this mean? Is it also some kind of coding, meaning that the "text" inbetween should not be altered?
Re: Embedded coding and signs - instructions?
Posted: 27 May 2023, 14:00
by cigma
A Suitable Boy wrote: ↑27 May 2023, 09:19
In addition I wonder about the ** coding. E.g. **text**.
What does this mean? Is it also some kind of coding, meaning that the "text" inbetween should not be altered?
Hm, this might be depending on the game. Where did you find it?
I see it in Ark Nova. There it is for bold print also, and you should translate the text: **text**.
In Ark Nova you can also find things like <CONSERVATION>. Don't translate them, they are programming an icon.
Re: Embedded coding and signs - instructions?
Posted: 29 May 2023, 08:00
by A Suitable Boy
Ok thanks. Yes, I found it in ArkNova.
I thought that *text* was bold... Is ** that as well?
Re: Embedded coding and signs - instructions?
Posted: 29 May 2023, 08:47
by Tisaac
A Suitable Boy wrote: ↑29 May 2023, 08:00
Ok thanks. Yes, I found it in ArkNova.
I thought that *text* was bold... Is ** that as well?
I think i usually put ** over * to avoid things to get matched when i dont want them to get matched.