Help:Code

From Industrial-Craft-Wiki
Jump to navigation Jump to search

You want to post a code or an error log? Then use our Code template.

Usage[edit]

First use the main order {{Code}}.

Now you have the simple layout:

Code:
{{{code}}}


Next step is that you insert the following parameter:

|code=

behind this parameter you have to write your code or error log.


The full order should look like this (without username and quote):

{{Code|code=}}

If your text is bigger than the box, the will activate the scrollbar.

Example[edit]

The following code,

{{Code|code=Hello World!<br/><br/><br/><br/><br/>Even more hello world!}}

will be:

Code:
Hello World!




Even more hello world!