Template:Goblock: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 13: Line 13:
* Please, <nowiki>{{Goblock|content="text ..... "| nowrap=true | bgcolor="red"}}</nowiki>. Thanks.
* 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-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 11:08, 26 September 2018


Utilisation

The following:

{{Goblock| Allez ! .... }}

Gives:

Allez ! ....

The following:

  • Please, {{Goblock|content="text ..... "| nowrap=true | bgcolor="red"}}. Thanks.
  • Please, text ..... . Thanks.