Template

ArticleImage: Difference between revisions

From Mark Twain in the German Language Press

mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
=== Use of this Template ===
=== Use of this Template ===
* Current example page: [[IA-002]]
* Current example page: [[IA-002]]
Line 9: Line 10:


=== Content of this Template ===
=== Content of this Template ===
==== As Wikitext ====
<pre><nowiki>
<pre><nowiki>
<div class="large-4 columns articleImage">[[File:{{{file}}}.png]]</div>
<div class="large-4 columns articleImage">[[File:{{{file}}}.png]]</div>
Line 14: Line 16:




<onlyinclude>
==== As Rendered On This Page ====
<div class="large-4 columns articleImage">[[File:{{{file}}}.png]]</div>
<onlyinclude><div class="large-4 columns articleImage">[[File:{{{file}}}.png]]</div></onlyinclude>
</onlyinclude>

Latest revision as of 08:44, 22 August 2025

Use of this Template

  • Current example page: IA-002
  • Include in Article Pages to display the article image.
  • Variables:
    • file: image file name without ".png" (the template currently requires .png to work)
  • CSS-class: articleImage
  • Copy: {{ArticleImage|file=}}


Content of this Template

As Wikitext

<div class="large-4 columns articleImage">[[File:{{{file}}}.png]]</div>


As Rendered On This Page

[[File:{{{file}}}.png]]