R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
mNo edit summary
mNo edit summary
 
(140 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable"
= Mobile To-Do =
|-
''A list of things that would improve mobile compatibility''
! colspan="3" |Container
|-
! Subtype !! Command usually contains !! Example
|-
| Vehicle with inventory || <tt>cargo*</tt> || <code>[[clearWeaponCargo]] _truck;</code>
|-
| Backpack || <tt>backpack*</tt>|| <code>[[clearAllItemsFromBackpack]] [[player]];</code>
|-
| Vest || <tt>vest*</tt>|| <code>[[vestContainer]] [[player]];</code>
|-
| Uniform || <tt>uniform*</tt> || <code>[[uniformContainer]] [[player]];</code>
|-
| Scripted weapon holder || <tt>cargo*</tt> || <code>[[backpackCargo]] _ammoBox;</code>
|-
| Ammo box, supply box || <tt>cargo*</tt> || <code>[[backpackCargo]] _ammoBox;</code>
|}




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


* Container
= Done =
A container can be:
 
* a vehicle with inventory
* Creator dlc template needs a noresize.
* a backpack
** {{Link|Spearhead_1944}}
* a vest
* Long command names should wrap
* an uniform
** {{Link|removeAllUserActionEventHandlers}}
* a scripted weapon holder
 
* an ammobox
* See also entries on command and function pages are broken
Make sure to apply commands only on appropriate objects, e.g [[backpackSpaceFor]] will only work on a container of type backpack
** {{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