Help:Contents: Difference between revisions
Appearance
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 |
||
| Line 1: | Line 1: | ||
{{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|Test}}</nowiki></code> becomes {{rperm|Test}} and adds this page to [[:Category:Requires Test]] | |||
==={{tl|cmd}}=== | |||
:Links to a command, and formats the command name in monospaced font. | |||
:Example: <code><nowiki>{{cmd|UndoPlayer}}</nowiki></code> becomes {{cmd|UndoPlayer}} | |||
Revision as of 22:04, 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