« Modèle:Goblock » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « <noinclude> == Utilisation == * '''<nowiki>{{Goblock| texte ..... }}</nowiki>''' Category:Modèles Cela donne: {{Goblock| Allez ! }} </noinclude><includeonly><div ... ») |
m (→Utilisation) |
||
(10 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 3 : | Ligne 3 : | ||
== Utilisation == | == Utilisation == | ||
The following: | |||
'''<nowiki>{{Goblock| Allez ! .... }}</nowiki>''' | |||
</noinclude><includeonly><div class="GoBlock"{{{1}}} </div></includeonly> | Gives: {{Goblock| Allez ! .... }} | ||
The following: | |||
* Please, <nowiki>{{Goblock|content=text ..... |nowrap=true|bgcolor=red}}</nowiki>. Thanks. | |||
gives: | |||
* Please, {{Goblock|content=text ..... |nowrap=true|bgcolor=red}}. Thanks. | |||
[[Category:modèles]] | |||
</noinclude><includeonly>{{#if:{{{content|}}}|{{#if:{{{nowrap|}}}|<span class="GoBlock" style="background:{{{bgcolor|}}}"> {{{content|}}} </span>|<div class="GoBlock" style="background:{{{bgcolor|}}}"> {{{content|}}}</div>}}|<div class="GoBlock">{{{1}}}</div> }}</includeonly> |
Dernière version du 28 septembre 2018 à 10:38
Utilisation
The following:
{{Goblock| Allez ! .... }}
Gives:
Allez ! ....
The following:
- Please, {{Goblock|content=text ..... |nowrap=true|bgcolor=red}}. Thanks.
gives:
- Please, text ..... . Thanks.