Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
12,446
edits
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
{{#cargo_declare:_table=BlogPosts | {{#cargo_declare:_table=BlogPosts | ||
|blog=Page | |blog=Page | ||
|pageName=String | |pageName=String | ||
|title=String | |title=String | ||
|date=Date | |date=Date | ||
|author=String | |author=String | ||
| Line 26: | Line 26: | ||
{{#cargo_store:_table=BlogPosts | {{#cargo_store:_table=BlogPosts | ||
|blog={{BASEPAGENAME}} | |blog={{BASEPAGENAME}} | ||
|pageName={{PAGENAME}} | |pageName={{PAGENAME}} | ||
|title={{{title|{{PAGENAME}}}}} | |title={{{title|{{PAGENAME}}}}} | ||
|date={{{date}}} | |date={{{date}}} | ||
|author={{{author}}} | |author={{{author}}} | ||
| Line 34: | Line 34: | ||
}} | }} | ||
{| | {{Infobox | ||
| | | bodystyle = width:22em; float:right; margin-left:1em; | ||
| headerstyle = background:#f0f8ff; text-align:center; | |||
| labelstyle = background:#e6f3ff; text-align:right; font-weight:bold; | |||
| | | datastyle = | ||
| {{#dateformat:{{{date}}}|mdy}} | |||
| header1 = {{{title|{{PAGENAME}}}} | |||
| | |||
| {{{author|Unknown}}} | | label2 = Posted | ||
| data2 = {{#dateformat:{{{date}}}|mdy}} | |||
| | |||
| {{#if: {{{tags|}}} | | label3 = Author | ||
| data3 = {{{author|Unknown}}} | |||
}} | | label4 = Tags | ||
| data4 = {{#if: {{{tags|}}} | {{{tags}}} | None }} | |||
| | |||
{{#if: {{{summary|}}} | | below = {{#if: {{{summary|}}} | <em>{{{summary}}}</em> | <em>No summary provided.</em> }} | ||
}} | }} | ||
<!-- Full blog post content starts here – flows to the left of the infobox --> | <!-- Full blog post content starts here – flows to the left of the infobox --> | ||