Template:Data Format Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#ask: [[data_format_tag::{{{tag}}}]] | <includeonly> | ||
{{#set: data_format_tag={{{tag}}}}} | |||
{{#set: data_format_page_label={{{page label}}}}} | |||
{{#set: data_format_page_order={{{page order}}}}} | |||
{{#set: data_format_page_name={{PAGENAME}}}} | |||
{{#ask: [[data_format_tag::{{{tag}}}]] | |||
|? data_format_page_label | |? data_format_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 Data Format Name | tag = {{{tag}}}}}</b></div> | <div style="width:100%;background-color:#cef2e0"><b>{{Get Data Format Name | tag = {{{tag}}}}}</b></div> | ||
| outro = | | outro = </div> | ||
| order = | | sort = data_format_page_order | ||
| format = | | order = asc | ||
| format = plainlist | |||
| template = Data Format Infobox Format | | template = Data Format Infobox Format | ||
| link = none | |||
}}</includeonly><noinclude> | |||
== Usage == | == Usage == | ||
| Line 24: | Line 30: | ||
</pre> | </pre> | ||
== Related Tags == | |||
For listing of programs related to the given data format, cut and paste the following: | |||
<pre> | <pre> | ||
{{List of Software for Data Format | format name = }} | |||
</pre> | </pre> | ||
* Label the overview page with category Data Format | |||
== Parameters == | == Parameters == | ||
== See Also == | |||
* [[:Template:Data_Format|Template:Data_Format]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 18:57, 21 October 2024
Usage
Cut and paste:
{{Data Format Infobox
| tag =
| page label =
| page order =
}}
Related Tags
For listing of programs related to the given data format, cut and paste the following:
{{List of Software for Data Format | format name = }}
- Label the overview page with category Data Format
Parameters
See Also