Template:Helpfile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <noinclude>This template is used for helpfiles. Please, follow this format: | ||
== | <code><pre><nowiki> | ||
{{Helpfile | |||
== | |This command is used for emoting. | ||
|syntax=emote <emote> | |||
== Notes == | |examples=emote smiles at ~person. | ||
emote grins at ~person. | |||
== See | |notes=You have many options for targetting. | ||
|seealso=* Targetting | |||
}} | |||
</nowiki></pre></code> | |||
</noinclude> | |||
<includeonly>[[Category:Helpfile]] | |||
{{{1}}} | |||
{{#if:{{{syntax|}}}|== Syntax == | |||
{{{syntax}}}|}} | |||
{{#if:{{{examples|}}}|{{#if:{{{syntax|}}}|<br><br>|}}For example: | |||
{{ConsoleLog|{{{examples}}}}}|}} | |||
{{#if:{{{notes|}}}|== Notes == | |||
{{{notes}}}|}} | |||
{{#if:{{{seealso|}}}|== See Also == | |||
{{{seealso}}}|}} | |||
</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
}}