Hoz/Sandbox – User
< User:Hoz
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Sandbox]] | [[Category:Sandbox]] | ||
==Templates== | |||
This is my first attempt at creating a template. | This is my first attempt at creating a template. | ||
Line 16: | Line 16: | ||
<nowiki> {{shver|1.96|#FFFFEE|}} </nowiki> | <nowiki> {{shver|1.96|#FFFFEE|}} </nowiki> | ||
==Wiki GuideLines== | |||
---- | ---- | ||
Line 181: | Line 183: | ||
------ | ------ | ||
Check DO | |||
Line 195: | Line 189: | ||
forCommand do code | forCommand do code | ||
switch do block | switch do block | ||
Revision as of 16:26, 4 July 2006
Templates
This is my first attempt at creating a template.
I have created this template called Template:shver this might be useful if your writing a comment about a particular version of OFP.
In order to use this template just simply add this to your article
{{shver|1.96|#FFFFEE|}}
Wiki GuideLines
http://community.bistudio.com/wiki/Bohemia_Interactive_Community:Guidelines
condition count array
type createUnit unitInfo
group createUnit [type, position, markers, placement, special]
Check DO
while do code
forCommand do code
switch do block