Welcome to the new and improved DanTDM Wiki. Please read our rules to figure out the correct etiquette and behavior that is expected of all users in both the discussions and pages. Looking to reclaim your edit history from the Fandom wiki? conctact User:ScrapBlox

Template:Minigame infobox template: Difference between revisions

From DanTDM Wiki
Jump to navigation Jump to search
imported>Gamerfronts
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="game_t..."
 
imported>Gamerfronts
No edit summary
 
Line 1: Line 1:
<infobox>
<infobox>
  <title source="title1">
    <default>{{PAGENAME}}</default>
  </title>
  <image source="image1">
    <caption source="caption1"/>
  </image>
  <data source="game_type">
    <label>Game Type</label>
  </data>
  <data source="max_lobby_size">
    <label>Max. Lobby Size</label>
  </data>
  <data source="min_lobby_size">
    <label>Min. Lobby Size</label>
  </data>
</infobox>
<noinclude>
Example usage:<pre>
{{Minigame infobox template
|title1=Example
|image1=Example
|caption1=Example
|max_lobby_size=Example
|game_type=Example
}}
</pre>
</noinclude><infobox>
   <title source="title1">
   <title source="title1">
     <default>{{PAGENAME}}</default>
     <default>{{PAGENAME}}</default>

Latest revision as of 16:39, 9 June 2021

Example usage:

{{Minigame infobox template
|title1=Example
|image1=Example
|caption1=Example
|max_lobby_size=Example
|game_type=Example
}}