User:Evon R'al/Wiki edit notes

From EVE University Wiki
< User:Evon R'al
Revision as of 16:01, 13 November 2021 by Evon R'al (talk | contribs) (→‎To-Do: Remove completed item)
Jump to: navigation, search

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

Documentation

Templates used (short info)

  • {{Banner|<content>}} - Primarily used for standardizing maintenance templates. Also to make it easier to do samples in the docs without putting the template and doc in the templates maintenance category
  • {{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
  • {{Co|<text color>|<background color>|<text>}} - Text color can use the usual html options, e.g. named or hex(#). Background color may be omitted.
  • {{Color|<text color>|<text>}} - Text color can use the usual html options, e.g. named or hex(#)
  • {{CMBSiteInfo}} - See template page
  • {{Damagetype|<damage code>|<damage code>|<damage code>|<damage code>|<damage code>}} - damage code is em, ex, ki, th ot omni. 1 damage code needed rest is optional.
  • {{Deletion|<reason>}} - Mark page/article for deletion
  • {{Disambig}} - Mark page as disambiguation page
  • {{Hatnote|<note>}} - Link to additional or further information.
  • {{m3}} - m3
  • {{Merge|<page 1>|<page 2>|<...>|<Page 20>|<target= target>|<discussion= talk page (full name>}} - On top of page. Can link to up-to 20 pages to merge with.
  • {{MessageBox|<head>|<text>|<collapsed=yes>}}
  • {{Mission stub}} - Used to indicate incomplete Mission report
  • {{MissionBriefing|<mission briefing text>}} - To put the mission briefing from the agent into the page, copy from the left side of the mission offer
  • {{Missiondetails}} - see template page
  • {{MissionLinks}} - Box(vertical) with mission links on top right of the page
  • {{Missionrelated}} - Box(horizontal) with mission links as footer (Place at bottom of the page)
  • {{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/structure size(icon code)>|<number of>|<name(s)>|<ewar=ewar (see template page)>|<point= (see template page>|<cargo=loot>|<drop=drop>|<trigger=trigger>|<note=note>}} - 1 or more as needed. cargo(shiny){{{cargo}}}, drop(not shiny){{{drop}}}, trigger{{{trigger}}} and note{{{note}}} show up as tooltip to the respective icons
    • {{NPCTableSeparator|<Separator text>}} - 0 or more as/when needed
    • |} Do not forget to close the table
  • {{Update|<Update reason>}} - Content related. Needs to be at top of the page. Update box shows up wherever the code is placed

For other templates see category Template.

Magic words

  • {{NAMESPACE}} - User
  • {{NAMESPACENUMBER}} - 2
  • {{PAGENAME}} - Evon R'al/Wiki edit notes
  • {{FULLPAGENAME}} - User:Evon R'al/Wiki edit notes
  • {{TALKPAGENAME}} - User talk:Evon R'al/Wiki edit notes
  • {{SERVER}} - https://wiki.eveuniversity.org

Tools

Special:ExpandTemplates

WebAIM Web accessibility in mind
Color contrast checks: Orange on green and Red on green as used in the merge banner.

TinyPNG to reduce image file size.

"Renaming"/moving an article/page

Regular editors can not rename a page. Maybe admins can (not sure about that). Editors can only move a page. When doing so:

  • the history of the page is moved as-well, so it stays available.
  • the old page is automatically changed into a redirect page, again admin's can move without redirect but regular editors can't

It is not a good idea to copy the text of the page into a new page because then the history is been lost. And the history staying with the old page loses its relevance

Moving a page is a multi step process:

  1. The actual move ("arrow" next to the search-box)
  2. go back to the old page and evaluate and adapt the links pointing to it (What links here, under tools in the left navbar)
  3. Check for, and change, Double redirects
  4. evaluate if the old page:
  • stays a redirect
  • need to be changed into a disambiguation page {{Disambig}}. The original page is split into two or there is a new page about the subject E.g.
    • the original page was getting to broad and rewritten in two pages
    • or mission "Do something" exist for multiple levels and/or factions so there are now the pages "Do something (Level 1)" and "Do something (Level 2)"
  • is a candidate for {{Deletion}} because of spelling error ore something like that
  • write a new page. Maybe a broad overview of the subject with links to one or more pages with the details (including the original page

Mission format

To-Do