A template used to neatly organize multiple userboxes on a page by wrapping them in a flex container. This ensures that the userboxes are aligned and displayed in rows or columns, depending on the screen width.
{{UserboxWrapper
|{{User Cannibal}}
{{User Edits}}
{{User LGBT}}
{{User Neutral}}
{{User Game|FO1, FO2, FO3, FO4, FO76, FNV, FOT}}
{{Chaotic Neutral}}
{{Schmault-Tec Student}}
{{Trivia}}
}}
Simply place all the userboxes as unnamed arguments inside the template. The wrapper automatically arranges them in a flexible layout.
Parameters[edit]
The userboxes to be wrapped. Place any number of userboxes inside the template, and they will be arranged neatly.
Examples[edit]
Standard[edit]
 | This user is a cannibal and many see their acts a crime against nature. |
 | This user has made 0 edits. |
 | This user is a proud member of the LGBTQ+ community. |
|
{{UserboxWrapper
|{{User Cannibal}}
{{User Edits}}
{{User LGBT}}
{{User Neutral}}
{{Trivia}}
}}
|
With Game Example[edit]
 | This user is knowledgeable about Fallout. |
|
{{UserboxWrapper
|{{User Game|FO1, FO2, FO3, FO4}}
{{User Game|FNV, FO76}}
{{User Game|FOT}}
}}
|
Technical[edit]
This template uses inline CSS with flexbox to arrange the userboxes. It does not require external classes or stylesheets. By replacing the explicit content parameter with the first unnamed parameter (), the syntax is simplified,