Difference between revisions of "User:Evon R'al/Wiki edit notes"
From EVE University Wiki
(→Regularly used templates: Add templates) |
m (Add parameters to templates) |
||
Line 12: | Line 12: | ||
== Regularly used templates == | == Regularly used templates == | ||
− | * {{t|Cleanup}} - Non content related. | + | * {{t|Cleanup|reason|3=date=Month Year}} - Non content related. Needs to be at top of the page. Cleanup box shows up wherever the code is placed |
* {{t|MessageBox|head|text|4=collapsed=yes}} | * {{t|MessageBox|head|text|4=collapsed=yes}} | ||
* {{t|Missiondetails}} - Box(vertical) with mission links on top right of the page | * {{t|Missiondetails}} - Box(vertical) with mission links on top right of the page | ||
* {{t|Missionrelated}} - Box(horizontal) with mission links as footer | * {{t|Missionrelated}} - Box(horizontal) with mission links as footer | ||
− | * {{t|NPCTableHead}} need to be closed with <Code>|}<Code | + | * {{t|NPCTableHead|header text}} need to be closed with <Code>|}</Code>after the last NPCTableRow of the table |
** {{t|NPCTableCSS}} - Once on page where NPCTableHead is used | ** {{t|NPCTableCSS}} - Once on page where NPCTableHead is used | ||
− | ** {{t|NPCTableRow}} - 1 or more as needed | + | ** {{t|NPCTableRow|ship size(icon code)|number of|name(s)|5=ewar=ewar (see template page)|6=|7=cargo=loot|8=drop=drop|9=trigger=trigger|10=note=note}} - 1 or more as needed. cargo(shiny), drop(not shiny), trigger and note show up as tooltip to te respective icons |
− | ** {{t|NPCTableSeparator}} - as needed | + | ** {{t|NPCTableSeparator|Seperator title}} - as/when needed |
− | * {{t|Update}} - Content related | + | * {{t|Update|Update reason}} - Content related. Needs to be at top of the page. Update box shows up wherever the code is placed |
== Mission format == | == Mission format == | ||
+ | |||
+ | == Test == | ||
+ | date= <nowiki>{{#time: F Y}}</nowiki> - date={{#time: F Y}}<br /> | ||
+ | date= <nowiki>{{subst:#time: F Y}}</nowiki> - date=June 2021 | ||
+ | |||
+ | ;Test 1 | ||
+ | :Test 2 | ||
+ | ; Test 3 : Test 4<br />Test 5 | ||
+ | ; Test 6 : Test 7<br /> | ||
+ | Test 8 | ||
== To-Do == | == To-Do == | ||
* [[:Category:Unfinished imports|Unfinished imports from EVE-Survival]] | * [[:Category:Unfinished imports|Unfinished imports from EVE-Survival]] |
Revision as of 18:59, 30 June 2021
This are the personal notes from Evon R'al on editing the wiki.
Documentation
Regularly used templates
- {{Cleanup|<reason>|<date=Month Year>}} - Non content related. Needs to be at top of the page. Cleanup box shows up wherever the code is placed
- {{MessageBox|<head>|<text>|<collapsed=yes>}}
- {{Missiondetails}} - Box(vertical) with mission links on top right of the page
- {{Missionrelated}} - Box(horizontal) with mission links as footer
- {{NPCTableHead|<header text>}} need to be closed with
|}
after the last NPCTableRow of the table- {{NPCTableCSS}} - Once on page where NPCTableHead is used
- {{NPCTableRow|<ship size(icon code)>|<number of>|<name(s)>|<ewar=ewar (see template page)>|<cargo=loot>|<drop=drop>|<trigger=trigger>|<note=note>}} - 1 or more as needed. cargo(shiny), drop(not shiny), trigger and note show up as tooltip to te respective icons
- {{NPCTableSeparator|<Seperator title>}} - as/when needed
- {{Update|<Update reason>}} - Content related. Needs to be at top of the page. Update box shows up wherever the code is placed
Mission format
Test
date= {{#time: F Y}} - date=November 2024
date= {{subst:#time: F Y}} - date=June 2021
- Test 1
- Test 2
- Test 3
- Test 4
Test 5 - Test 6
- Test 7
Test 8