# Croix nominatives

[![sverspecht](https://cuttle-uploads.imgix.net/164598/0f57c8b07b2f40ae5231db728839e4209e0d44b7288bc9be8529a53785b9b3a1.jpg?auto=compress,format&q=80&fit=crop&width=32&height=32&dpr=1)Sébastien VERSPECHT](https://cuttle.xyz/@sverspecht)

Apr 24 (updated May 14)

Public

![](https://cuttle-uploads.imgix.net/164598/32065302cf0b13fe82ca73e88f666dcfae0344b11641d0a5661e8b41f4fdfd68.jpg?auto=compress,format&q=80&fit=max&width=700&height=1280&dpr=1)

Here is a little project for a friend who wanted to make some gifts for students.

## Template

You can easily adjust:

-   Names (Noms): template will create a "cross" for each name (and skip empty lines)
    
-   Font: Names are fit to horizontal part of cross then, don't hesite to change!
    
-   Lines (Lignes): Adjust desired number of elements and check full width under template
    
-   Columns (Colonnes): Idem for columns and full height
    
-   Height of item: Adjust final size of each "cross"
    
      
    

## Particularities

-   This template display items in a head-to-tail configuration to minimize materials, via rotation value of component.
    

> `rotation = (rep%colonnes)*180`

-   The maximum of items displayed is equal to number of names given, via visible modifier of component.
    

> `visible = rep<names.length?true:false`

Makes & Comments

You must be a member of Cuttle Pro to post in this area.