More actions
Created page with "<includeonly>{| style="margin:0.5em; margin-left:0em; border:1px solid seagreen; background-color:#222222; padding:2px;" | valign="middle" | [[image:alpha.png|32px|Alpha clone..." |
Change background color to design-token. Remove deprecated html |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{| style="margin:0.5em | <includeonly>{| style="margin : 0.5em; border: 1px solid seagreen; padding: 2px; background-color: var(--background-color-warning-subtle);" | ||
| | |- | ||
| | | [[image:alpha.png|32px|Alpha clone friendly]] | ||
| style="padding-left: 5px;" | This {{#switch: {{{1|}}} | = ship | {{{1|}}} }} is {{co|limegreen|available}} to all pilots, regardless of [[clone states|clone state]]. | |||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||
Latest revision as of 09:36, 18 May 2025
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template is used to quickly show whether an Alpha can access this, or if it requires the Omega clone state.
- Usage
- Add {{alpha}} right before a ship fit or a section about a ship to make it obvious that it can be flown by Alpha clones. You can also use this for items or anything else that's clone state dependant by using an optional argument, like {{alpha|<word>}} to change the word "ship" to "item" (or any word you'd like).
- Example
- This code:
{{alpha}}
- Would result in this:
| This ship is available to all pilots, regardless of clone state. |
- And this code:
{{alpha|item}}
- Would result in this:
| This item is available to all pilots, regardless of clone state. |