ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Template:Tutorial"

From ModEnc
Jump to: navigation, search
(Beta version finished)
(Style fix)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
 
<div style="position: relative; top: -1em; left: 0em;">
 
<div style="position: relative; top: -1em; left: 0em;">
<center>{{#ifeq: {{{xcc}}} | yes | [[Image:Game_xcc_yes.png]][[Category:XCC Tutorials]]}}
+
<div style="margin: 3px;padding: 1px;">{{#ifeq: {{{xcc}}} | yes | [[Image:Game_xcc_yes.png]][[Category:XCC Tutorials]]}}
 
{{#ifeq: {{{lb}}} | yes | [[Image:Game_lb_yes.png]][[Category:LaunchBase Tutorials]]}}
 
{{#ifeq: {{{lb}}} | yes | [[Image:Game_lb_yes.png]][[Category:LaunchBase Tutorials]]}}
 
{{#ifeq: {{{td}}} | yes | [[Image:Game_td_yes.png]][[Category:Tiberian Dawn Tutorials]]}}
 
{{#ifeq: {{{td}}} | yes | [[Image:Game_td_yes.png]][[Category:Tiberian Dawn Tutorials]]}}
Line 17: Line 17:
 
{{#ifeq: {{{zh}}} | yes | [[Image:Game_zh_yes.png]][[Category:Zero Hour Tutorials]]}}
 
{{#ifeq: {{{zh}}} | yes | [[Image:Game_zh_yes.png]][[Category:Zero Hour Tutorials]]}}
 
{{#ifeq: {{{tw}}} | yes | [[Image:Game_tw_yes.png]][[Category:Tiberium Wars Tutorials]]}}
 
{{#ifeq: {{{tw}}} | yes | [[Image:Game_tw_yes.png]][[Category:Tiberium Wars Tutorials]]}}
</center>
+
</div>
 
{|align="left" width="100%" cellspacing="0" cellpadding="0" class="template_flag" height="100%"
 
{|align="left" width="100%" cellspacing="0" cellpadding="0" class="template_flag" height="100%"
 
|-
 
|-

Revision as of 16:19, 31 March 2008


This page generates a tutorial header.

Usage

{{Tutorial
|name=
|contrib=
|games/tools
}}
Code Game/Tool Code Game/Tool
td Tiberian Dawn co The Covert Operations
ra Red Alert cs Counterstrike
am Aftermath ts Tiberian Sun
fs Firestorm ets Extended Tiberian Sun
ra2 Red Alert 2 yr Yuri's Revenge
rp RockPatch gen Generals
zh Zero Hour tw Tiberium Wars
xcc XCC Mixer lb LaunchBase

Copy-paste the code above and fill out the parameters as follows:

  • name: Headline of the tutorial (Defaults to page name which should be prefered)
  • contrib: Creators/contributors of this tutorial
  • games/tools: To which games or tools this tutorial applies. To select a game/tool, add a parameter in the form of code=yes to your template call, e.g. lb=yes. A list of available codes is to the right of this text.

Notes

  • This template is intended to be put directly at the page's beginning - no extra horizontal lines, to empty lines, nothing. Either relocate the TOC via __TOC__ or disable it entirely via __NOTOC__.