You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Template:TargetBlockStart"
m (Tag: 2017 source edit) |
m (Tag: 2017 source edit) |
Schaltet Blöcke kontextsensitiv sichtbar oder unsichtbar
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Showonly |
showonly
|
no description
|
Unknown | optional |
| Output |
output
|
no description
|
Unknown | optional |
<includeonly> <onlyinclude><div style="display:{{#ifeq:{{{showonly|}}}|{{{output|}}}|block|none}}"></includeonly> <noinclude> </onlyinclude> <templatedata> { "params": { "showonly": {}, "output": {} }, "description": "Schaltet Blöcke kontextsensitiv sichtbar oder unsichtbar", "format": "inline" } </templatedata> </noinclude>
| Line 1: | Line 1: | ||
| − | < | + | <onlyinclude><div style="display:{{#ifeq:{{{showonly|}}}|{{{output|}}}|block|none}}"> |
| − | + | </onlyinclude> | |
<templatedata> | <templatedata> | ||
{ | { | ||