Template:Card View history

imported>Itssick
No edit summary
imported>Itssick
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{#cargo_declare:
<span style="display:none">{{#cargo_declare:
_table = card
_table = card
|title=String
|title=String
|subtitle=String
|color=String
|card_type=String
|link=String
|link=String
}}
}}</span>
==Template structure ==
==Template structure ==
{{card
{{card
Line 41: Line 44:
|title={{{title|}}}
|title={{{title|}}}
|link={{{link|}}}
|link={{{link|}}}
|subtitle={{{subtitle|}}}
|color={{{color|}}}
|card_type={{{type|}}}
}}
}}
</includeonly>
</includeonly>

Revision as of 20:51, 18 September 2022

This template defines the table "card". View table.

Template structure

  • Map Editor

    UK Quick Start Editing Guide
    some card content
  • 
    {{card
    |title=UK Quick Start Editing Guide
    |subtitle=some card content (if empty loads target page automatic excerpt)
    |color=#0099FF
    |type=Card Type
    |image=File name (optional) if empty gets first image in linked page (overridden by color if set)
    |link=page name if different form title
    }}