R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
mNo edit summary
mNo edit summary
 
(238 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.''


= Done =


* Creator dlc template needs a noresize.
** {{Link|Spearhead_1944}}
* Long command names should wrap
** {{Link|removeAllUserActionEventHandlers}}


== Common Warning and Error Messages ==
* See also entries on command and function pages are broken
=== Key ===
** {{Link|parsingNamespace}}
{| class="wikitable"
|-
! '''Significance'''
! | Low
! | Medium
! | High
! | Ignore
|-
| '''Description'''
| No action needed
| It's recoomended to find the source of this issue and fix it
| Cause of the message needs to be found and issue needs to be fixed
| A false error. No action required
|-
| '''Color'''
| style="background-color:#32cb00;" |  <!---green--->
| style="background-color:#ffcc67;" |  <!---yellow--->
| style="background-color:#fe0000;" |  <!---red--->
| style="background-color:#c0c0c0;" |  <!---gray--->
|}


=== Error List ===
* Command and function template layout wastes a lot of space due to the two column design
{| class="wikitable"
 
|-
* Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper
! Example  !! Explanation !! Significance !! Recommended Action
** {{Link|Arma_3:_Visual_Upgrade}}
|-
 
| ''Warning Message: Picture iconmanleader not found'' || An image or icon was not found |
* YouTube embeds and images should not have a fixed width
| style="background-color:#32cb00;" |
** {{Link|Category:DayZ}}
| none
** {{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