Template:Feature: Difference between revisions

From The Toaq Wiki
mNo edit summary
(add variadicity)
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: 50%; padding: 0.5em; border: 1px solid black;">
<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 15: Line 15:
   "
   "
>
>
{{{!}} class=wikitable
{{{!}} class=wikitable style=text-align:center
! {{{1}}}
! {{{1}}}
{{!}}-
{{feature/cell|{{{2}}}}}
{{!}} style=text-align:center {{!}} {{{2}}}
{{feature/cell|{{{3}}}}}
{{feature/cell|{{{4}}}}}
{{feature/cell|{{{5}}}}}
{{feature/cell|{{{6}}}}}
{{feature/cell|{{{7}}}}}
{{!}}}
{{!}}}
</div></includeonly>
</div></includeonly>

Revision as of 15:37, 3 December 2023

Renders a little highlight table for featuring a labeled value, perhaps a hyperlink. Automatically snaps to the right of the page.