R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
mNo edit summary
mNo edit summary
 
(106 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
= Mobile To-Do =
|-
''A list of things that would improve mobile compatibility''
! Command !! Description !! Example !! Exit whole script? !! Return Value
 
|-
 
| [[breakOut]] || Breaks out of scope with given name. || {{HashLink|breakOut#Example 1|Example}} || {{Icon|checked}} || {{Icon|unchecked}}
''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.''
|-
 
| [[breakTo]] || Breaks out of all scopes and returns to the scope with given name. || {{HashLink|breakTo#Example 1|Example}} || {{Icon|checked}} || {{Icon|unchecked}}
= Done =
|-
 
| [[break]] || Skips all further loop iterations. || {{HashLink|break#Example 1|Example}} || {{Icon|checked}} || {{Icon|unchecked}}
* Creator dlc template needs a noresize.
|-
** {{Link|Spearhead_1944}}
| [[breakWith]] || Same as [[break]] but will also return the given value. || {{HashLink|breakWith#Example 1|Example}} || {{Icon|checked}} || {{Icon|checked}}
* Long command names should wrap
|-
** {{Link|removeAllUserActionEventHandlers}}
| [[continue]] || Skips current loop iteration and continues with the next one. || {{HashLink|continue#Example 1|Example}} || {{Icon|checked}} || {{Icon|unchecked}}
 
|-
* See also entries on command and function pages are broken
| [[continueWith]] || Same as [[continue]] but returns the given value. || {{HashLink|continueWith#Example 1|Example}} || {{Icon|checked}} || {{Icon|checked}}
** {{Link|parsingNamespace}}
|-
 
| [[exitWith]] || Exits the current code scope. || {{HashLink|exitWith#Example 1|Example}} || {{Icon|checked}} || {{Icon|checked}}
* Command and function template layout wastes a lot of space due to the two column design
|-
 
| [[throw]] || Example || Example || {{Icon|checked}} || {{Icon|checked}}
* Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper
|-
** {{Link|Arma_3:_Visual_Upgrade}}
| [[terminate]]  || Terminates script of given [[Script Handle]]. || {{HashLink|terminate#Example 1|Example}} || {{Icon|checked}} || {{Icon|unchecked}}
 
|}
* 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