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

From EVE University Wiki
Jump to: navigation, search
m (→‎To-Do: Add item)
Line 14: Line 14:
 
* {{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|m3}} - {{m3}}
 
* {{T|Merge|page 1|page 2|...|Page 20}} - On top of page. Can link to up-to 20 pages to merge with.
 
* {{T|Merge|page 1|page 2|...|Page 20}} - 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}}
Line 24: Line 25:
 
** {{T|NPCTableRow|ship/structure 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)[[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|NPCTableRow|ship/structure 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)[[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|Separator text}} - 0 or more as/when needed
 
** {{T|NPCTableSeparator|Separator text}} - 0 or more as/when needed
** |}
+
** |} Do <em>not</em> forget to close the table
 
* {{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
  

Revision as of 13:26, 12 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
  • {{m3}} -  m3
  • {{Merge|<page 1>|<page 2>|<...>|<Page 20>}} - On top of page. Can link to up-to 20 pages to merge with.
  • {{MessageBox|<head>|<text>|<collapsed=yes>}}
  • {{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)>|<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

Tools

Special:ExpandTemplates

Mission format

To-Do