Difference between revisions of "Template:BlogPost"

From edegan.com
Jump to navigation Jump to search
 
 
(19 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>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
</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;"
+
</noinclude>
! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span>
 
|-
 
! Title
 
| [[Has title::{{{Title|}}}]]
 
|-
 
! Author
 
| [[Has author::{{{Author|}}}]]
 
|-
 
! Series
 
| [[Part of series::{{{Series|}}}]]
 
|-
 
! Content status
 
| {{#arraymap:{{{Content status|}}}|,|x|[[Has content status::x]]}}
 
|-
 
! Graphics status
 
| {{#arraymap:{{{Graphics status|}}}|,|x|[[Has graphics status::x]]}}
 
|}
 
  
 +
<includeonly>
 +
{{Infobox
 +
| 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;
 +
| header1    = Blog Post
 +
| labelstyle  = width: 33%;
 +
 +
| label2      = Title
 +
| data2      = [[Has title::{{{Has title|}}}]]
 +
| label3      = Author
 +
| data3      = [[Has author::{{{Has author|}}}]]
 +
| label4      = Series
 +
| data4      = [[Part of series::{{{Part of series|}}}]]
 +
| label5      = Content status
 +
| data5      = {{#arraymap:{{{Has content status|}}}|,|x|[[Has content status::x]]}}
 +
| label6      = Graphics status
 +
| 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;
 +
| 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.