|
|
(4 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <div class="quote-container" style="border-left: 4px solid #888; padding-left: 15px; margin: 20px 0; background: #f9f9f9;">
| | <blockquote style="font-style: italic;"> |
| <blockquote style="font-style: italic; margin: 0; font-size: 1.1em;"> | |
| "{{{text}}}" | | "{{{text}}}" |
| </blockquote>
| |
| <div class="quote-meta" style="margin-top: 10px; font-size: 0.9em; color: #666;">
| |
| '''Source:''' {{{source}}}<br/>
| |
| {{{author|}}}{{{author|<br/>}}}
| |
| {{{page|}}}{{{page|'''Page:''' {{{page}}}<br/>}}}
| |
| {{{url|}}}{{{url|'''URL:''' [{{{url}}} Link]<br/>}}}
| |
| '''Added:''' {{{date|{{CURRENTDATE}}}}}<br/>
| |
| {{{tags|}}}{{{tags|'''Tags:''' {{{tags}}}<br/>}}}
| |
| {{{context|}}}{{{context|'''Context:''' {{{context}}}}}}
| |
| </div>
| |
| </div>
| |
|
| |
| [[Category:Quotes]]
| |
| {{{author|[[Category:Quotes by {{{author}}}]]}}}
| |
| {{{source|[[Category:Quotes from {{{source}}}]]}}}
| |
| </mediawiki>
| |
|
| |
|
| **The key changes:**
| |
| - Removed `{{#if:}}` conditionals (needs ParserFunctions extension)
| |
| - Used simpler `{{{parameter|}}}` syntax for optional fields
| |
| - Cleaner conditional display using `{{{param|text if param exists}}}`
| |
|
| |
| **Even simpler version** if that still breaks:
| |
|
| |
| ```mediawiki
| |
| <div style="border-left: 4px solid #888; padding-left: 15px; margin: 20px 0;">
| |
| <blockquote style="font-style: italic;">
| |
| "{{{text}}}"
| |
| </blockquote>
| |
| <small> | | <small> |
| — {{{source}}} {{{author|}}} {{{page|}}} ({{{date|{{CURRENTDATE}}}}}) | | — {{{source}}} {{{author|}}} {{{page|}}} ({{{date|}}}) |
| {{{context|}}} | | {{{context|}}} |
| </small> | | </small> |
| </div> | | </blockquote> |
| | |
|
| |
|
| [[Category:Quotes]] | | [[Category:Quotes]] |
| </mediawiki>
| |