v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Template:Dual image"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(added optional unnamed param)
Line 20: Line 20:
 
==Usage==
 
==Usage==
  
<nowiki>
+
<pre>
{{Dual image|
+
{{Dual image
premium=File:premium.png|
+
|premium=File:premium.png
classic=File:classic.png|
+
|classic=File:classic.png
 
}}
 
}}
  
{{Dual image|
+
{{Dual image
premium=File:premium.png|
+
|premium=File:premium.png
classic=File:classic.png|
+
|classic=File:classic.png
caption=My caption|
+
|caption=My caption
width=100px
+
|width=100px
 
}}
 
}}
 +
</pre>
  
</nowiki>
+
[[category:templates]]</noinclude>
 
 
</noinclude>
 

Revision as of 20:00, 2 January 2023


Template for creating an image with a premium and classic version.

Toggle
Caption
Toggle
Caption

Usage

{{Dual image
|premium=File:premium.png
|classic=File:classic.png
}}

{{Dual image
|premium=File:premium.png
|classic=File:classic.png
|caption=My caption
|width=100px
}}