Template:Software Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (29 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#ask: [[software_tag::{{{tag}}}]] | <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"> | | 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 | <div style="width:100%;background-color:#cef2e0"><b>{{Get Software Name | tag = {{{tag}}}}}</b></div> | ||
| outro = </div> | | outro = </div> | ||
| order = | | sort = page order | ||
| format = | | order = asc | ||
| format = plainlist | |||
| template = Software Infobox Format | | template = Software Infobox Format | ||
| link = none | |||
}}</includeonly><noinclude> | |||
== Usage == | == Usage == | ||
| Line 27: | Line 28: | ||
| page order = | | 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> | </pre> | ||
== Parameters == | == Parameters == | ||
== Original Code == | |||
{{#ask: [[software_tag::{{{tag}}}]] | |||
|? software_tag | |||
|? software_page_label | |||
|? software_page_order | |||
|? 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 | |||
}} [[software_tag::{{{tag}}}| ]] [[software_page_label::{{{page label}}}| ]] [[software_page_order::{{{page order}}}| ]] [[software_page_name::{{PAGENAME}}| ]]</includeonly><noinclude> | |||
</noinclude> | </noinclude> | ||