Difference between revisions of "Template:Dataset"
From Security Vision
(Created page with "<noinclude> This is the "Dataset" template. It should be called in the following format: <pre> {{Dataset |1= }} </pre> Edit the page to see the template text. </noinclude><inc...") |
(Generated from a page schema) |
||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{Dataset | {{Dataset | ||
− | | | + | |Developed by People= |
+ | |Developed by Institution= | ||
+ | |Creation Date= | ||
+ | |Dataset Category= | ||
+ | |URL= | ||
+ | |Keywords= | ||
}} | }} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
− | </noinclude><includeonly>{| | + | </noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" |
− | ! Dataset | + | ! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span> |
− | | {{{ | + | |- |
+ | {{#if:{{{Developed by People|}}}|! Developed by (People) | ||
+ | {{!}} {{#arraymap:{{{Developed by People|}}}|,|x|[[Developed by People::x]]}} | ||
+ | |||
+ | }} | ||
+ | {{#if:{{{Developed by Institution|}}}| | ||
+ | {{!}}- | ||
+ | ! Developed by (Institution) | ||
+ | {{!}} {{#arraymap:{{{Developed by Institution|}}}|,|x|[[Developed by Institution::x]]}} | ||
+ | |||
+ | }} | ||
+ | |- | ||
+ | ! Creation Date | ||
+ | | [[Creation Date::{{{Creation Date|}}}]] | ||
+ | |- | ||
+ | ! Dataset Category | ||
+ | | {{#arraymap:{{{Dataset Category|}}}|,|x|[[Dataset Category::x]]}} | ||
+ | |||
+ | |- | ||
+ | ! URL | ||
+ | | [[URL::{{{URL|}}}]] | ||
+ | |- | ||
+ | ! Keywords | ||
+ | | {{#arraymap:{{{Keywords|}}}|,|x|[[Keywords::x]]}} | ||
+ | |||
|} | |} | ||
[[Category:Dataset]] | [[Category:Dataset]] | ||
</includeonly> | </includeonly> |
Revision as of 18:00, 18 February 2021
This is the "Dataset" template. It should be called in the following format:
{{Dataset |Developed by People= |Developed by Institution= |Creation Date= |Dataset Category= |URL= |Keywords= }}
Edit the page to see the template text.