Template:Goblock: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
== Utilisation == | == Utilisation == | ||
The following: | |||
'''<nowiki>{{Goblock| Allez ! .... }}</nowiki>''' | |||
Gives: {{Goblock| Allez ! .... }} | Gives: {{Goblock| Allez ! .... }} | ||
The following: | |||
* Please, <nowiki>{{Goblock|content="text ..... "| nowrap | bgcolor="red"}}</nowiki>. Thanks. | * Please, <nowiki>{{Goblock|content="text ..... "| nowrap | bgcolor="red"}}</nowiki>. Thanks. | ||
* Please, {{Goblock|content= | * Please, {{Goblock|content=text ..... | nowrap | bgcolor=red}}. Thanks. | ||
[[Category:templates]] | |||
</noinclude><includeonly>{{#if:{{{nowrap|}}}|<span class="GoBlock" style="background-color:{{{bgcolor|}}}"> {{{content|}}} </span>|<div class="GoBlock"> {{{1}}} </div> }}</includeonly> | </noinclude><includeonly>{{#if:{{{nowrap|}}}|<span class="GoBlock" style="background-color:{{{bgcolor|}}}"> {{{content|}}} </span>|<div class="GoBlock"> {{{1}}} </div> }}</includeonly> |
Revision as of 10:04, 26 September 2018
Utilisation
The following:
{{Goblock| Allez ! .... }}
Gives:
Allez ! ....
The following:
- Please, {{Goblock|content="text ..... "| nowrap | bgcolor="red"}}. Thanks.
- Please, nowrap. Thanks.