Template:Feature: Difference between revisions
No edit summary |
mNo edit summary |
||
(10 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 | Lorem ipsum dolor | ||
<div style="clear: right;"></div> | <div style="clear: right;"></div> | ||
Line 11: | Line 11: | ||
class=float-right | class=float-right | ||
style=" | style=" | ||
width: unset; | width: unset !important; | ||
max-width: 25%; | max-width: 25%; | ||
" | " | ||
> | > | ||
{{{!}} class=wikitable | {{{!}} 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> |