« Modèle:Goblock » : différence entre les versions
Aller à la navigation
Aller à la recherche
m (→Utilisation) |
mAucun résumé des modifications |
||
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. | |||
* Please, {{Goblock|content=text ..... |nowrap=true|bgcolor=red}}. Thanks. | |||
[[Category:templates]] | |||
</noinclude><includeonly>{{#if:{{{nowrap|}}}|<span class="GoBlock" style="background-color:{{{bgcolor|}}}"> {{{content|}}} </span>|<div class="GoBlock"> {{{1}}} </div> }}</includeonly> |
Version du 28 septembre 2018 à 10:21
Utilisation
The following:
{{Goblock| Allez ! .... }}
Gives:
Allez ! ....
The following:
- Please, {{Goblock|content="text ..... "|nowrap=true|bgcolor="red"}}. Thanks.
- Please, text ..... . Thanks.