-The Dream Cancel Wiki has successfully upgraded it's wiki software and editing has returned. Tables for data have returned.
Template:Hover: Difference between revisions
Jump to navigation
Jump to search
Franck Frost (talk | contribs) No edit summary Tag: Reverted |
Franck Frost (talk | contribs) No edit summary Tags: Manual revert Reverted |
||
Line 1: | Line 1: | ||
<div class="hoverbox"> | |||
<div class="hoveritem selected"> | <div class="hoveritem selected"> | ||
{{{1}}}</div> | {{{1}}}</div> | ||
<div class="hoveritem"> | <div class="hoveritem"> | ||
{{{2}}}</div><noinclude>{{documentation}}</noinclude> | {{{2}}}</div></div><noinclude>{{documentation}}</noinclude> |
Revision as of 10:44, 27 August 2022
{{{1}}}
{{{2}}}
Template DocumentationEdit This Documentation
A more general version of Template:HoverImage where both items displayed are anything at all rather than strictly images. On top of further restrictions compared to images it was also decided not to display the effect if the hovering object is empty. This template is mostly meant to switch between numpad and qcf notations and satisfy both needs.
Usage
Kula's {{Hover|dp+C|623C}} is trash.
results in Kula's
dp+C
623C
Limitations
The template will break if it's on the same line as most wikitext formatting markups. For example the ''...''
for italics :
''Kula's {{Hover|dp+C|623C}} is trash. Her {{Hover|dp+A|623A}} is alright though''
results in Kula's
dp+C
623C
dp+A
623A
- The first hover broke and interrupted the italics markup, resulting in the second hover working.
Instead of markups, use the compatible HTML tags instead :
- For italics, use
<i>...</i>
instead of''...''
- For bold, use
<b>...</b>
instead of'''...'''
- To indent one line, add
<span class="tab">
for each : indentation.<span class="tab"><span class="tab">Kula's {{Hover|dp+C|623C}} is trash.
will indent twice :
dp+C
623C
- To indent an entire paragraph, envelop it in
<ul>...</ul>
for each : indentation.
- Kula's
dp+C
623C
dp+A
623A
dp+C
623C
cl.C
5C
qcf+C
236C
- To create a bullet list, do the same as above and add
<li>...</li>
around each bullet point instead of *.<ul><li>Kula's {{Hover|dp+C|623C}} is trash.</li></ul>
gives a single bullet point :
- Kula's dp+C623C
- To create a numbered list, do the same as above with
ol
instead oful
.
This documentation is automatically transcluded from Template:Hover/Documentation and is not included when this page is transcluded.