Template:Gem: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style="padding: | <div class="noexcerpt" style="display:inline-flex; align-items:center; gap:10px; background:#f0f6fa; border:1.5px solid #2a6a8a; border-radius:5px; padding:5px 12px; font-style:italic; color:#1a2e3a;">[[Image:Gem.png|22px]] ''<span style="font-weight:700; font-style:normal;">{{{name|{{PAGENAME}}}}}</span> {{{content|{{#if:{{{plural|}}}|are|is a}} {{gemtext|[[Gems|gem{{#if:{{{plural|}}}|s}}]]}}}}}.''</div> | ||
{{#if:{{{content|}}}|<div></div>}} | |||
<includeonly>[[Category:Gems]]</includeonly> | <includeonly>[[Category:Gems]]</includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"plural": { | |||
"label": "Plural", | |||
"description": "Set this to anything to pluralize the text", | |||
"type": "string" | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "Replaces the page name with a custom name", | |||
"type": "string" | |||
}, | |||
"content": { | |||
"label": "Content", | |||
"description": "Text appended after the name", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "Used to describe things that are gemmy" | |||
} | |||
</templatedata></noinclude> | |||
Latest revision as of 14:04, 3 June 2026
Used to describe things that are gemmy
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Plural | plural | Set this to anything to pluralize the text | String | optional |
| Name | name | Replaces the page name with a custom name | String | optional |
| Content | content | Text appended after the name | String | optional |