| 1 | = PageTemplate:archive = |
| 2 | == Use == |
| 3 | We use this template when we have an archived page. We archive pages, when we want a copy or a saved older version. Of course wiki does give us the possibility to save content from earlier changes, but pages which get archived are often changed a lot and so we have a second page. |
| 4 | == Source == |
| 5 | {{{ |
| 6 | {{{ |
| 7 | #!html |
| 8 | <div style="border:1px outset #8c5b00;padding: 0.5em 1em 0.5em 1em;background: #ffe17b;-moz-border-radius:10px"><table style="width:100%"><tr><td align="left"> |
| 9 | }}} |
| 10 | [[Image(icons:archive.png, 50)]] |
| 11 | {{{ |
| 12 | #!html |
| 13 | </td><td align="center"><b>This is an archived page!</b><br/>This page is very old and the content is not up to date.<br/>Not everything (if any) which is written here will be in the final game!</td><td align="right"> |
| 14 | }}} |
| 15 | [[Image(icons:archive.png, 50)]] |
| 16 | {{{ |
| 17 | #!html |
| 18 | </td></tr></table></div> |
| 19 | }}} |
| 20 | }}} |
| 21 | |
| 22 | == Pages using this template == |
| 23 | Trac does not yet have a template system therefore it is essential that EVERY use of the template is documented on this page, so that changes can be applied on every page accordingly. |
| 24 | |
| 25 | [wiki:archive/Story] |
| 26 | [wiki:archive/DoorHowTo] |
| 27 | [wiki:archive/TextEngine] |
| 28 | [wiki:archive/CameraMan] |
| 29 | [wiki:archive/SoundEngine] |
| 30 | [wiki:archive/PhysicsEngine] |