Template:BlogPost: Difference between revisions

From ProWiki - Demo and Test Wiki

No edit summary
No edit summary
Line 3: Line 3:
{{BlogPost
{{BlogPost
  | title =  
  | title =  
  | subtitle =  
  | intro =  
  | author =  
  | author =  
  | date =
  | date =
Line 12: Line 12:


<big>{{#if: {{{title|}}} |'''{{{title}}}''' |''Error: missing blog post title.'' }}</big><br/>
<big>{{#if: {{{title|}}} |'''{{{title}}}''' |''Error: missing blog post title.'' }}</big><br/>
<small>{{#if: {{{subtitle|}}} |'''{{{subtitle}}}''' |''Error: missing post subtitle.'' }}</small>
<small>{{#if: {{{intro|}}} |'''{{{intro}}}''' |''Error: missing post intro.'' }}</small>


<small>{{#if: {{{date|}}} |''{{{date}}}'' }}</small>
<small>{{#if: {{{date|}}} |''{{{date}}}'' }}</small>
Line 22: Line 22:
  |Has blog post author={{{author|}}}
  |Has blog post author={{{author|}}}
  |Has blog post title={{{title|}}}
  |Has blog post title={{{title|}}}
|Has blog post intro={{{intro|}}}
  |Has blog post date={{{date|}}}
  |Has blog post date={{{date|}}}
|Has blog post content={{{content|}}}
}}
}}
</div>
</div>
{{DISPLAYTITLE:{{{author}}} - {{{title}}} }} {{#default_form:BlogPost}} [[Category:Blog post]]
{{DISPLAYTITLE:{{{author}}} - {{{title}}} }} {{#default_form:BlogPost}} [[Category:Blog post]]
</includeonly>
</includeonly>

Revision as of 13:15, 28 November 2023

{{BlogPost
 | title = 
 | intro = 
 | author = 
 | date =
 | content =
}}