Template:Helpfile: Difference between revisions
Jump to navigation
Jump to search
(Try to fix the example's first and last line being outside of a paragraph element which caused display issues) |
m (trying again) |
||
| Line 14: | Line 14: | ||
<includeonly>[[Category:Helpfile]] | <includeonly>[[Category:Helpfile]] | ||
{{{1}}} | {{{1}}} | ||
{{#if:{{{syntax|}}}|== Syntax == | {{#if:{{{syntax|}}}|== Syntax == | ||
{{{syntax}}}|}} | {{{syntax}}}|}} | ||
{{#if:{{{examples|}}}|For example: | {{#if:{{{examples|}}}|For example: | ||
{{ConsoleLog|{{{examples}}}}}|}} | {{ConsoleLog|{{{examples}}}}}|}} | ||
{{#if:{{{notes|}}}|== Notes == | {{#if:{{{notes|}}}|== Notes == | ||
{{{notes}}}|}} | {{{notes}}}|}} | ||
{{#if:{{{seealso|}}}|== See Also == | {{#if:{{{seealso|}}}|== See Also == | ||
{{{seealso}}}|}} | {{{seealso}}}|}} | ||
</includeonly> | </includeonly> | ||
Revision as of 16:09, 29 August 2025
This template is used for helpfiles. Please, follow this format:
{{Helpfile
|This command is used for emoting.
|syntax=emote <emote>
|examples=emote smiles at ~person.
emote grins at ~person.
|notes=You have many options for targetting.
|seealso=* Targetting
}}