Template:ScopeBox: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
||
| Line 1: | Line 1: | ||
<rawcss ref="{{{identifier}}}-__scope-box"/><div class="scope-box scope-box-{{{identifier}}}"> [[{{{link}}}]]</div> |
<includeonly><rawcss ref="{{{identifier}}}-__scope-box"/><div class="scope-box scope-box-{{{identifier}}}"> [[{{{link}}}]]</div></includeonly><noinclude> |
||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"identifier": { |
|||
"label": "Identifier", |
|||
"description": "The identifier of this scope box", |
|||
"example": "vela", |
|||
"type": "string", |
|||
"required": true |
|||
}, |
|||
"link": { |
|||
"label": "Link", |
|||
"description": "Where this scope box should link to", |
|||
"example": "Scope:Vela", |
|||
"type": "wiki-page-name", |
|||
"required": true |
|||
} |
|||
}, |
|||
"description": "Nicely formatted box which links to a scope page", |
|||
"format": "inline" |
|||
} |
|||
</templatedata> |
|||
</noinclude> |
|||
Revision as of 20:28, December 26, 2024
Nicely formatted box which links to a scope page
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Identifier | identifier | The identifier of this scope box
| String | required |
| Link | link | Where this scope box should link to
| Page name | required |