Template:Center: Difference between revisions

From Snowboardwiki.net
Jump to navigation Jump to search
(Created page with "<includeonly><div class="center {{#if:{{{class|}}}|{{{class}}}}}" style="width:auto; margin-left:auto; margin-right:auto;{{#if: {{{style|}}} | {{{style}}};}}">{{#if:{{{1|}}}|{{{1}}}</div>}}</includeonly><noinclude> Een eenvoudig sjabloon om inhoud in tabellen en op andere plekken te centreren. Let op: dit sjabloon past de CSS-klasse "center" toe en zet ook de linker en rechter marges op "auto". Binnen sommige sjablonen is dit ongewenst. == Gebruik == <templatedata> {...")
 
No edit summary
 
Line 1: Line 1:
<includeonly><div class="center {{#if:{{{class|}}}|{{{class}}}}}" style="width:auto; margin-left:auto; margin-right:auto;{{#if: {{{style|}}} | {{{style}}};}}">{{#if:{{{1|}}}|{{{1}}}</div>}}</includeonly><noinclude>
<div style="text-align: center;">{{{1}}}</div><noinclude>
{{Documentation|content=
This template is used to centralize the texts.


Een eenvoudig sjabloon om inhoud in tabellen en op andere plekken te centreren.
== Usage ==
 
: {{Tlx|center|Insert text here.}}
Let op: dit sjabloon past de CSS-klasse "center" toe en zet ook de linker en rechter marges op "auto". Binnen sommige sjablonen is dit ongewenst.
produces:
 
{{Center|Insert text here.}}
== Gebruik ==
}}
<templatedata>
[[Category:Formatting templates{{#translation:}}]]
{
</noinclude>
"params": {
"1": {
"label": "Inhoud",
            "description": "Eenvoudige inhoud",
"type": "content"
},
"style": {
"label": "Aangepaste CSS-stijl"
},
"class": {
"label": "Extra CSS-klasse(n)"
}
},
"description": "Een eenvoudig sjabloon om inhoud in tabellen en op andere plekken te centreren. "
}
</templatedata>
 
== Voorbeeld ==
{| class="wikitable"
! wikitekst !! resultaat
|-
| <code>Hallo</code>
| Hallo
|-
| <code><nowiki>{{center|Hallo}}</nowiki></code>
| {{center|Hallo}}
|-
| <code><nowiki>{{center}}Hallo{{einde}}</nowiki></code>
| {{center}}Hallo{{einde}}
|}

Latest revision as of 14:05, 3 January 2024

{{{1}}}

Template:Documentation [[Category:Formatting templates{{#translation:}}]]