<help>
  [<redirect target="@move">]
  [<usage>@summon <param>player</param></usage>]
  [<usage>@summon <param>player</param> to <param type="optional">location</param></usage>]
  <text>
    <p>Instantly <link>@move</link>s the offending <param>player</param> to your location, <b>whether he wants to or not</b>. <i>Very</i> useful when you need to chat with someone and remind them that you're the boss.</p>
    <p[ if="(player:isa($webber)?player.user|player):isa($teacher)"]>Teachers can only <eg>@summon</eg> their students, guardians may <eg>@summon</eg> anyone.</p>
    <pre>
 xx 
\__/
    </pre>

    <function>
      text = "";
      for x in ($guardian:descendants()) text = text + x:nn(); endfor
      return text;
    </function>

    <list type="a|1|i|*">
      <li>...</li>
      <li>...</li>
    </list>

    <topics[ title="Related help topics:"]>
      <topic name="@sethome"[ name="@set-home"]>how to change your designated home</topic>
      <topic name="chez"[ if="player.language == 2"]>teleports you to someone else's home</topic>
    </topics>

  </text>
</help>
.
