> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/parametrage/editer-imprimer/modeles-dedition-avancees/balise-ligne-de/balise-ligne-de-pour-edition-multi-colonne.md).

# Balise \[LIGNE DE] pour édition multi-colonne

Pour créer un multi-colonne dans un modèle d'édition, il suffit de diviser le numéro de la colonne par le nombre total de colonnes pour répartir les valeurs. Ainsi au lieu d’avoir une (1) ligne par enregistrement, il est possible d’avoir plusieurs lignes par enregistrement.

***Exemple :***

Ici, on souhaite afficher une liste d'articles répartie sur 3 colonnes :

Voici la forme de la première balise :

<% \*LIGNE DE, 1/3 Article / ligne de commande %>

La deuxième :

<% \*LIGNE DE, 2/3 Article / ligne de commande %>

La troisième :

<% \*LIGNE DE, 3/3 Article / ligne de commande%>

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.simax.fr/parametrage/editer-imprimer/modeles-dedition-avancees/balise-ligne-de/balise-ligne-de-pour-edition-multi-colonne.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
