Changes

From Drawn to Life Wiki
858 bytes added ,  15:32, 17 June 2022
added banner mode
Line 1: Line 1: −
{{#switch: {{{1}}}
+
{{#switch: {{{Style}}}
 +
|Icon={{#switch: {{{1}}}
 
|None=<div style="position:absolute; z-index:100; right:7px; top:{{{top|11px}}}; height:10px; width:300px;">[[File:NoEdit.png|right|This page may not be edited by any user other than the creator]]</div>
 
|None=<div style="position:absolute; z-index:100; right:7px; top:{{{top|11px}}}; height:10px; width:300px;">[[File:NoEdit.png|right|This page may not be edited by any user other than the creator]]</div>
 
|Partial=<div style="position:absolute; z-index:100; right:7px; top:{{{top|11px}}}; height:10px; width:300px;">[[File:PartialEdit.png|right|This page may be edited by any user so long as to correct grammatical errors or other obvious mistakes.]]</div>
 
|Partial=<div style="position:absolute; z-index:100; right:7px; top:{{{top|11px}}}; height:10px; width:300px;">[[File:PartialEdit.png|right|This page may be edited by any user so long as to correct grammatical errors or other obvious mistakes.]]</div>
 
|Full=<div style="position:absolute; z-index:100; right:7px; top:{{{top|11px}}}; height:10px; width:300px;">[[File:FreeEdit.png|right|This page may be edited by any user for any reason.]]</div>
 
|Full=<div style="position:absolute; z-index:100; right:7px; top:{{{top|11px}}}; height:10px; width:300px;">[[File:FreeEdit.png|right|This page may be edited by any user for any reason.]]</div>
 +
    }}
 +
|Banner={{#switch: {{{1}}}
 +
|None={{Imbox
 +
  |Icon    = Lock
 +
  |Title  = Please do not edit this article for any reason.
 +
  |Content = The author has requested that this page not be edited without explicit permission. Edits done to this page without permission will be considered vandalism.
 +
}}
 +
|Partial={{Imbox
 +
  |Icon    = Pencil2
 +
  |Title  = Please only edit this article to correct mistakes.
 +
  |Content = This page may be edited by any user so long as to correct grammatical errors or other obvious mistakes. Please do not add or remove content otherwise.
 +
}}
 +
|Full={{Imbox
 +
  |Icon    = Pencil
 +
  |Title  = This article can be freely edited by anyone.
 +
  |Content = This page may be edited by any user for any reason. Please keep within the spirit of this page and be sure to leave a detailed summary post-edit.
 +
}}
 +
    }}
 
}}
 
}}