You are not logged in.

4.3.16. Code

Applications: [GameMaster: OPEN] | [Volunteer Testers: OPEN]


This forum will be permanently shut down on Friday 13.07.2018
Please copy or save all important information from old forum before they will be deactivated
We have moved to new board. https://forum.runesofmagic.gameforge.com/Come join us.

4.3.16. Code

[code=Starting line number]Code[/code]

If you want to display source code of a script or application you can use the code bbcode. The source code will keep the format. Additionally the line numbers will be shown. Enter the starting number of lines as a parameter. If you want to use syntax highlighting take one of the following keywords instead of code:

  • c
  • css
  • html
  • java
  • js
  • mysql
  • php
  • tpl
  • xml

Example

[php=364]/**
 * Initialises the template engine.
 */
protected function initTPL() {
	self::$tplObj = new Template(self::getLanguage()->getLanguageID());
	$this->assignDefaultTemplateVariables();
}[/php]

PHP Source code

364
365
366
367
368
369
370
/**
 * Initialises the template engine.
 */
protected function initTPL() {
    self::$tplObj = new Template(self::getLanguage()->getLanguageID());
    $this->assignDefaultTemplateVariables();
}

« 4.3.15. Quote

4.3.17. Image »