Advertisement
Sheriziya

AFTtemplate-phpcode

Jul 19th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.13 KB | None | 0 0
  1. <a id="readmore"></a><table>
  2.   <tr>
  3.     <td width="80%"><h2>Introduction</h2>
  4. {@project_goal}</td>
  5.     <td rowspan="5"><p><strong>My Role<br />
  6.         </strong>{@my_role}</p>
  7.       <p><strong>Platform(s):</strong><br />
  8.           {@platforms}</p>
  9.         [if engine]
  10.       <p><strong>Engine:</strong><br />
  11.           {@engine}</p>
  12.         [/if]
  13.       <p><strong>Tools:</strong><br />
  14.           {@tools}</p>
  15.         [if languages]
  16.       <p><strong>Languages:</strong><br />
  17.           {@languages}</p>
  18.         [/if]
  19.       <p><strong>Development Teamsize:</strong><br />
  20.           {@development_team_size}</p>
  21. [if finished]
  22.       <p><strong>Development Time:</strong><br />
  23.           {@development_time}</p>
  24.       <p><strong>Finished Date:</strong><br />
  25.           {@finished_date}</p>
  26. [else]
  27.         <p><strong>Development Status:</strong><br />
  28.             {@development_status}</p>
  29.         [/if]
  30. [if released]
  31.         <p><strong>Release date:</strong><br />
  32.             {@released_date}</p>
  33.         [/if]
  34. [if development_process]
  35.         <p><strong><a href="http://fantasygamecreations.com/category/{@development_process}" target="_blank">Development process</a></strong></p>
  36.         [/if]
  37.         [if art]
  38.       <p><strong>Art:</strong><br />
  39.           {@art}
  40.           [if other_artists_information]
  41.           {@other_artists_information}
  42.           [/if]
  43.         </p> [/if]
  44.         [if comissioned_by]
  45.       <p><strong>Commissioned by</strong>
  46.           {@comissioned_by}</p>
  47.         [/if]
  48.       <p><strong>Genre:</strong><br />
  49.           {@genre}</p>
  50.     <p><strong>Amount of players:</strong><br />
  51.         {@player_amount}</p>
  52.     [if expected_age_rating]
  53.         <p><strong>Expected age rating</strong><br />
  54.             {@expected_age_rating}</p>
  55.         [/if]
  56.     [if credits_or_thank_you]
  57.         <p><strong>Thanks to</strong>
  58.             {@credits_or_thank_you}</p>
  59.         [/if]
  60.         [if website_of_the_game]
  61.           <p><strong><a href="{@website_of_the_game}" target="_blank">Website</a></strong></p>
  62.           [/if]
  63. </td>
  64.   </tr>
  65.   <tr>
  66.     <td><h2>The game</h2>
  67.       {@game_description}
  68.       {@game_goal}
  69.       [if game_trailer]
  70.          <p>Watch the game trailer <a href="#gametrailer">here</a>.</p>
  71.       [/if]
  72.       [if detailed_information]
  73.         <p>More detailed information <a href="#detailedinfo">here</a>.</p>
  74.       [/if]
  75.         [if download_or_play_option_available]
  76.         <h6>Download/Play this game:</h6>
  77.           [if game_maker_version]<a href="{@game_maker_version}" target="_blank">Game Maker version</a> Installation instructions:
  78.           {@game_maker_installation_instructions}
  79.         [/if]
  80.           [if unity_version]<a href="{@unity_version}" target="_blank">Unity version</a> Installation instructions:
  81.           {@unity_download_install_instructions}
  82.         [/if]
  83.         [if unity_webplayer_version]<a href="#unitywebplayer">Play in the Unity Webplayer</a><br />
  84.         [/if]
  85.           [if unreal_version]<a href="{@unreal_version}" target="_blank">Unreal version</a> Installation instructions:
  86.           {@unreal_installation_instructions}
  87.     [/if]
  88.           [/if]</td>
  89.   </tr>
  90.   <tr>
  91.     <td><h2>{@feature_1_title}</h2>
  92.     {@feature_1_description_screenshot}</td>
  93.   </tr>
  94.   <tr>
  95.     <td><h2>{@feature_2_title}</h2>
  96.     {@feature_2_description_screenshot}</td>
  97.   </tr>
  98.   <tr>
  99.       <td><h2>{@feature_3_title}</h2>
  100.           {@feature_3_description_screenshot}</td>
  101.   </tr>
  102.   [if more_features]
  103.     <tr>
  104.     <td colspan="2"><h2>More features</h2>
  105.         {@more_features}</td>
  106.   </tr>
  107.     [/if]
  108.     [if learning_points]
  109.   <tr>
  110.     <td colspan="2"><h2>Learning points for myself</h2>
  111.         {@learning_points}</td>
  112.   </tr>
  113.     [/if]
  114.     [if anything_else]
  115.   <tr>
  116.     <td colspan="2"><h2>Other information</h2>
  117.     <p>[if game_version]
  118.         Version {@game_version}
  119.         [/if]
  120.         [if game_changelog]
  121.         <br /><br /><strong>Change log:</strong>
  122.         {@game_changelog}
  123.         [/if]
  124.         [if game_design_document]
  125.         <a href="{@game_design_document}" target="_blank">Game Design Document</a>
  126.         [/if]
  127.         </p></td>
  128.   </tr>
  129.     [/if]
  130.     [if game_trailer]
  131.   <tr>
  132.     <td colspan="2"><a name="gametrailer"></a><h2>Game play Trailer</h2>
  133.         {@game_trailer}</td>
  134.   </tr>
  135.     [/if]
  136.     [if detailed_information]
  137.   <tr>
  138.       <td colspan="2"><a name="detailedinfo"></a><h2>Detailed information</h2>
  139.           {@detailed_information}</td>
  140.   </tr>
  141.     [/if]
  142.         [if download_or_play_option_available]
  143. [if unity_webplayer_version]
  144. <tr>
  145.     <td colspan="2"><a name="unitywebplayer"></a><h2>Play the game here in your browser!</h2>
  146.         <p>You can play this game directly in your browser. Just follow the instructions below and you can start playing!</p>
  147.         <h4>Webplayer installation instructions</h4>
  148.         {@unity_webplayer_install_instructions}
  149.         <h4>Game Play instructions</h4>
  150.         {@unity_webplayer_play_instructions}
  151.     </td>
  152. </tr>
  153.     [/if]
  154. [/if]
  155. <tr>
  156.     <td colspan="2">
  157.         {@unity_webplayer_shortcode,do_shortcode}
  158.     </td>
  159. </tr>
  160. <tr>
  161.     <td colspan="2">
  162.     <?php
  163. if (isset($download_or_play_option_available)) {
  164.     echo "This var is set so I will print.";
  165. } else {
  166. echo "the variable has not been set, so something will have to be adjusted... somehow";
  167. }
  168. ?>
  169.     </td>
  170. </tr>
  171.     [if copyright_notice]
  172.     <tr>
  173.         <td colspan="2">
  174.             {@copyright_notice}
  175.         </td>
  176.     </tr>
  177.     [else]
  178.     <tr>
  179.         <td colspan="2">
  180.             <p>Please visit my <A href="http://fantasygamecreations.com/legal-notice/" Target="_blank">Legal page</A> to know more about my copyright.</p>
  181.         </td>
  182.     </tr>
  183.     [/if]
  184. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement