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

From EVE University Wiki
Jump to: navigation, search
m (→‎To-Do: Add item)
m (Update link.)
 
(119 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Tocright}}
 
{{Tocright}}
 
+
{{Hatnote|For the nitty-gritty of coding see [[User:Evon R'al/Wiki coding notes|coding notes]]}}
 
This are the personal notes from [[User:Evon R'al|Evon R'al]] on editing the wiki.
 
This are the personal notes from [[User:Evon R'al|Evon R'al]] on editing the wiki.
  
 
== Documentation ==
 
== Documentation ==
 +
* [[UniWiki:Welcome]]
 
* [[UniWiki: Manual of Style]]
 
* [[UniWiki: Manual of Style]]
 
** [[:Category:UniWiki Manual of Style]]
 
** [[:Category:UniWiki Manual of Style]]
* [[Mission formatting guidelines]]
 
 
* [[UniWiki:Editing Guide]]
 
* [[UniWiki:Editing Guide]]
 +
* [[Uniwiki:Mission formatting guidelines]]
 
* [[UniWiki:Templates]]
 
* [[UniWiki:Templates]]
 +
* [[UniWiki:Maintenance categories]]
 +
* [[UniWiki:Categorization]]
 +
* <span class=plainlinks>[https://wiki.eveuniversity.org/Special:AllPages?from=&to=&namespace=4 UniWiki Namespace]<span>
 +
* [[Help:Categorization]]
  
 
== Templates used (short info) ==
 
== Templates used (short info) ==
 
+
* {{T|Anchor|name}} - Creates an invisible "anchor" that can be targeted by links. Possible use: keeping the "old" jump point active when renaming a header. Preferably to be removed after al links to that jump point have been updated.
 +
* {{T|Banner|color=|border=|text=|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
 
* {{T|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)
 
* {{T|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)
 
* {{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|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|Merge|page 1|page 2|...|Page 20}} - On top of page. Can link to up-to 20 pages to merge with.
+
* {{T|Co|text color|background color|text}} - Colors text and background. Uses the usual CSS(html) options, e.g. named or hex(#). Background color may be omitted.
 +
* {{T|Color|text color|text}} - Text color can use the usual html options, e.g. named or hex(#)
 +
* {{T|CMBSiteInfo}} - See template page
 +
* {{T|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.
 +
* {{T|Deletion|reason}} - Mark page/article for deletion
 +
* {{T|Disambig}} - Mark page as disambiguation page
 +
* {{T|Hatnote|note}} - Link to additional or further information. Used at the top of the page.
 +
* {{T|m3}} - {{m3}}
 +
* {{T|Merge|page 1|page 2|...|Page 20|6=target= target|7=discussion= talk page (full name}} - On top of page. Can link to up-to 20 pages to merge with.
 
* {{T|MessageBox|head|text|4=collapsed=yes}}
 
* {{T|MessageBox|head|text|4=collapsed=yes}}
 +
* {{T|Mission stub}} - Used to indicate incomplete Mission report
 +
* {{T|MissionBriefing|mission briefing text}} - To put the mission briefing from the agent into the page, copy from the left side of the mission offer
 
* {{T|Missiondetails}} - see template page
 
* {{T|Missiondetails}} - see template page
 
* {{T|MissionLinks}} - Box(vertical) with mission links on top right of the page
 
* {{T|MissionLinks}} - 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 (''Place at bottom of the page'')
 
* {{T|NPCTableHead|header text}} need to be closed with <Code>|}</Code>after the last NPCTableRow of the table
 
* {{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|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|NPCTableRow|ship/structure size(icon code)|number of|name(s)|5=ewar=ewar (see template page)|6=point= (see template page|7=cargo=loot|8=drop=drop|9=trigger=trigger|10=note=note}} - 1 or more as needed. cargo(shiny)[[File:Icon container small green.png|24px|{{{cargo}}}]], drop(not shiny)[[File:Icon container small.png|24px|{{{drop}}}]], trigger[[File:Icon large red x.png|16px|{{{trigger}}}]] and note[[File:Small Info.png|16px|{{{note}}}]] show up as tooltip to the respective icons
** {{T|NPCTableSeparator|Seperator title}} - as/when needed
+
** {{T|NPCTableSeparator|Separator text}} - 0 or more as/when needed
 +
** |} Do <em>not</em> forget to close the table
 +
* {{T|Plainlist|wiki list}} - Suppress the marker in front of the list items.
 
* {{T|Update|Update reason}} - Content related. Needs to be at top of the page. Update box shows up wherever the code is placed
 
* {{T|Update|Update reason}} - Content related. Needs to be at top of the page. Update box shows up wherever the code is placed
 +
* {{T|Work in progress|description}} - Indication that somebody is working on the article/page. Only to be used for a limited time
 +
 +
For other templates see category [[:Category:Template|Template]].
 +
 +
== Magic words ==
 +
=== Behavior switches ===
 +
* <nowiki>__NOTOC__</nowiki> - Suppresses the table of content
 +
=== Variables ===
 +
* <nowiki>{{NAMESPACE}}</nowiki> - {{NAMESPACE}}
 +
* <nowiki>{{NAMESPACENUMBER}}</nowiki> - {{NAMESPACENUMBER}}
 +
* <nowiki>{{PAGENAME}}</nowiki> - {{PAGENAME}}
 +
* <nowiki>{{FULLPAGENAME}}</nowiki> - {{FULLPAGENAME}}
 +
* <nowiki>{{TALKPAGENAME}}</nowiki> - {{TALKPAGENAME}}
 +
* <nowiki>{{SUBPAGENAME}}</nowiki> - {{SUBPAGENAME}}
 +
* <nowiki>{{SERVER}}</nowiki> - {{SERVER}}
 +
=== See also: ===
 +
* [[mediawikiwiki:Help:Magic words|MediaWiki Help: Magic words]]
 +
* [[wikipedia:Help:Magic words|Wikipedia Help: Magic words]]
 +
* [[wikipedia:Help:Magic words for beginners|Wikipedia Help: Magic words for beginners]]
 +
 +
== Tools ==
 +
 +
* [https://getgreenshot.org Greenshot] for taking screenshots
 +
* [https://tinypng.com/ TinyPNG] to reduce image file size.
 +
* [[Special:ExpandTemplates]] when editing templates
 +
* [https://webaim.org WebAIM Web accessibility in mind]
 +
** Color contrast checks:<br>[https://webaim.org/resources/contrastchecker/?fcolor=FFA500&bcolor=2F8F2F Orange on green] and [https://webaim.org/resources/contrastchecker/?fcolor=FF0000&bcolor=2F8F2F Red on green] as used in the merge banner.
  
== Mission format ==
+
For checking CSS:
 +
* [http://csslint.net/ CSS Lint] A CSS linter
 +
* [https://jigsaw.w3.org/css-validator/ W3C CSS validator]
 +
 
 +
== "Renaming"/moving an article/page ==
 +
An article/page can <em>not</em> be renamed.
 +
 
 +
An article/page can only be moved. When doing so:
 +
* the content of the page is "moved" to the new name
 +
* the history of the page is moved as-well, so it stays available.
 +
* if a talk/discussion page exists the option to move it is offered.
 +
* the old page is automatically changed into a redirect page, admin's can move without leaving a redirect but regular editors can't
 +
It is <strong>not</strong> 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.
 +
 
 +
{{Note|As the wiki is a database, I assume that the data is not really moved, there is just a new pointer to the record(s)}}
 +
 
 +
Moving a page is a multi step process:
 +
# the actual move ("arrow" next to the search-box on top of the page)
 +
# go back to the old page and evaluate and adapt, if needed, the links pointing to it (What links here, under tools in the left navbar)
 +
# Check for, and change, [[Special:DoubleRedirects|Double redirects]]
 +
# evaluate if the old page:
 +
::* stays a redirect
 +
::* needs to be changed into a disambiguation page {{T|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, or more, 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 {{T|Deletion}} because of spelling error in the page name or something like that
 +
::* write new content. Maybe a broad overview of the subject with links to one or more pages with the details (including the "new" page)
 +
 
 +
== Interwiki links ==
 +
'''Interwiki links''' are links to pages of other projects, using a prefixed internal link style.
 +
 
 +
To use interwiki links use [[ followed by the prefix, a colon and then the page name and the closing parenthesis.
 +
 
 +
So for a link to WikiPedia [https://en.wikipedia.org/wiki/Hyperlink#Wikis <nowiki>[https://en.wikipedia.org/wiki/Hyperlink#Wikis]</nowiki>] could be replaced by [[wikipedia:Hyperlink#Wikis|<nowiki>[[wikipedia:Hyperlink#Wikis]]</nowiki>]]
 +
 
 +
For prefixes known by UniWiki see [[Special:Interwiki|Interwiki data]]
 +
 
 +
'''See also'''
 +
 
 +
[[wikipedia:Hyperlink#Wikis|Wikipedia: Hyperlinks § Wikis]]
 +
 
 +
[[mediawikiwiki:Manual:Interwiki|MediaWiki: Manual interwiki]]
  
 
== To-Do ==
 
== To-Do ==
 +
* Check [[Asset safety]]
 +
* Monitor [[Special:WhatLinksHere/Low-Sec Campus]]
 +
* Cleanup [[EVEMon]]
 +
* Working on [[Special:WantedPages|Wanted Pages]] (20211112 - Just under 1,000 items)
 +
* [[Acceleration]] find out and add which skills have influence.
 +
* Update/Merge/Move [[Access Lists]], [[Access Control List]] and [[Structure permissions]], Correct term is Access List.
 +
** Added/updated merge suggestion on all three pages. [[Image:Tick.png|link=]]
 +
* Update [[Security missions]] and [[Distribution missions]] to use the correct mission types Encounter/Courier.
 +
* Look into the formatting of [[:Category:Maintenance templates]]
 +
** {{T|Historical}}
 +
** {{T|HistoricalDUST}}
 +
** {{T|Past content}} [[Image:Tick.png|link=]] Not really a [[:Category:Maintenance templates]]
 +
** {{T|StartOnlyinclude}} Bit of a weird one. Uses more keystrokes then the original code and does a substitute (If you know and work about this, you've been better of using the original code)???
 +
** {{T|UMoS guideline}} Not really a [[:Category:Maintenance templates]]
 +
* Update [[The Agency]] and [[How to find Incursions]] The Agency screenshots [[Image:Tick.png|link=]]
 +
* [[UniWiki:To-Do List|UniWiki To-Do list]] Contains links to curator personal to do lists
 +
* [[UniWiki:Projects|UniWiki Projects]] "Big" jobs on the wiki.
  
* {{T|Update}} Puts itself in the update category and uses Needed Update in stead of Needed update. /doc need some tlc as-well.
+
=== Recurring ===
* {{T|Merge}} documentation need update, no syntax, dependencies
+
* [[Special:BrokenRedirects|Broken redirects]]
* [[:Category:Unfinished imports|Unfinished imports from EVE-Survival]]
+
* [[Special:DoubleRedirects|Double  redirects]]
* Regular check:
+
* [[Special:WantedCategories|Wanted categories]] Especially spelling/capitalization errors in category names
** [[Special:BrokenRedirects|Broken redirects]]
+
* [[Special:WantedTemplates|Wanted templates]] Especially spelling/capitalization errors in template names
** [[Special:DoubleRedirects|Double  redirects]]
+
* [[Special:WantedPages|Wanted pages]] Check for target moved/deleted, Capitalization, spelling errors, etc.
** [[Special:WantedCategories|Wanted categories]] Especially spelling errors in category names
+
* [[Special:TrackingCategories|Tracking categories]] some of these pages show as {{Co|#BC4500|red link}} but can still contain pages with the described reason.
** [[Special:WantedTemplates|Wanted templates]] Especially spelling errors in template names
+
* [[:Category:Maintenance]] for pages that need attention. (e.g. Update, Merge, etc.)
** [[Special:SpecialPages|Other special pages]]
+
* [[Special:SpecialPages|Other special pages]]
* 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
 

Latest revision as of 12:16, 28 April 2024

For the nitty-gritty of coding see coding notes

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

Documentation

Templates used (short info)

  • {{Anchor|<name>}} - Creates an invisible "anchor" that can be targeted by links. Possible use: keeping the "old" jump point active when renaming a header. Preferably to be removed after al links to that jump point have been updated.
  • {{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>}} - Colors text and background. Uses the usual CSS(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. Used at the top of the page.
  • {{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
  • {{Plainlist|<wiki list>}} - Suppress the marker in front of the list items.
  • {{Update|<Update reason>}} - Content related. Needs to be at top of the page. Update box shows up wherever the code is placed
  • {{Work in progress|<description>}} - Indication that somebody is working on the article/page. Only to be used for a limited time

For other templates see category Template.

Magic words

Behavior switches

  • __NOTOC__ - Suppresses the table of content

Variables

  • {{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
  • {{SUBPAGENAME}} - Wiki edit notes
  • {{SERVER}} - https://wiki.eveuniversity.org

See also:

Tools

For checking CSS:

"Renaming"/moving an article/page

An article/page can not be renamed.

An article/page can only be moved. When doing so:

  • the content of the page is "moved" to the new name
  • the history of the page is moved as-well, so it stays available.
  • if a talk/discussion page exists the option to move it is offered.
  • the old page is automatically changed into a redirect page, admin's can move without leaving a 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.

Icon information square.png Note: As the wiki is a database, I assume that the data is not really moved, there is just a new pointer to the record(s)

Moving a page is a multi step process:

  1. the actual move ("arrow" next to the search-box on top of the page)
  2. go back to the old page and evaluate and adapt, if needed, 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
  • needs 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, or more, 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 in the page name or something like that
  • write new content. Maybe a broad overview of the subject with links to one or more pages with the details (including the "new" page)

Interwiki links

Interwiki links are links to pages of other projects, using a prefixed internal link style.

To use interwiki links use [[ followed by the prefix, a colon and then the page name and the closing parenthesis.

So for a link to WikiPedia [https://en.wikipedia.org/wiki/Hyperlink#Wikis] could be replaced by [[wikipedia:Hyperlink#Wikis]]

For prefixes known by UniWiki see Interwiki data

See also

Wikipedia: Hyperlinks § Wikis

MediaWiki: Manual interwiki

To-Do

Recurring