Difference between revisions of "Template:Nugget"

From Testiwiki
Jump to: navigation, search
(new colors)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<css>
 
<css>
#bodyContent { background-color: #FFFFE8; }
+
#bodyContent { background-color: #ffffff; }
 +
 
 +
.firstHeading {
 +
  background-color: #FFDB59;
 +
  background: linear-gradient(#FFDB59, #FFF1C6) repeat scroll 0 0 transparent;
 +
  border-radius: 6px 6px 6px 6px;
 +
  font-size: 1.6em;
 +
  line-height: 1.2em;
 +
  margin-bottom: 0.1em;
 +
  margin-top: 0;
 +
  padding-bottom: 5px !important;
 +
  padding-left: 10px !important;
 +
  padding-top: 5px !important;
 +
}
 +
 
 +
h2 {
 +
  background-color: #FFDB59;
 +
  background: linear-gradient(#FFDB59, #FFF1C6) repeat scroll 0 0 transparent;
 +
  border-radius: 6px 6px 6px 6px;
 +
  font-size: 1.6em;
 +
  line-height: 1.2em;
 +
  margin-bottom: 0.1em;
 +
  margin-top: 1em;
 +
  padding-bottom: 5px !important;
 +
  padding-left: 10px !important;
 +
  padding-top: 5px !important;
 +
}
 +
 
 +
div#toctitle h2
 +
{
 +
background: transparent;
 +
}
 +
 
 
</css>
 
</css>
 
{{object
 
{{object
Line 8: Line 40:
 
|respect  = {{{respect|}}}
 
|respect  = {{{respect|}}}
 
|stub      = {{{stub|}}}
 
|stub      = {{{stub|}}}
 +
|reference = {{{reference|}}}
 
}}
 
}}
 
|
 
|
Unlike most other pages in Opasnet, the nuggets have predetermined authors, and you cannot freely edit the contents. When you use this information somewhere, you should properly cite the source like this:<br>'''{{{authors|Opasnet contributors}}}: {{PAGENAME}} ({{fullurl:{{PAGENAME}}}}). Accessed {{CURRENTDAY2}} {{CURRENTMONTHABBREV}} {{CURRENTYEAR}}. {{#if:{{{urn|}}}|{{urn|{{{urn}}}}}|}}'''<br>{{#if:{{{reference|}}}|The nugget has also been published elsewhere: {{{reference|}}}|}}
+
Unlike most other pages in Opasnet, the nuggets have predetermined authors, and you cannot freely edit the contents.  
  
 
'''Note!''' If you want to protect the nugget you've created from unauthorized editing [{{fullurl:{{FULLPAGENAME}}|action=protect}} click here]
 
'''Note!''' If you want to protect the nugget you've created from unauthorized editing [{{fullurl:{{FULLPAGENAME}}|action=protect}} click here]
Line 18: Line 51:
 
[[Category:Universal object]]
 
[[Category:Universal object]]
 
[[Category:Object type]]
 
[[Category:Object type]]
The parameters:
+
For parameter descriptions, see [[:Template:Object]].
*authors: list of authors in the format <nowiki>[[User:Username|Full name]]</nowiki>.
+
 
*urn: Unified resource name. You can obtain an urn from [http://www-2.kansalliskirjasto.fi/kkcgi/urn.cgi here].
+
[[Category:Published elsewhere]]
*reference: If the nugget has been published elsewhere, the reference for that.
 
*ethics, journal: removed
 
 
</noinclude>
 
</noinclude>

Latest revision as of 16:06, 25 November 2012

For parameter descriptions, see Template:Object.