Template:Helpfile: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
<includeonly>[[Category:Helpfile]] | <includeonly>[[Category:Helpfile]] | ||
{{{1}}} | {{{1}}} | ||
{{#if:{{ | {{#if:{{{syntax|}}}|== Syntax == | ||
{{{syntax}}}|}} | {{{syntax}}}|}} | ||
{{#if:{{{examples|}}} | {{#if:{{{examples|}}}|{{#if:{{{syntax|}}}|<br><br>|}}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> |
Latest revision as of 00:49, 7 December 2024
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
}}