« Modèle:FlexGrid » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 18 : | Ligne 18 : | ||
}} | }} | ||
</pre> | </pre> | ||
This template returns its parameter without leading or trailing whitespace. It’s primarily for other templates to remove unwanted whitespace passed around an unnamed parameter (named parameters are automatically trimmed by MediaWiki). | |||
</noinclude> | </noinclude> | ||
<includeonly><div class="flexGrid" style="padding:0.5em;display: grid; grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); grid-gap: 1.25em; grid-auto-rows: auto; width: auto;">{{{content}}}</div></includeonly> | <includeonly><div class="flexGrid" style="padding:0.5em;display: grid; grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); grid-gap: 1.25em; grid-auto-rows: auto; width: auto;">{{{content}}}</div></includeonly> |
Version du 30 avril 2021 à 18:12
Ceci est le modèle « flexGrid ». Il devrait être appelé selon le format suivant :
{{flexGrid |content= Text A Text B Text C }} ou {{flexGrid |content= model A model B model C }}
This template returns its parameter without leading or trailing whitespace. It’s primarily for other templates to remove unwanted whitespace passed around an unnamed parameter (named parameters are automatically trimmed by MediaWiki).