Difference between revisions of "Help:General Templates"
From Alter Aeon Wiki
Line 14: | Line 14: | ||
}}</pre> | }}</pre> | ||
====Looks | ====Looks Like==== | ||
{{MUDdisplay| | {{MUDdisplay| | ||
Line 23: | Line 23: | ||
Length 4 {{!}} (missing) {{!}} leap attack {{!}} kick {{!}} (missing) | Length 4 {{!}} (missing) {{!}} leap attack {{!}} kick {{!}} (missing) | ||
}} | }} | ||
==Icode== | |||
Icode is the inline code template, when you want to specific a command a player should execute | |||
====Usage==== | |||
<pre>{{Icode| shadow strike <starget>}}</pre> | |||
====Looks Like==== | |||
; Syntax : {{Icode| shadow strike <starget>}} |
Revision as of 17:38, 28 December 2012
There are a few general templates in use to make MUD-like output look better on the wiki pages:
MUDdisplay
MUDdisplay is the macro you'll want to use when you're simulating output from a command in the MUD
Usage
{{MUDdisplay| >tac low< ------------------------------------------------------------------------- Low level attack combinations ----------------------------------------------------------------- Length 4 {{!}} (missing) {{!}} leap attack {{!}} kick {{!}} (missing) }}
Looks Like
>tac low< ------------------------------------------------------------------------- Low level attack combinations ----------------------------------------------------------------- Length 4 | (missing) | leap attack | kick | (missing)
Icode
Icode is the inline code template, when you want to specific a command a player should execute
Usage
{{Icode| shadow strike <starget>}}
Looks Like
- Syntax
- shadow strike <starget>