Difference between revisions of "User:Evon R'al/Wiki edit notes"

From EVE University Wiki
Jump to: navigation, search
m (→‎To-Do: Add UniWiki To-Do List and some special pages)
m (→‎To-Do: Add items)
Line 35: Line 35:
 
** [[Special:WantedTemplates|Wanted templates]] Especially spelling errors in template names
 
** [[Special:WantedTemplates|Wanted templates]] Especially spelling errors in template names
 
** [[Special:SpecialPages|Other special pages]]
 
** [[Special:SpecialPages|Other special pages]]
 +
* {{T|Update}} Puts itself in the update category and uses Needed Update in stead of Needed update. /doc need some tlc as-well.
 +
* Add category [[:Category:Candidates for update|Candidates for update]] ??
 +
** Talk with [[EVE University Management#Wiki Manager|Wiki Manager]]/Curators before taking action
 +
** Current "collection" category for updates is [[:Category:Needing updates|Needing updates]], redirect from [[:Category:Needing Updates|Needing Updates]]. Which put this category of pages that need work/attention in a totally different place in the list of [[:Special:Categories|categories]] then the other pages needing attention, the are named like Candidates for .....
 +
** Update {{T|Update}} to reflect the change
 
* [[UniWiki:To-Do List|UniWiki To-Do list]] Contains links to curator personal to do lists
 
* [[UniWiki:To-Do List|UniWiki To-Do list]] Contains links to curator personal to do lists

Revision as of 10:34, 4 July 2021

This are the personal notes from Evon R'al on editing the wiki.

Documentation

Templates used (short info)

  • {{Box|<border color>|<contents>|<border style>}} - Page wide box. Default: + border color, medium grey + Border style, dotted. 02 June 2021 No | allowed in contents (breaks the box)
  • {{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}} - see template page
  • {{MissionLinks}} - 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

To-Do