R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
mNo edit summary
mNo edit summary
 
(239 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!---
= Mobile To-Do =
{{Cfg ref|start}}
''A list of things that would improve mobile compatibility''
{{Cfg ref|abc}}
==== += ====
;Type: [[TokenNameValueTypes|Array]]
;Description: Sets the array to given value or adds given value to the array.
;Example: <syntaxhighlight lang="c">
items[] += {1,2,3,4};
</syntaxhighlight>
==== delete ====
;Type: Class
;Description: Deletes given class. Does not delete class if classes that derive from it still exist. In that case, delete children first.
;Example: <syntaxhighlight lang="c">
delete someObsoleteClass;
</syntaxhighlight>
--->
<br clear="all">
Arma 3 Log File


== Location ==


{{Informative | Log files for {{arma3}} can be found in:'''%userprofile%'''\AppData\Local\Arma 3}}
''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.''


== Common Warning and Error Messages ==
= Done =
{| class="wikitable sortable"
 
|-
* Creator dlc template needs a noresize.
! Example  !! Explanation !! Significance !! Recommended Action
** {{Link|Spearhead_1944}}
|-
* Long command names should wrap
| <code>18:29:42 Warning Message: Picture iconmanleader not found</code>|| An image or icon was not found || <font size="3" color="green">Low</font> ||
** {{Link|removeAllUserActionEventHandlers}}
|-
 
| Example || Example || Example
* See also entries on command and function pages are broken
|-
** {{Link|parsingNamespace}}
| Example || Example || Example
 
|}
* Command and function template layout wastes a lot of space due to the two column design
 
* Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper
** {{Link|Arma_3:_Visual_Upgrade}}
 
* YouTube embeds and images should not have a fixed width
** {{Link|Category:DayZ}}
** {{Link|Spearhead_1944_Frontline_Function}}
** It is because the youtube template has a hardcoded minimum width. This should get removed

Latest revision as of 18:11, 18 May 2025

Mobile To-Do

A list of things that would improve mobile compatibility


Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.

Done

  • Command and function template layout wastes a lot of space due to the two column design
  • Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper