Template:Command: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Spiffly No edit summary |
imported>Spiffly No edit summary |
||
| Line 1: | Line 1: | ||
==Usage== |
==Usage== |
||
* aliases: - |
* aliases: - editors to add in any relevent aliases. If there are none, leave blank to return "None". |
||
* usage: - |
* usage: - leave blank to return the page name. Alternatively this parameter can be set to whatever the editor chooses. |
||
* description: - provide a description of the command. |
* description: - provide a description of the command. |
||
| Line 13: | Line 13: | ||
{{Command |
{{Command |
||
| aliases = |
| aliases = |
||
| usage = |
| usage = |
||
| description = Shows a description of how to use this page. |
| description = Shows a description of how to use this page. |
||
| Line 29: | Line 29: | ||
|- |
|- |
||
! width="33%" | Aliases: |
! width="33%" | Aliases: |
||
| width="67%" | {{{aliases|}}} |
| width="67%" | {{#if:{{{aliases|}}}|{{{aliases}}}|None}} |
||
|- |
|- |
||
! width="33%" | Usage: |
! width="33%" | Usage: |
||
| width="67%" | {{#if:{{{usage|}}}|{{PAGENAME}}}} |
| width="67%" | {{#if:{{{usage|}}}|{{{usage}}}|{{PAGENAME}}}} |
||
|- |
|- |
||
! width="33%" | Description: |
! width="33%" | Description: |
||
Revision as of 21:30, 2 October 2023
Usage
- aliases: - editors to add in any relevent aliases. If there are none, leave blank to return "None".
- usage: - leave blank to return the page name. Alternatively this parameter can be set to whatever the editor chooses.
- description: - provide a description of the command.
When using this template, please manually add a == Notes == section below it and any further notes. This is the first template I have written so I will be looking to improve upon it.
{{Command
| aliases = None
| usage =
| description = Shows a description of how to use this page.
}}
| Command | |
|---|---|
| Aliases: | None |
| Usage: | Command |
| Description: | Shows a description of how to use this page. |