You are viewing an old version of this page. Return to the latest version.
m (Tag: 2017 source edit) |
m (Tag: 2017 source edit) |
Shows or hides blocks based on target group in a transclusion
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Showonly | showonly |
no description
|
Unknown | optional |
| Output | output |
no description
|
Unknown | optional |
<onlyinclude><div style="display:{{#ifeq:{{{showonly|}}}|{{{output|}}}|block|none}}"> </onlyinclude> <noinclude> <templatedata> { "params": { "showonly": {}, "output": {} }, "description": "Shows or hides blocks based on target group in a transclusion", "format": "inline" } </templatedata> </noinclude>
| Line 1: | Line 1: | ||
<onlyinclude><div style="display:{{#ifeq:{{{showonly|}}}|{{{output|}}}|block|none}}"> | <onlyinclude><div style="display:{{#ifeq:{{{showonly|}}}|{{{output|}}}|block|none}}"> | ||
</onlyinclude> | </onlyinclude> | ||
| + | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||