R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
m (some idea)
mNo edit summary
 
(241 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Cfg ref|start}}
= Mobile To-Do =
{{Cfg ref|abc}}
''A list of things that would improve mobile compatibility''
==== += ====
 
;Type: [[TokenNameValueTypes|Array]]
 
;Description: Sets the array to given value or adds given value to the array.
''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.''
<syntaxhighlight lang="c">
 
items[] += {1,2,3,4};
= Done =
</syntaxhighlight>
 
==== delete ====
* Creator dlc template needs a noresize.
;Type: Class
** {{Link|Spearhead_1944}}
;Description: Deletes given class. Does not delete class if classes that derive from it still exist. In that case, delete children first.
* Long command names should wrap
<syntaxhighlight lang="c">
** {{Link|removeAllUserActionEventHandlers}}
delete someObsoleteClass;
 
</syntaxhighlight>
* See also entries on command and function pages are broken
** {{Link|parsingNamespace}}
 
* 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