Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
<includeonly>{{Newspaper article
 
<includeonly>{{Newspaper article
 
| newspaper_title = [[The Daily Record]]
 
| newspaper_title = [[The Daily Record]]
| article_title = {{{title}}}
+
| article_title = {{#if:{{{title|}}}|{{{title}}}||}}
| year = {{{year}}}
+
| year = {{#if:{{{year|}}}|{{{year}}}||}}
| month = {{{month}}}
+
| month = {{#if:{{{month|}}}|{{{month}}}||}}
| day = {{{day}}}
+
| day = {{#if:{{{day|}}}|{{{day}}}||}}
| page = {{{page}}}
+
| page = {{#if:{{{page|}}}|{{{page}}}||}}
| section = {{{section}}}
+
| section = {{#if:{{{section|}}}|{{{section}}}||}}
| author = {{{author}}}
+
| author = {{#if:{{{author|}}}|{{{author}}}||}}
 
}}</includeonly>
 
}}</includeonly>

Navigation menu