Template:Feature: Difference between revisions
(Created page with "<noinclude> Renders a little highlight table for featuring a labeled value, perhaps a hyperlink. Automatically snaps to the right of the page. <div style="width: min-content; border: 1px solid black;"> {{feature|My name is|bunny}} {{feature|Go somewhere!|[https://example.com like here]}} </div> </noinclude><includeonly ><div class=float-right> {{{!}} class=wikitable ! {{{1}}} {{!}}- {{!}} style=text-align:center {{!}} {{{2}}} {{!}}} </div></includeonly>") |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Renders a little highlight table for featuring a labeled value, perhaps a hyperlink. Automatically snaps to the right of the page. | Renders a little highlight table for featuring a labeled value, perhaps a hyperlink. Automatically snaps to the right of the page. | ||
<div style="width: | <div style="width: 50%; padding: 0.5em; border: 1px solid black;"> | ||
{{feature|My name is|bunny}} | {{feature|My name is|bunny}} | ||
{{feature|Go somewhere!|[https://example.com like here]}} | {{feature|Go somewhere!|[https://example.com like here]}} | ||
Lorem ipsum dolor | |||
<div style="clear: right;"></div> | |||
</div> | </div> | ||
</noinclude><includeonly | </noinclude><includeonly | ||
><div class=float-right> | ><div | ||
class=float-right | |||
style=" | |||
width: unset; | |||
max-width: 25%; | |||
" | |||
> | |||
{{{!}} class=wikitable | {{{!}} class=wikitable | ||
! {{{1}}} | ! {{{1}}} |
Revision as of 15:31, 3 December 2023
Renders a little highlight table for featuring a labeled value, perhaps a hyperlink. Automatically snaps to the right of the page.