Template:Goblock: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Utilisation) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
The following: | The following: | ||
* Please, <nowiki>{{Goblock|content= | * Please, <nowiki>{{Goblock|content=text ..... |nowrap=true|bgcolor=red}}</nowiki>. Thanks. | ||
* Please, {{Goblock|content=text ..... | nowrap | bgcolor=red}}. Thanks. | * Please, {{Goblock|content=text ..... |nowrap=true|bgcolor=red}}. Thanks. | ||
[[Category:templates]] | [[Category:templates]] | ||
</noinclude><includeonly>{{#if:{{{nowrap|}}}|<span class="GoBlock" style="background | </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> |
Latest revision as of 16:04, 10 October 2020
Utilisation
The following:
{{Goblock| Allez ! .... }}
Gives:
Allez ! ....
The following:
- Please, {{Goblock|content=text ..... |nowrap=true|bgcolor=red}}. Thanks.
- Please, text ..... . Thanks.