Template:Card/doc: Difference between revisions

From GT New Horizons
Content added Content deleted
(Test)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:

== Parameters ==
* Named:
** '''name''' — puts name uptop
** '''file''' — name of the file uploaded to wiki, should look like `file=someimage.jpg`
* Non-named:
** '''Uneven''' (1, 3… 39) — headers, if next (even) param is missing, then it takes place of even cell too and centers text.
** '''Even''' (2, 4… 40) — text.

== Example ==
{{Card
{{Card
|name=Test
|name=Test
|file=FellAvatar.png
|file=FellAvatar.png
|1=first
|Centered|
|2=second
|1|lorem
|3=third
|2|ipsum
|5=fifth
}}
}}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<pre>{{Card
|name=Test
|file=FellAvatar.png
|1=first
|2=second
|3=third
|5=fifth
}}</pre>
<br clear=both />

Latest revision as of 19:35, 2 October 2017

Parameters

  • Named:
    • name — puts name uptop
    • file — name of the file uploaded to wiki, should look like `file=someimage.jpg`
  • Non-named:
    • Uneven (1, 3… 39) — headers, if next (even) param is missing, then it takes place of even cell too and centers text.
    • Even (2, 4… 40) — text.

Example

Test
firstsecond
third
fifth

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

{{Card
|name=Test
|file=FellAvatar.png
|1=first
|2=second
|3=third
|5=fifth
}}