Template:Lien: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<noinclude> == Utilisation == The following: '''<nowiki>{{Lien| Allez ! .... }}</nowiki>''' Gives: {{Lien| Allez ! .... }} The following: * Please, <nowiki>{{Lien|conten...") |
mNo edit summary |
||
Line 17: | Line 17: | ||
* Please, {{Lien|content=text ..... |wrap=true|bgcolor=red}}. Thanks. | * Please, {{Lien|content=text ..... |wrap=true|bgcolor=red}}. Thanks. | ||
[[Category: | [[Category:templates]] | ||
</noinclude><includeonly>{{#if:{{{content|}}}|{{#if:{{{wrap|}}}|<div class="GoBlock" style="background:{{{bgcolor|}}}"> {{{content|}}} </div>|<span class="GoBlock" style="background:{{{bgcolor|}}}"> {{{content|}}}</span>}}|<span class="GoBlock">{{{1}}}</span> }}</includeonly> | </noinclude><includeonly>{{#if:{{{content|}}}|{{#if:{{{wrap|}}}|<div class="GoBlock" style="background:{{{bgcolor|}}}"> {{{content|}}} </div>|<span class="GoBlock" style="background:{{{bgcolor|}}}"> {{{content|}}}</span>}}|<span class="GoBlock">{{{1}}}</span> }}</includeonly> |
Latest revision as of 16:16, 5 December 2021
Utilisation
The following:
{{Lien| Allez ! .... }}
Gives: Allez ! ....
The following:
- Please, {{Lien|content=text ..... |wrap=true|bgcolor=red}}. Thanks.
gives:
- Please, text ...... Thanks.