Template:Bubble: Difference between revisions
SimpleArrows (talk | contribs) mNo edit summary |
SimpleArrows (talk | contribs) mNo edit summary |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div class="bubble" id="{{{ | <includeonly> | ||
<div class="bubble" id="{{{1}}}-bubble"> | |||
<div class="bubble-label">EXPLORE</div> | <div class="bubble-label">EXPLORE</div> | ||
<div class="bubble-image">[[Image:{{{ | {{#if: {{{3|}}}|<div class="bubble-image">[[Image:{{{3}}}|link={{{4}}}]]</div> }} | ||
</ | {{{2}}} | ||
</div></includeonly><noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Type", | |||
"description": "Used to determine the bubble's style. Use \"explore\" for the title of a preset, \"link\" for the links section of the preset.", | |||
"example": "explore", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"explore", | |||
"link", | |||
"none" | |||
], | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Text", | |||
"description": "Text that shows to the right of the bubble's icon. Write a link as the text if the bubble's type is \"link\". Either write a link and/or description if the bubble's type is \"explore\".", | |||
"example": "[[Red Faction: Guerrilla Locations]]", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"3": { | |||
"label": "Icon", | |||
"description": "An icon shown to the left of the text. Omit if there is no icon.", | |||
"example": "Icon_RFG.png", | |||
"type": "wiki-file-name" | |||
}, | |||
"4": { | |||
"label": "Icon Link", | |||
"description": "The page that the icon redirects to. It should be the same page that is linked inside the bubble's text. Omit if there is no icon.", | |||
"example": "Red Faction: Guerrilla", | |||
"type": "wiki-page-name" | |||
} | |||
}, | |||
"description": "A bubble with icon and text for use in BubbleNav templates.", | |||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"3", | |||
"4" | |||
], | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
'''Usage:''' | |||
<pre>{{Bubble| TYPE | TEXT | ICON | ICON_LINK }}</pre> | |||
<pre> | |||
{{Bubble|explore|[[Red Faction: Guerrilla]]|Icon_RFG.png|Red Faction: Guerrilla}} | |||
{{Bubble|explore|[[Red Faction: Guerrilla Locations]]|Icon_RFG.png|Red Faction: Guerrilla Locations}} | |||
{{Bubble|link|[[Parker (Sector)|Parker]]|Icon_RFG.png|Parker (Sector)}} | |||
</pre> | |||
'''Output:''' | |||
{{Bubble|explore|[[Red Faction: Guerrilla]]|Icon_RFG.png|Red Faction: Guerrilla}} | |||
{{Bubble|explore|[[Red Faction: Guerrilla Locations]]|Icon_RFG.png|Red Faction: Guerrilla Locations}} | |||
{{Bubble|link|[[Parker (Sector)|Parker]]|Icon_RFG.png|Parker (Sector)}} | |||
[[Category:Core Templates]]</noinclude> |
Latest revision as of 11:18, 14 February 2024
A bubble with icon and text for use in BubbleNav templates.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Type | 1 | Used to determine the bubble's style. Use "explore" for the title of a preset, "link" for the links section of the preset.
| String | required |
Text | 2 | Text that shows to the right of the bubble's icon. Write a link as the text if the bubble's type is "link". Either write a link and/or description if the bubble's type is "explore".
| String | required |
Icon | 3 | An icon shown to the left of the text. Omit if there is no icon.
| File | optional |
Icon Link | 4 | The page that the icon redirects to. It should be the same page that is linked inside the bubble's text. Omit if there is no icon.
| Page name | optional |
Usage:
{{Bubble| TYPE | TEXT | ICON | ICON_LINK }}
{{Bubble|explore|[[Red Faction: Guerrilla]]|Icon_RFG.png|Red Faction: Guerrilla}} {{Bubble|explore|[[Red Faction: Guerrilla Locations]]|Icon_RFG.png|Red Faction: Guerrilla Locations}} {{Bubble|link|[[Parker (Sector)|Parker]]|Icon_RFG.png|Parker (Sector)}}
Output: