« Modèle:T » : différence entre les versions

De Inkipédia
m (Protected "Template:T": Critical template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
m (1 révision importée : http://splatoonwiki.org/wiki/Inkipedia:Requests_for_Rights)
 
(Une version intermédiaire par le même utilisateur non affichée)
(Aucune différence)

Dernière version du 22 juillet 2016 à 16:53

{{[[Template:{{{1}}}|{{{1}}}]]}}

Ci-dessous la documentation du modèle
N.B.: le modèle ci-dessus peut parfois être partiellement ou entièrement invisible.
Visit Modèle:T/doc to edit this documentation. (Comment ça marche ?)
Description
A template link with a variable number of example parameters (0-20), which can be used to show example inputs.
Utilises Template:T/piece.
Syntax
{{t|<parameter1>|<parameter2>|<parameter3>|<parameter4>|<...>|<parameter20>}}
Sample code
{{t|notice}} gives...
{{notice}}
{{t|notice|Item1|Item2|Item3|Item4|Item5|...}} gives...
{{notice|<Item1>|<Item2>|<Item3>|<Item4>|<Item5>|<...>}}
See also
{{tsubst}} for a subst: label in front of the template
{{tsubst|notice|Item1|Item2|Item3|Item4|Item5|...}} gives...
{{subst:notice|<Item1>|<Item2>|<Item3>|<Item4>|<Item5>|<...>}}