Help:Contents: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
==={{tl|rperm}}=== | ==={{tl|rperm}}=== | ||
:Required permission link. Does the same thing as {{tl|perm}}, and adds the page to "Requires <PermissionName>" category. | :Required permission link. Does the same thing as {{tl|perm}}, and adds the page to "Requires <PermissionName>" category. | ||
:Example: <code><nowiki>{{rperm| | :Example: <code><nowiki>{{rperm|Build}}</nowiki></code> becomes {{perm|Build}} and adds this page to [[:Category:Requires Build]] | ||
==={{tl|cmd}}=== | ==={{tl|cmd}}=== | ||
:Links to a command, and formats the command name in monospaced font. Please use <nowiki><code>/CmdName</code></nowiki> in headers instead. | :Links to a command, and formats the command name in monospaced font. Please use <code><nowiki><code>/CmdName</code></nowiki></code> in headers instead. | ||
:Example: <code><nowiki>{{cmd|UndoPlayer}}</nowiki></code> becomes {{cmd|UndoPlayer}} | :Example: <code><nowiki>{{cmd|UndoPlayer}}</nowiki></code> becomes {{cmd|UndoPlayer}} | ||
:Example: <code><nowiki>{{cmd|Info|@Rank}}</nowiki></code> becomes {{cmd|Info|@Rank}} | :Example: <code><nowiki>{{cmd|Info|@Rank}}</nowiki></code> becomes {{cmd|Info|@Rank}} | ||
Latest revision as of 02:02, 31 May 2013
| 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|Build}}becomes Build and adds this page to Category:Requires Build
{{cmd}}
- Links to a command, and formats the command name in monospaced font. Please use
<code>/CmdName</code>in headers instead. - Example:
{{cmd|UndoPlayer}}becomes/UndoPlayer - Example:
{{cmd|Info|@Rank}}becomes/Info @Rank
{{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! |
{{warning}}
- Creates a warning message box. Use sparingly!
- Example:
{{warning|This is something SERIOUS!}}becomes:
| This is something SERIOUS! |
Color templates
- There are templates for each Minecraft colorcode:
{{ColorBlack}} {{ColorNavy}} {{ColorGreen}} {{ColorTeal}} {{ColorMaroon}} {{ColorPurple}} {{ColorOlive}} {{ColorSilver}}- Black (0) Navy (1) Green (2) Teal (3) Maroon (4) Purple (5) Olive (6) Silver (7)
{{ColorGray}} {{ColorBlue}} {{ColorLime}} {{ColorAqua}} {{ColorRed}} {{ColorMagenta}} {{ColorYellow}} {{ColorWhite}}- Gray (8) Blue (9) Lime (A) Aqua (B) Red (C) Magenta (D) Yellow (E) White (F)