Template:Software Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (42 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | |||
{{#set: software_tag = {{{tag}}}}} | |||
{{#set: page label = {{{page label}}}}} | |||
{{#set: page order = {{{page order}}}}} | |||
{{#ask: | |||
[[software_tag::{{{tag}}}]] | |||
|? page label | |||
| intro = <div align="left" style="background-color:#f5fffa;border:1px solid #ccc; width: 200px; float: right; padding: 5px; margin-top: 10px; margin-right: 10px; margin-left: 20px; margin-bottom: 20px"> | |||
<div style="width:100%;background-color:#cef2e0"><b>{{Get Software Name | tag = {{{tag}}}}}</b></div> | |||
| outro = </div> | |||
| sort = page order | |||
| order = asc | |||
| format = plainlist | |||
| template = Software Infobox Format | |||
| link = none | |||
}}</includeonly><noinclude> | |||
== Usage == | |||
Cut and paste: | |||
<pre> | |||
{{Software Infobox | |||
| tag = | |||
| page label = | |||
| page order = | |||
}} | |||
</pre> | |||
If this is the main page for the program, also cut and paste the following: | |||
<pre> | |||
<software_database_software_databox tag="/> | |||
</pre> | |||
== Parameters == | |||
== Original Code == | |||
{{#ask: [[software_tag::{{{tag}}}]] | {{#ask: [[software_tag::{{{tag}}}]] | ||
| Line 10: | Line 45: | ||
|? software_page_order | |? software_page_order | ||
|? software_page_name | |? software_page_name | ||
| intro = <div align="left" style="background-color:#f5fffa;border:1px solid #ccc; width: 200px; float: right; padding: 5px; margin-top: 10px; margin-right: 10px; margin-left: 20px; margin-bottom: 20px"> | |||
<div style="width:100%;background-color:#cef2e0"><b>{{Get Software Name | tag = {{{tag}}}}}</b></div> | |||
| outro = </div> | |||
| order = software_page_order | |||
| order = asc | |||
| format = template | |||
| template = Software Infobox Format | | template = Software Infobox Format | ||
}} | }} [[software_tag::{{{tag}}}| ]] [[software_page_label::{{{page label}}}| ]] [[software_page_order::{{{page order}}}| ]] [[software_page_name::{{PAGENAME}}| ]]</includeonly><noinclude> | ||
</noinclude> | |||