Difference between revisions of "Shard"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #shard ==
+
{{header|Miscellaneous|ro|Holds the name of the shard that the client is logged in to.}}
'''Miscellaneous System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
Holds the name of the shard that the client is logged in to.
+
  
 
==== Example ====
 
==== Example ====
Line 16: Line 11:
  
 
</pre>
 
</pre>
==== See Also ====
+
 
{|
+
{{footer}}
| Width=200px |
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Miscellaneous_Variables|Miscellaneous System Variables]]
+
|}
+

Revision as of 11:52, 26 August 2005

Holds the name of the shard that the client is logged in to.

Example


if Alexandria in #shard
{
  msg this shard is great!$
}

See also

Main Page Documentation