Jump to content

Help:Contents: Difference between revisions

From fCraft Wiki
Created page with "=Go to [http://forum.fcraft.net/viewforum.php?f=3 fCraft.net Forums] for all tech support, bug reports, and feature requests.="
 
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Go to [http://forum.fcraft.net/viewforum.php?f=3 fCraft.net Forums] for all tech support, bug reports, and feature requests.=
{{notice|'''Go to [http://forum.fcraft.net/viewforum.php?f{{=}}3 fCraft.net Forums] for all tech support, bug reports, and feature requests for fCraft software.'''}}
==Wiki Markup==
:For general information about Wiki formatting, see [http://www.mediawiki.org/wiki/Help:Formatting MediaWiki.org Formatting guide]
 
==Templates==
==={{tl|perm}}===
:Permission link. Makes a link to [[Permissions]] page, and shows the permission name in italics.
:Example: <code><nowiki>{{perm|Build}}</nowiki></code> becomes {{perm|Build}}
 
==={{tl|rperm}}===
:Required permission link. Does the same thing as {{tl|perm}}, and adds the page to "Requires <PermissionName>" category.
:Example: <code><nowiki>{{rperm|Build}}</nowiki></code> becomes {{perm|Build}} and adds this page to [[:Category:Requires Build]]
 
==={{tl|cmd}}===
: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|Info|@Rank}}</nowiki></code> becomes {{cmd|Info|@Rank}}
 
==={{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|warning}}===
:Creates a warning message box. Use sparingly!
:Example: <code><nowiki>{{warning|This is something SERIOUS!}}</nowiki></code> becomes: {{warning|This is something SERIOUS!}}
 
===Color templates===
:There are templates for each Minecraft colorcode:
:<code><nowiki>{{ColorBlack}} {{ColorNavy}} {{ColorGreen}} {{ColorTeal}} {{ColorMaroon}} {{ColorPurple}} {{ColorOlive}} {{ColorSilver}}</nowiki></code>
:{{ColorBlack}} {{ColorNavy}} {{ColorGreen}} {{ColorTeal}} {{ColorMaroon}} {{ColorPurple}} {{ColorOlive}} {{ColorSilver}}
 
:<code><nowiki>{{ColorGray}} {{ColorBlue}} {{ColorLime}} {{ColorAqua}} {{ColorRed}} {{ColorMagenta}} {{ColorYellow}} {{ColorWhite}}</nowiki></code>
:{{ColorGray}} {{ColorBlue}} {{ColorLime}} {{ColorAqua}} {{ColorRed}} {{ColorMagenta}} {{ColorYellow}} {{ColorWhite}}

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!
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)