Template:Goblock: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 3: Line 3:
== Utilisation ==
== Utilisation ==


* '''<nowiki>{{Goblock| Allez ! .... }}</nowiki>'''
The following:
[[Category:templates]]
 
'''<nowiki>{{Goblock| Allez ! .... }}</nowiki>'''


Gives: {{Goblock| Allez ! .... }}
Gives: {{Goblock| Allez ! .... }}


* '''<nowiki>{{Goblock|content="text ..... "| nowrap | bgcolor="red"}}</nowiki>'''
The following:
 
* Please, <nowiki>{{Goblock|content=text ..... |nowrap=true|bgcolor=red}}</nowiki>. Thanks.


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


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