Difference between revisions of "Template:BlogPost"

From edegan.com
Jump to navigation Jump to search
 
(18 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{BlogPost
 
{{BlogPost
|Title=
+
|Has title=
|Author=
+
|Has author=
|Series=
+
|Part of series=
|Content status=
+
|Has content status=
|Graphics status=
+
|Has Graphics status=
 +
|Has publication date=
 +
|Has processing notes=
 
}}
 
}}
 
</pre>
 
</pre>
Line 17: Line 19:
 
{{Infobox
 
{{Infobox
 
  | bodystyle  = width: 25em; background-color: #ffffff; border: 1px solid #a63c07;  
 
  | bodystyle  = width: 25em; background-color: #ffffff; border: 1px solid #a63c07;  
 +
| abovestyle  = background:#0d776e; font-size: 125%; color:#ffffff
 +
| image      = [[File:{{{Has blog image|blogpost.png}}}|300px|frameless|center]]
 +
 +
 
  | headerstyle = background:#0d776e; color:#ffffff;
 
  | headerstyle = background:#0d776e; color:#ffffff;
| subheader  = {{{name}}}
+
  | header1    = Blog Post
  | header1    = Your header
 
 
  | labelstyle  = width: 33%;  
 
  | labelstyle  = width: 33%;  
 
   
 
   
  | label1     = Title
+
  | label2     = Title
  | data1       = [[Has title::{{{Title|}}}]]  
+
  | data2       = [[Has title::{{{Has title|}}}]]  
  | label2     = Author
+
  | label3     = Author
  | data2     = [[Has author::{{{Author|}}}]]  
+
  | data3     = [[Has author::{{{Has author|}}}]]  
  | label3     = Series
+
  | label4     = Series
  | data3     = [[Part of series::{{{Series|}}}]]  
+
  | data4     = [[Part of series::{{{Part of series|}}}]]  
  | label4     = Content status
+
  | label5     = Content status
  | data4     = {{#arraymap:{{{Content status|}}}|,|x|[[Has content status::x]]}}
+
  | data5     = {{#arraymap:{{{Has content status|}}}|,|x|[[Has content status::x]]}}
  | label5     = Graphics status
+
  | label6     = Graphics status
  | data5     = {{#arraymap:{{{Graphics status|}}}|,|x|[[Has graphics status::x]]}}
+
  | data6     = {{#arraymap:{{{Has graphics status|}}}|,|x|[[Has graphics status::x]]}}
 
+
| label7      =Publication date
 +
| data7      = [[Had publication date::{{{Had publication date|}}}]]
 +
| label8      =Notes
 +
| data8      = [[Has processing notes::{{{Has processing notes|}}}]]
 +
| label9      =Image
 +
| data9      = [[Has blog image::{{{Has blog image|}}}]]
 
  | belowstyle  = background:#ffffff;
 
  | belowstyle  = background:#ffffff;
  | below      = © McNair Center, 2016
+
  | below      = © edegan.com, 2016
 
  }}
 
  }}
 
[[Category:Blog Post]]
 
[[Category:Blog Post]]
 
</includeonly>
 
</includeonly>

Latest revision as of 13:21, 11 March 2019

This is the "BlogPost" template. It should be called in the following format:

{{BlogPost
|Has title=
|Has author=
|Part of series=
|Has content status=
|Has Graphics status=
|Has publication date=
|Has processing notes=
}}

Edit the page to see the template text.