Michael created this task.
Michael added projects: Wikidata, Wikidata-Bridge-Sprint-1, wikidata-tech-focus.

TASK DESCRIPTION
  We need to decide on what HTML to attach our Wikidata bridge app. **This may 
have larger implications for the Wikidata technical strategy.**
  
  Two options:
  
  1. Add needed extra data to a wrapping element around the link
  --------------------------------------------------------------
  
    <span data-bridge edit-flow="overwrite" >
      <a href="https://www.wikidata.org/Q123?uselang=en#P456";>🖊</a>
    </span>
  
  **Pros:**
  
  - We are using a `data`-attribute which is intended for exactly that purpose 
-- holding data
  
  **Cons:**
  
  - Wikidata knows nothing about the people that arrive via these links, we 
cannot make use of that information later
  
  
  
  2. Add needed extra data to the query string of the link
  --------------------------------------------------------
  
    <a 
href="https://www.wikidata.org/Q123?uselang=en&bridge-edit-flow=overwrite#P456";>🖊</a>
  
  **Pros:**
  
  - all the info is available in the link to Wikidata and could in the future 
be used there, for example for an edit wizard
  
  **Cons:**
  
  - Wikidata gets a query parameter that it doesn't understand
  - might be harder to select for
  
   
  
  What is our strategy regarding easier human editing on wikidata.org and might 
that strategy have implications for how we proceed here?

TASK DETAIL
  https://phabricator.wikimedia.org/T227463

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: Lydia_Pintscher, Pablo-WMDE, Lucas_Werkmeister_WMDE, Aklapper, Michael, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to