Jump to content

Help:Contents: Difference between revisions

From fCraft Wiki
No edit summary
No edit summary
Line 15: Line 15:
:Links to a command, and formats the command name in monospaced font.
:Links to a command, and formats the command name in monospaced font.
:Example: <code><nowiki>{{cmd|UndoPlayer}}</nowiki></code> becomes {{cmd|UndoPlayer}}
:Example: <code><nowiki>{{cmd|UndoPlayer}}</nowiki></code> becomes {{cmd|UndoPlayer}}
==={{tl|notice}}===
:Creates a notice message box.
:Example: <code><nowiki>{{notice|This is an example notice}}</nowiki></code> becomes: {{notice|This is an example notice}}
==={{tl|alert}}===
:Creates an alert message box.
:Example: <code><nowiki>{{alert|This is something important!}}</nowiki></code> becomes: {{alert|This is something important!}}
==={{tl|alert}}===
:Creates a warning message box. Use sparingly!
:Example: <code><nowiki>{{warning|This is something SERIOUS!}}</nowiki></code> becomes: {{warning|This is something SERIOUS!}}

Revision as of 22:08, 21 August 2012

Go to fCraft.net Forums for all tech support, bug reports, and feature requests for fCraft software.

Wiki Markup

For general information about Wiki formatting, see MediaWiki.org Formatting guide

Templates

{{perm}}

Permission link. Makes a link to Permissions page, and shows the permission name in italics.
Example: {{perm|Build}} becomes Build

{{rperm}}

Required permission link. Does the same thing as {{perm}}, and adds the page to "Requires <PermissionName>" category.
Example: {{rperm|Test}} becomes Test and adds this page to Category:Requires Test

{{cmd}}

Links to a command, and formats the command name in monospaced font.
Example: {{cmd|UndoPlayer}} becomes /UndoPlayer

{{notice}}

Creates a notice message box.
Example: {{notice|This is an example notice}} becomes:
This is an example notice

{{alert}}

Creates an alert message box.
Example: {{alert|This is something important!}} becomes:
This is something important!

{{alert}}

Creates a warning message box. Use sparingly!
Example: {{warning|This is something SERIOUS!}} becomes:
This is something SERIOUS!