Category:Needs Example: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: This is a category with pages which require examples to be written or tested.)
 
(Undo revision 58206 by WolfPiotrK2 (talk))
 
(8 intermediate revisions by 7 users not shown)
Line 1: Line 1:
This is a category with pages which require examples to be written or tested.
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.
<pre>
<section name="Client" class="client" show="true">
--Explain what the code does
<syntaxhighlight lang="lua">
-- Add example
</syntaxhighlight>
</section>
</pre>
 
[[Category:Maintenance]]
 
[[ru:Category:Needs Example]]

Latest revision as of 12:47, 16 August 2018

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>