The <team_names> element defines the full list of team names
that will be included in the final design output. Each <team_name> represents one complete name entry, split into
up to three parts for greater layout flexibility.
XML structure
<team_names>
<team_name
name1="aa"
<!-- First column text -->
name2="bb"
<!-- Second column text -->
name3="cc"
<!-- Third column text -->
/>
<team_name
name1="dd"
name2="ee"
name3="ff" >
<thread ... /> <!--
Optional: specific thread for this team name -->
</team_name>
<team_name
name1="hh"
name2="ii"
name3="jj"
/>
</team_names>
Typical use
Use multiple <team_name> entries to produce a roster of names in a single run – perfect for:
- Sports teams
- Staff uniforms
- Group gifts
Key concepts
✅ Name columns
- name1, name2, and name3 specify sub-sections of a team name.
- They are concatenated together with
spaces in the final lettering: Full Name = name1 + " " + name2 + " " + name3
- Common usage:
- name1 → First name
- name2 → Middle name
- name3 → Last name
Splitting
names allows per-column settings, like using larger lettering height for last
names.
✅ Partial names
You can use only one or two of the sub-names. Example:
<team_name
name1="Alex Johnson" name2="" name3="" />
✅ Individual thread
- Each <team_name> can optionally define its own thread.
- If no thread is specified, the default
thread from <team_name_lettering> is used.
Example
Related Articles
Using Library as a team
Wilcom Library supports collaboration by allowing multiple users to access and work with shared design records. Understanding how roles and permissions work helps teams collaborate effectively while maintaining control over design data. Understand ...
Search file names & titles
The Search feature allows you to quickly locate designs in your Library by entering keywords that match a design’s filename or title. This is the fastest way to find specific designs when you already know part of the name or a descriptive title used ...
EWA API business case
In today’s fast-paced, personalization-driven market, embroidery businesses and e-commerce platforms must offer instant customization, real-time previews, and automated production workflows. The Wilcom Embroidery Web API (EWA) is a robust, ...
EWA API capabilities
Wilcom’s Embroidery Web API (EWA) provides a RESTful interface for integrating advanced embroidery capabilities into web and cloud-based applications. The API exposes functionality for rendering, modifying, and generating embroidery designs using ...
EWA API overview
Wilcom’s Embroidery Web API (EWA) is a modern, third-generation web-based software toolkit designed specifically for web developers in the embroidery and apparel industries. It allows businesses to seamlessly integrate professional embroidery ...