Custom myCode
  • [bug=##]Text[/bug] - Links to a bug on the Bugtracker
    • Replace ## with any valid bug number, sans the prefixed zeros
    • Replace Text with whatever your link should say
  • [modenc=Pagename]Text[/modenc] - Links to a page on ModEnc
    • Replace Pagename with the exact name of a page on ModEnc
    • Replace Text with whatever your link should say
  • [thread=##]Text[/thread] - Links to a thread on the Forums
    • Replace ## with any valid thread number
    • Replace Text with whatever your link should say
  • [project=##]Text[/project] - Links to a project on the Bugtracker
    • Replace ## with any valid project number
    • Replace Text with whatever your link should say
  • [arr=(r,l,u,d)] - Creates an arrow into the selected direction, where
    • r is for right
    • l is for left
    • u is for up
    • d is for down
  • [hr=number] - Adds a left-aligned horizontal rule to the post; number is the width in percent, without a percentage sign.
  • [tooltip=TooltipText]Text[/tooltip] - Creates a tooltip for a word or sentence
    • Replace TooltipText with the text of the tooltip
    • Replace Text with whatever should have the tooltip
  • [tt]Text[/tt] or [flag]Text[/flag] - Applies monospaced formatting to make INI flags and other inline-code stand out. This is for inline-use; if you have a block of code, use the [code] tag instead.