Template:FurtherReading: Difference between revisions
From Night Vision Wiki
No edit summary |
mNo edit summary |
||
(45 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div> | <div style="display: flex; flex-direction: row; align-items: center;"><div style="padding: 0.5em"> | ||
[[File:{{#if: {{{dead|}}}|Grey|Black}} book icon.svg|24px|link={{#if: {{{dead|}}}|https://web.archive.org/web/*/{{{Link}}}|{{{Link}}} }}]] | |||
</div> | |||
<div style="padding-left: 0.5em; border-left: 1px solid black"> | |||
<div>{{{Description}}}:</div> | <div>{{{Description}}}:</div> | ||
<div><i>{{{Title}}}</i></div> | <div><i>{{{Title}}}</i></div> | ||
<div>{{{ | </div></div><noinclude> | ||
</ | <templatedata> | ||
{ | |||
"params": { | |||
"dead": { | |||
"description": "If set, it will link to archive.org", | |||
"type": "boolean" | |||
}, | |||
"Link": { | |||
"type": "url" | |||
}, | |||
"Description": { | |||
"type": "string" | |||
}, | |||
"Title": { | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 08:24, 25 April 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
dead | dead | If set, it will link to archive.org | Boolean | optional |
Link | Link | no description | URL | optional |
Description | Description | no description | String | optional |
Title | Title | no description | String | optional |