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>") |
mNo edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
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=" | <div style="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]|[https://toadua.uakci.pl or here]}} | ||
Lorem ipsum dolor | |||
<div style="clear: right;"></div> | |||
</div> | </div> | ||
</noinclude><includeonly | </noinclude><includeonly | ||
><div class=float-right> | ><div | ||
{{{!}} class=wikitable | class=float-right | ||
style=" | |||
width: unset !important; | |||
max-width: 25%; | |||
" | |||
> | |||
{{{!}} class=wikitable style=text-align:center | |||
! {{{1}}} | ! {{{1}}} | ||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} {{{2}}}{{#if: {{{3|}}}|<nowiki /> | ||
{{!}}- | |||
{{!}} {{{3}}} | |||
|}}{{#if: {{{4|}}}|<nowiki /> | |||
{{!}}- | |||
{{!}} {{{4}}} | |||
|}}{{#if: {{{5|}}}|<nowiki /> | |||
{{!}}- | |||
{{!}} {{{5}}} | |||
|}} | |||
{{!}}} | {{!}}} | ||
</div></includeonly> | </div></includeonly> |