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
(removed extra spaces.)
(added optional unnamed param)
Line 2: Line 2:
  
 
--><div class="mw-collapsible" id="mw-customcollapsible-classicimage"><!--
 
--><div class="mw-collapsible" id="mw-customcollapsible-classicimage"><!--
   -->[[{{{premium}}}|{{{width|200px}}}|thumb|<span class="mw-customtoggle-classicimage mw-ui-button mw-ui-progressive">Toggle</span><br>{{{caption|}}}]]<!--
+
   -->[[{{{1|{{{premium}}}}}}|{{{width|200px}}}|thumb|<span class="mw-customtoggle-classicimage mw-ui-button mw-ui-progressive">Toggle</span><br>{{{caption|}}}]]<!--
 
--></div><!--
 
--></div><!--
  
 
--><div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-classicimage"><!--
 
--><div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-classicimage"><!--
   -->[[{{{classic}}}|{{{width|200px}}}|thumb|<span class="mw-customtoggle-classicimage mw-ui-button mw-ui-progressive">Toggle</span><br>{{{caption|}}}]]<!--
+
   -->[[{{{2|{{{classic}}}}}}|{{{width|200px}}}|thumb|<span class="mw-customtoggle-classicimage mw-ui-button mw-ui-progressive">Toggle</span><br>{{{caption|}}}]]<!--
 
--></div></includeonly><noinclude>
 
--></div></includeonly><noinclude>
  

Revision as of 19:59, 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
}}