Jump to content

Useable Templates for contribution

From ModEnc²

To keep an unique look on every page and to keep the text structured and visualized, there are some templates available:


Flag

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Useable Templates for contribution
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: 0
Applicable to: BuildingTypes



Code:
{{Flag
|files={{Categ|ini=rules}}
|values={{Values|Boolean}}
|default=0
|types={{Categ|BuildingTypes}}
|td=yes
|ra=yes
|ts=yes
|fs=yes
|ra2=yes
|yr=yes
}}


This should be used on every Flag on top of the article. Set games which aren't using that flag to no. Example: IsJuggernaut

Guideheader

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge


{{Guideheader
|td=yes
|ra=yes
|ts=yes
|fs=yes
|ra2=yes
|yr=yes
}}

For any kinds of tutorials to visualize for which game the guide/tutorial is for. Example: How_to_add_Repair_ring_System

Sectionheader

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Section: [Useable Templates for contribution]
File(s): rules(md).ini


{{Sectionheader
|files={{Categ|ini=rules}}
|td=yes
|ra=yes
|ts=yes
|fs=yes
|ra2=yes
|yr=yes
}}

HoriontalBar

This is a text

{{HorizontalBar|[[Image:Cc_documentinfo.png‎|24px]] This is a text}}

Image can be replaced with any picture from Special:ListFiles.Pictures with CC at the beginning are recommended for this Template. 24px says, the picture will be shown with a width of 24 pixels.

BigHorizontalBar

THIS IS A HEADLINE
Tiberian Sun is the best game in the World

{{BigHorizontalBar|HEADLINE|TEXT}}

RedHorizontalBar

THIS IS A HEADLINE
Tiberian Sun is the best game in the World

{{RedHorizontalBar|HEADLINE|TEXT}}

WrongTitle

This page should correctly be named "[Useable Templates for contribution]"; it is wrong due to technical restrictions.

{{WrongTitle|[{{PAGENAME}}]}}

Example: VehicleTypes

I

{{I}}


Arr

↑ ↓ ← →

{{Arr|x}}
replace x with
u - arrow up
d - arrow down
l - arrow left
r - arrow right

NeedsTesting

This needs testing
The following section contains information that has not been personally confirmed by the revision's author; readers are encouraged to test it themselves and update the section accordingly.

{{NeedsTesting}}
{{NeedsTesting|New Text is also possible}}

Strike

text

{{Strike|text}}

Content style consistency

  • When listing multiple items, use proper list formatting: * (asterisk) in front of each list item.
  • Sentences should end with a full-stop.
  • When quoting text, use single quotes instead of double quotes - e.g. `this phrase' instead of "this phrase".
  • When listing two alternates A or B, the following conventions apply:
    • if A and B are single words, then 'A/B' (no spaces) - e.g. this/that.
    • if A and/or B consist of multiple words, then 'A / B' (spaces before and after slash) - e.g. Global Defense Initiative / Brotherhood of Nod.
    • If A and/or B are URL links, use the same 'A / B' convention above to make it more obvious that one or more links are present.