Template:Gem: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Reverted |
mNo edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
{{Box | |||
|bg=#f0f6fa | |||
<includeonly>[[Category:Gems]]</includeonly> | |border=#2a6a8a | ||
<noinclude> | |color=#1a2e3a | ||
|icon=Gem.png | |||
|iconsize=22px | |||
|content=''<span style="font-weight:700; font-style:normal;">{{{name|{{PAGENAME}}}}}</span> {{{content|{{#if:{{{plural|}}}|are|is a}} {{gemtext|[[Gems|gem{{#if:{{{plural|}}}|s}}]]}}}}}.'' | |||
}}<includeonly>[[Category:Gems]]</includeonly><noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | |||
"plural": { "label": "Plural", "description": "Set to anything to pluralize", "type": "string" }, | |||
"name": { "label": "Name", "description": "Replaces page name", "type": "string" }, | |||
"content": { "label": "Content", "description": "Custom text after the name", "type": "string" } | |||
}, | |||
"description": "Used to describe things that are gemmy" | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Revision as of 05:12, 6 June 2026
Used to describe things that are gemmy
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Plural | plural | Set to anything to pluralize | String | optional |
| Name | name | Replaces page name | String | optional |
| Content | content | Custom text after the name | String | optional |