R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
mNo edit summary
mNo edit summary
 
(273 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|class="wikitable" style="text-align: center;" cellpadding="0.25em"
= Mobile To-Do =
! Image
''A list of things that would improve mobile compatibility''
! Code
 
! Name
 
! Introduced with
''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.''
|-
 
| [[File:111thID ca.png|75px]]
= Done =
| <code><noWiki>[</noWiki>[[this]],"111thID"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
 
| 111th Infantry Division
* Creator dlc template needs a noresize.
|
** {{Link|Spearhead_1944}}
|-
* Long command names should wrap
| [[File:TFAegis ca.png|75px]]
** {{Link|removeAllUserActionEventHandlers}}
| <code><noWiki>[</noWiki>[[this]],"TFAegis"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
 
| Task Force Aegis
* See also entries on command and function pages are broken
|
** {{Link|parsingNamespace}}
|-
 
| [[File:gryffinRegiment ca.png|75px]]
* Command and function template layout wastes a lot of space due to the two column design
| <code><noWiki>[</noWiki>[[this]],"GryffinRegiment"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
 
| Griffin Regiment
* Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper
|  
** {{Link|Arma_3:_Visual_Upgrade}}
|-
 
| [[File:curator ca.png|75px]]
* YouTube embeds and images should not have a fixed width
| <code><noWiki>[</noWiki>[[this]],"Curator"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
** {{Link|Category:DayZ}}
| Zeus
** {{Link|Spearhead_1944_Frontline_Function}}
| [[File:arma3_curator_eye.png|25px]]
** It is because the youtube template has a hardcoded minimum width. This should get removed
|-
| [[File:bi ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"BI"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| Bohemia Interactive
|
|-
| [[File:manw ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"MANW"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| Make Arma Not War
|
|-
| [[File:CTRG15 ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"CTRG15"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| CTRG 15 - NATO
| [[File:apex_icon_ca.png|25px]]
|-
| [[File:CTRG14 ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"CTRG14"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| CTRG 14 - NATO
| [[File:apex_icon_ca.png|25px]]
|-
| [[File:CTRG ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"CTRG"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| CTRG
| [[File:apex_icon_ca.png|25px]]
|-
| [[File:Jets_ID ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"Jets_ID"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| Carrier Strike Group 14
| [[File:jets_icon_ca.png|25px]]
|-
| [[File:CombatPatrol ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"CombatPatrol"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| Combat Patrol
| [[File:malden_icon_ca.png|25px]]
|-
| [[File:IDAP ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"IDAP"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| IDAP
| [[File:orange_icon_ca.png|25px]]
|-
| [[File:AAF_3rdRegiment ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"AAF_3rdRegiment"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| AAF 3rd Support Regiment
| [[File:orange_icon_ca.png|25px]]
|-
| [[File:CSAT_ScimitarRegiment ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"CSAT_ScimitarRegiment"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| Scimitar Regiment
| [[File:tacops_icon_ca.png|25px]]
|-
| [[File:AAF_1stRegiment ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"AAF_1stRegiment"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| 1st Regiment
| [[File:tank_icon_ca.png|25px]]
|-
| [[File:EAF_5thRegiment ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"EAF_5thRegiment"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| 5th Regiment
| [[File:enoch_icon_ca.png|25px]]
|-
| [[File:EnochJointTraining ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"EnochJointTraining"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| Exercise Electron
| [[File:enoch_icon_ca.png|25px]]
|-
| [[File:Spetsnaz ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"Spetsnaz223rdDetachment"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| Spetsnaz 223rd Special Purpose Detachment
| [[File:enoch_icon_ca.png|25px]]
|-
| [[File:Astra ca.png|75px]]
| <code><noWiki>[</noWiki>[[this]],"Astra"] [[call]] [[BIS_fnc_setUnitInsignia]];</code>
| Astra
| [[File:enoch_icon_ca.png|25px]]
|}

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