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 16: Line 16:


[[Category:templates]]
[[Category:templates]]
</noinclude><includeonly>{{#if:{{{nowrap|}}}|<span class="GoBlock" style="background-color:{{{bgcolor|}}}"> {{{content|}}} </span>|<div class="GoBlock"> style="background-color:{{{bgcolor|}}}"> {{{content|}}}</div>}}</includeonly>
</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>

Revision as of 11:39, 28 September 2018


Utilisation

The following:

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

Gives:

Allez ! ....

The following:

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