Category:Needs Example: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 4: Line 4:
<pre>
<pre>
<section name="Client" class="client" show="true">
<section name="Client" class="client" show="true">
--Explain what the code does
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
-- Add example
-- Add example

Revision as of 00:07, 26 April 2012

This is a category with pages which require examples to be written or tested. The rest of the documentation for these pages should be complete.

Add this code to Example section. Set "client" for clientside example and "server" for serverside.

<section name="Client" class="client" show="true">
--Explain what the code does
<syntaxhighlight lang="lua">
-- Add example
</syntaxhighlight>
</section>