Template:Infobox algorithm: Difference between revisions

Content deleted Content added
DSisyphBot (talk | contribs)
m typo
 
(47 intermediate revisions by 36 users not shown)
Line 1:
{{Infobox
| bodystyleheaderstyle = background:#fff6d9ffc0c0
| title = {{{name|{{PAGENAMEBASE}}}}}
| headerstyle = background:#ffc0c0
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image size|{{{image_size|{{{imagesize|}}}}}}}}}|alt={{{alt|}}}}}
| name = Infobox_Algorithm
| title caption = {{PAGENAME{caption|}}}
| image = {{{image}}}
| caption = {{{caption|}}}
| label1 = Class
| data1 = {{{class|}}}
| label2 = Data structure
| data2 = {{{data|}}}
| label3 = Worst[[Best, worst and average case|Worst-case]] [[Time complexity|performance]]
| data3 = = {{{time|}}}
| label4 = [[Best, worst and average case|Best-case]] [[Time complexity|performance]]
| data4 = {{{best-time|}}}
| label5 = Average[[Best, worst and average case|Average]] [[Time complexity|performance]]
| data5 = {{{average-time|}}}
| label6 = Worst[[Best, worst and average case|Worst-case]] [[space complexity]]
| data6 = {{{space|}}}
| label7 = Optimal
| data7 = {{{optimal|}}}
}}{{#invoke:Check for unknown parameters|check|unknown={{main other|}}|preview=Page using [[Template:Infobox algorithm]] with unknown parameter "_VALUE_"|ignoreblank=y | name | image | image size | image_size | imagesize | alt | class | image | caption | data | time | best-time | average-time | space | optimal}}<noinclude>
}}
{{documentation}}<!--Please add this template's categories to the /doc subpage, not here - thanks!-->
<noinclude><pre>
{{Infobox Algorithm
|class=
|image=
|caption=
|data=
|time=
|best-time=
|average-time=
|space=
|optimal=
|complete=
}}
</pre>
[[Category:Software infobox templates|Algorithm]]
[[it:Template:Infobox Algoritmo]]
[[uk:Шаблон:Картка алгоритм]]
</noinclude>