Template:Bubble: Difference between revisions
No edit summary |
SimpleArrows (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<div class="bubble" id="{{{1}}}-bubble"> | <div class="bubble" id="{{{1}}}-bubble"> | ||
<div class="bubble-label">EXPLORE</div> | <div class="bubble-label">EXPLORE</div> | ||
{{#if: {{{3|}}} | {{#if: {{{3|}}}|<div class="bubble-image">[[Image:{{{3}}}|link={{{4}}}]]</div> }} | ||
|<div class="bubble-image">[[Image:{{{3}}}|link={{{4}}}]]</div> | |||
{{{2}}} | {{{2}}} | ||
</div></includeonly><noinclude> | </div></includeonly><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: