Template:Infobox war: Difference between revisions

From Simplicitypvp
Jump to navigation Jump to search
(I hope this works, I apologize in advance if I mess something up because of this.)
 
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
</noinclude><includeonly>{| align="right" style="margin:0 0 0.5em 1em; border:1px solid gray; text-align:left; border-radius: 0.5em; box-shadow: 0.5em 0.5em 0.5em #888;" cellpadding="5" cellspacing="3" width=300px
<includeonly>{| align="right" style="margin:0 0 0.5em 1em; border:1px solid gray; text-align:left; border-radius: 0.5em; box-shadow: 0.5em 0.5em 0.5em #888;" cellpadding="5" cellspacing="3" width=300px
! colspan="2" style="font-size:110%; text-align:center; background-color:gray; color:white; border-radius: 0.2em;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="font-size:110%; text-align:center; background-color:gray; color:white; border-radius: 0.2em;" | {{{name|{{PAGENAME}}}}}
|-
|-
Line 23: Line 23:
{{!}}-
{{!}}-
{{!}} '''Date''': {{{date}}}
{{!}} '''Date''': {{{date}}}
}}
{{#if:{{{belligerents|}}}|
{{!}}-
{{!}} '''Belligerents''': {{{belligerents}}}
}}
}}
{{#if:{{{location|}}}|
{{#if:{{{location|}}}|
Line 47: Line 51:
<pre>
<pre>
<nowiki>
<nowiki>
{{Infobox
{{Infobox war
|type      = <!-- The type of article this is. MUST be either admin, player, place, base, event, clan, literature or minigame -->
|type      = event <!-- Do not change. -->
|image      = <!-- An image to be displayed at the top of the infobox, upload the image and name appropriately -->
|image      = <!-- An image to be displayed at the top of the infobox, upload the image and name appropriately -->
|name      = <!-- Commonly used name, or proper name. Can be used for both player, location, event and other -->
|name      = <!-- Commonly used name, or proper name. Can be used for both player, location, event and other -->
|date      = <!-- Date the event started and ended, if applicable. -->
|date      = <!-- Date the event started and ended, if applicable. -->
|belligerents = <!-- Clans involved in the conflict. -->
|location  = <!-- Location(s) where the event took place. -->
|location  = <!-- Location(s) where the event took place. -->
|result    = <!-- The outcome(s) of an event. -->
|result    = <!-- The outcome(s) of an event. -->

Latest revision as of 21:15, 1 March 2022

Usage

Copypaste the below into the very top of the article you're creating. The type MUST be filled in, but other lines can be removed if they are irrelevant. Please keep everything very short (no sentences!). Infoboxes are for quick information, not writing about yourself.


{{Infobox war
|type       = event <!-- Do not change. -->
|image      = <!-- An image to be displayed at the top of the infobox, upload the image and name appropriately -->
|name       = <!-- Commonly used name, or proper name. Can be used for both player, location, event and other -->
|date       = <!-- Date the event started and ended, if applicable. -->
|belligerents = <!-- Clans involved in the conflict. -->
|location   = <!-- Location(s) where the event took place. -->
|result     = <!-- The outcome(s) of an event. -->
}}